Skip to content

Commit 3092c5c

Browse files
Bump postcss from 6.0.23 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 6.0.23 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@6.0.23...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 608555d commit 3092c5c

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"lerna": "^3.10.2",
100100
"lint-staged": "^7.1.2",
101101
"plop": "^2.4.0",
102-
"postcss": "^6.0.17",
102+
"postcss": "^8.4.31",
103103
"postcss-import": "^11.1.0",
104104
"postcss-loader": "^2.1.5",
105105
"prettier": "^1.16.1",

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14758,6 +14758,11 @@ nan@^2.12.1:
1475814758
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
1475914759
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
1476014760

14761+
nanoid@^3.3.6:
14762+
version "3.3.6"
14763+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
14764+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
14765+
1476114766
nanomatch@^1.2.9:
1476214767
version "1.2.13"
1476314768
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -16034,6 +16039,11 @@ performance-now@^2.1.0:
1603416039
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1603516040
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1603616041

16042+
picocolors@^1.0.0:
16043+
version "1.0.0"
16044+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
16045+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
16046+
1603716047
picomatch@2.2.2, picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
1603816048
version "2.2.2"
1603916049
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -16275,7 +16285,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0:
1627516285
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
1627616286
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
1627716287

16278-
postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.17:
16288+
postcss@^6.0.0, postcss@^6.0.1:
1627916289
version "6.0.23"
1628016290
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
1628116291
integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==
@@ -16293,6 +16303,15 @@ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.26, postcss@^7.0.
1629316303
source-map "^0.6.1"
1629416304
supports-color "^6.1.0"
1629516305

16306+
postcss@^8.4.31:
16307+
version "8.4.31"
16308+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
16309+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
16310+
dependencies:
16311+
nanoid "^3.3.6"
16312+
picocolors "^1.0.0"
16313+
source-map-js "^1.0.2"
16314+
1629616315
prelude-ls@~1.1.2:
1629716316
version "1.1.2"
1629816317
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -18387,6 +18406,11 @@ source-list-map@^2.0.0:
1838718406
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1838818407
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1838918408

18409+
source-map-js@^1.0.2:
18410+
version "1.0.2"
18411+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
18412+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
18413+
1839018414
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
1839118415
version "0.5.3"
1839218416
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)