Skip to content

Commit 7df16b8

Browse files
build(deps-dev): bump postcss from 8.4.31 to 8.5.23
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.23. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc92a90 commit 7df16b8

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"mdast-util-to-string": "^1.1.0",
8181
"metro-cache": "0.72.2",
8282
"npm-run-all": "^4.1.5",
83-
"postcss": "^8.4.5",
83+
"postcss": "^8.5.23",
8484
"postcss-flexbugs-fixes": "4.2.1",
8585
"postcss-preset-env": "^6.7.0",
8686
"prettier": "^2.5.1",

yarn.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5846,7 +5846,7 @@ mz@^2.7.0:
58465846
object-assign "^4.0.1"
58475847
thenify-all "^1.0.0"
58485848

5849-
nanoid@^3.3.6:
5849+
nanoid@^3.3.16, nanoid@^3.3.6:
58505850
version "3.3.19"
58515851
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.19.tgz#336d4aa4bcd4fb24d2cddede7ffeae40bec03f0a"
58525852
integrity sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==
@@ -6298,12 +6298,7 @@ picocolors@^0.2.1:
62986298
resolved "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz"
62996299
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
63006300

6301-
picocolors@^1.0.0:
6302-
version "1.0.0"
6303-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
6304-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
6305-
6306-
picocolors@^1.1.1:
6301+
picocolors@^1.0.0, picocolors@^1.1.1:
63076302
version "1.1.1"
63086303
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
63096304
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -6681,7 +6676,7 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
66816676
indexes-of "^1.0.1"
66826677
uniq "^1.0.1"
66836678

6684-
postcss@8.4.31, postcss@^8.4.23, postcss@^8.4.5:
6679+
postcss@8.4.31:
66856680
version "8.4.31"
66866681
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
66876682
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
@@ -6698,6 +6693,15 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.
66986693
picocolors "^0.2.1"
66996694
source-map "^0.6.1"
67006695

6696+
postcss@^8.4.23, postcss@^8.5.23:
6697+
version "8.5.23"
6698+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.23.tgz#3493550116f478487298301d2c2e8dc5a56e6594"
6699+
integrity sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==
6700+
dependencies:
6701+
nanoid "^3.3.16"
6702+
picocolors "^1.1.1"
6703+
source-map-js "^1.2.1"
6704+
67016705
prelude-ls@^1.2.1:
67026706
version "1.2.1"
67036707
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
@@ -7553,10 +7557,10 @@ slice-ansi@^5.0.0:
75537557
ansi-styles "^6.0.0"
75547558
is-fullwidth-code-point "^4.0.0"
75557559

7556-
source-map-js@^1.0.2:
7557-
version "1.0.2"
7558-
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
7559-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
7560+
source-map-js@^1.0.2, source-map-js@^1.2.1:
7561+
version "1.2.1"
7562+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
7563+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
75607564

75617565
source-map@^0.5.0:
75627566
version "0.5.7"

0 commit comments

Comments
 (0)