Skip to content

Commit ef52456

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 5e0a3a5 commit ef52456

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
@@ -14840,6 +14840,11 @@ nan@^2.12.1:
1484014840
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
1484114841
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
1484214842

14843+
nanoid@^3.3.6:
14844+
version "3.3.6"
14845+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
14846+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
14847+
1484314848
nanomatch@^1.2.9:
1484414849
version "1.2.13"
1484514850
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -16116,6 +16121,11 @@ performance-now@^2.1.0:
1611616121
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1611716122
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1611816123

16124+
picocolors@^1.0.0:
16125+
version "1.0.0"
16126+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
16127+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
16128+
1611916129
picomatch@2.2.2, picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
1612016130
version "2.2.2"
1612116131
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -16357,7 +16367,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0:
1635716367
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
1635816368
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
1635916369

16360-
postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.17:
16370+
postcss@^6.0.0, postcss@^6.0.1:
1636116371
version "6.0.23"
1636216372
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
1636316373
integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==
@@ -16375,6 +16385,15 @@ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.16, postcss@^7.0.26, postcss@^7.0.
1637516385
source-map "^0.6.1"
1637616386
supports-color "^6.1.0"
1637716387

16388+
postcss@^8.4.31:
16389+
version "8.4.31"
16390+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
16391+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
16392+
dependencies:
16393+
nanoid "^3.3.6"
16394+
picocolors "^1.0.0"
16395+
source-map-js "^1.0.2"
16396+
1637816397
prelude-ls@~1.1.2:
1637916398
version "1.1.2"
1638016399
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
@@ -18469,6 +18488,11 @@ source-list-map@^2.0.0:
1846918488
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1847018489
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1847118490

18491+
source-map-js@^1.0.2:
18492+
version "1.0.2"
18493+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
18494+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
18495+
1847218496
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
1847318497
version "0.5.3"
1847418498
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)