Skip to content

Commit 75b1dbd

Browse files
Bump postcss from 8.3.11 to 8.4.5 (animate-css#1431)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.11 to 8.4.5. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.3.11...8.4.5) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 775535a commit 75b1dbd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lint-staged": "^11.2.6",
5050
"markdown-it": "^12.3.0",
5151
"npm-run-all": "^4.1.5",
52-
"postcss": "^8.3.11",
52+
"postcss": "^8.4.5",
5353
"postcss-cli": "^8.3.1",
5454
"postcss-header": "^3.0.1",
5555
"postcss-import": "^14.0.2",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2294,14 +2294,14 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.
22942294
source-map "^0.6.1"
22952295
supports-color "^6.1.0"
22962296

2297-
postcss@^8.3.11:
2298-
version "8.3.11"
2299-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
2300-
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
2297+
postcss@^8.4.5:
2298+
version "8.4.5"
2299+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95"
2300+
integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==
23012301
dependencies:
23022302
nanoid "^3.1.30"
23032303
picocolors "^1.0.0"
2304-
source-map-js "^0.6.2"
2304+
source-map-js "^1.0.1"
23052305

23062306
prelude-ls@^1.2.1:
23072307
version "1.2.1"
@@ -2487,10 +2487,10 @@ slice-ansi@^4.0.0:
24872487
astral-regex "^2.0.0"
24882488
is-fullwidth-code-point "^3.0.0"
24892489

2490-
source-map-js@^0.6.2:
2491-
version "0.6.2"
2492-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
2493-
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
2490+
source-map-js@^1.0.1:
2491+
version "1.0.1"
2492+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
2493+
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
24942494

24952495
source-map@^0.5.6:
24962496
version "0.5.7"

0 commit comments

Comments
 (0)