Skip to content

Commit 10cf100

Browse files
build(deps-dev): bump postcss from 8.4.13 to 8.4.14 (#6152)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.13 to 8.4.14. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.13...8.4.14) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bca7e3 commit 10cf100

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"modularscale-sass": "^3.0.3",
114114
"node-fetch": "^3.2.4",
115115
"npm-run-all": "^4.1.1",
116-
"postcss": "^8.4.13",
116+
"postcss": "^8.4.14",
117117
"postcss-loader": "^6.2.1",
118118
"prettier": "^2.6.2",
119119
"react-refresh": "^0.13.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8761,10 +8761,10 @@ nano-css@^5.3.1:
87618761
stacktrace-js "^2.0.2"
87628762
stylis "^4.0.6"
87638763

8764-
nanoid@^3.3.3:
8765-
version "3.3.3"
8766-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
8767-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
8764+
nanoid@^3.3.4:
8765+
version "3.3.4"
8766+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
8767+
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
87688768

87698769
natural-compare@^1.4.0:
87708770
version "1.4.0"
@@ -9711,12 +9711,12 @@ postcss@^5.0.8, postcss@^5.2.4:
97119711
source-map "^0.5.6"
97129712
supports-color "^3.2.3"
97139713

9714-
postcss@^8.3.10, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.13, postcss@^8.4.7:
9715-
version "8.4.13"
9716-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575"
9717-
integrity sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==
9714+
postcss@^8.3.10, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.14, postcss@^8.4.7:
9715+
version "8.4.14"
9716+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
9717+
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
97189718
dependencies:
9719-
nanoid "^3.3.3"
9719+
nanoid "^3.3.4"
97209720
picocolors "^1.0.0"
97219721
source-map-js "^1.0.2"
97229722

0 commit comments

Comments
 (0)