Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit e7f97b6

Browse files
Bump postcss from 8.4.21 to 8.4.23
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.23. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.21...8.4.23) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcc425a commit e7f97b6

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"htpasswd": "^2.4.6",
4242
"http-auth": "^4.2.0",
4343
"path-to-regexp": "^6.2.1",
44-
"postcss": "^8.4.21",
44+
"postcss": "^8.4.23",
4545
"prettier": "^2.8.7",
4646
"rammerhead": "https://github.com/Ruby-Network/rammerhead/releases/download/version/rammerhead.tgz",
4747
"react": "^18.0.0",

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3623,16 +3623,11 @@ mute-stream@~0.0.4:
36233623
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
36243624
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
36253625

3626-
nanoid@^3.1.12:
3626+
nanoid@^3.1.12, nanoid@^3.3.6:
36273627
version "3.3.6"
36283628
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
36293629
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
36303630

3631-
nanoid@^3.3.4:
3632-
version "3.3.4"
3633-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
3634-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
3635-
36363631
negotiator@0.6.3, negotiator@^0.6.2:
36373632
version "0.6.3"
36383633
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
@@ -3989,12 +3984,12 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
39893984
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
39903985
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
39913986

3992-
postcss@^8.0.9, postcss@^8.4.14, postcss@^8.4.21:
3993-
version "8.4.21"
3994-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
3995-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
3987+
postcss@^8.0.9, postcss@^8.4.14, postcss@^8.4.21, postcss@^8.4.23:
3988+
version "8.4.23"
3989+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
3990+
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
39963991
dependencies:
3997-
nanoid "^3.3.4"
3992+
nanoid "^3.3.6"
39983993
picocolors "^1.0.0"
39993994
source-map-js "^1.0.2"
40003995

0 commit comments

Comments
 (0)