Skip to content

Commit 2635e98

Browse files
build(deps-dev): bump postcss from 8.4.31 to 8.4.32 (#1868)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32. - [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.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 304784d commit 2635e98

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"modularscale-sass": "^3.0.3",
118118
"node-fetch": "^3.2.10",
119119
"npm-run-all": "^4.1.1",
120-
"postcss": "^8.4.18",
120+
"postcss": "^8.4.32",
121121
"postcss-loader": "^7.0.1",
122122
"prettier": "^2.7.1",
123123
"react-refresh": "^0.14.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9432,7 +9432,7 @@ nano-css@^5.3.1:
94329432
stacktrace-js "^2.0.2"
94339433
stylis "^4.0.6"
94349434

9435-
nanoid@^3.3.6:
9435+
nanoid@^3.3.7:
94369436
version "3.3.7"
94379437
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
94389438
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
@@ -10698,12 +10698,12 @@ postcss@^5.0.8, postcss@^5.2.4:
1069810698
source-map "^0.5.6"
1069910699
supports-color "^3.2.3"
1070010700

10701-
postcss@^8.3.10, postcss@^8.4.18, postcss@^8.4.24, postcss@^8.4.7:
10702-
version "8.4.31"
10703-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
10704-
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
10701+
postcss@^8.3.10, postcss@^8.4.18, postcss@^8.4.24, postcss@^8.4.32, postcss@^8.4.7:
10702+
version "8.4.32"
10703+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
10704+
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
1070510705
dependencies:
10706-
nanoid "^3.3.6"
10706+
nanoid "^3.3.7"
1070710707
picocolors "^1.0.0"
1070810708
source-map-js "^1.0.2"
1070910709

0 commit comments

Comments
 (0)