Skip to content

Commit 53160d2

Browse files
build(deps-dev): bump postcss from 8.5.3 to 8.5.4 (#1657)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.4. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.4) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.4 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 1fdb03a commit 53160d2

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
@@ -53,7 +53,7 @@
5353
"jest-expect-message": "^1.1.3",
5454
"jsdom": "^22.1.0",
5555
"mutationobserver-shim": "^0.3.7",
56-
"postcss": "^8.5.3",
56+
"postcss": "^8.5.4",
5757
"release-it": "^15.11.0",
5858
"release-it-lerna-changelog": "^5.0.0",
5959
"rimraf": "^5.0.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7467,10 +7467,10 @@ mz@^2.4.0:
74677467
object-assign "^4.0.1"
74687468
thenify-all "^1.0.0"
74697469

7470-
nanoid@^3.3.8:
7471-
version "3.3.8"
7472-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
7473-
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
7470+
nanoid@^3.3.11:
7471+
version "3.3.11"
7472+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
7473+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
74747474

74757475
natural-compare@^1.4.0:
74767476
version "1.4.0"
@@ -8415,12 +8415,12 @@ postcss-value-parser@^4.2.0:
84158415
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
84168416
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
84178417

8418-
postcss@^8.5.3:
8419-
version "8.5.3"
8420-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
8421-
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
8418+
postcss@^8.5.4:
8419+
version "8.5.4"
8420+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.4.tgz#d61014ac00e11d5f58458ed7247d899bd65f99c0"
8421+
integrity sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==
84228422
dependencies:
8423-
nanoid "^3.3.8"
8423+
nanoid "^3.3.11"
84248424
picocolors "^1.1.1"
84258425
source-map-js "^1.2.1"
84268426

0 commit comments

Comments
 (0)