Skip to content

Commit 89ee4c3

Browse files
renovate-botfilipesilva
authored andcommitted
build: update postcss to version 8.2.1
1 parent 82f096f commit 89ee4c3

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"pidusage": "^2.0.17",
190190
"pnp-webpack-plugin": "1.6.4",
191191
"popper.js": "^1.14.1",
192-
"postcss": "8.1.10",
192+
"postcss": "8.2.1",
193193
"postcss-import": "13.0.0",
194194
"postcss-loader": "4.1.0",
195195
"prettier": "^2.0.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ora": "5.1.0",
4848
"parse5-html-rewriting-stream": "6.0.1",
4949
"pnp-webpack-plugin": "1.6.4",
50-
"postcss": "8.1.10",
50+
"postcss": "8.2.1",
5151
"postcss-import": "13.0.0",
5252
"postcss-loader": "4.1.0",
5353
"raw-loader": "4.0.2",

yarn.lock

+15-1
Original file line numberDiff line numberDiff line change
@@ -8256,6 +8256,11 @@ nanoid@^3.1.18:
82568256
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.18.tgz#0680db22ab01c372e89209f5d18283d98de3e96d"
82578257
integrity sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==
82588258

8259+
nanoid@^3.1.20:
8260+
version "3.1.20"
8261+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
8262+
integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==
8263+
82598264
nanomatch@^1.2.9:
82608265
version "1.2.13"
82618266
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9711,7 +9716,16 @@ postcss@7.0.21:
97119716
source-map "^0.6.1"
97129717
supports-color "^6.1.0"
97139718

9714-
postcss@8.1.10, postcss@^8.1.4:
9719+
postcss@8.2.1:
9720+
version "8.2.1"
9721+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.1.tgz#eabc5557c4558059b9d9e5b15bce7ffa9089c2a8"
9722+
integrity sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==
9723+
dependencies:
9724+
colorette "^1.2.1"
9725+
nanoid "^3.1.20"
9726+
source-map "^0.6.1"
9727+
9728+
postcss@^8.1.4:
97159729
version "8.1.10"
97169730
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.10.tgz#129834f94c720554d2cfdaeb27d5542ac4a026ea"
97179731
integrity sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg==

0 commit comments

Comments
 (0)