Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 521994a

Browse files
Update dependency postcss to v8.4.31
1 parent 7e4c03a commit 521994a

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"js-yaml": "4.1.0",
1717
"next": "13.4.2",
1818
"next-mdx-remote": "4.4.1",
19-
"postcss": "8.4.23",
19+
"postcss": "8.4.31",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",
2222
"react-schemaorg": "2.0.0",

yarn.lock

+13-4
Original file line numberDiff line numberDiff line change
@@ -10409,10 +10409,10 @@ postcss@8.4.14:
1040910409
picocolors "^1.0.0"
1041010410
source-map-js "^1.0.2"
1041110411

10412-
postcss@8.4.23, postcss@^8.4.23:
10413-
version "8.4.23"
10414-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
10415-
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
10412+
postcss@8.4.31:
10413+
version "8.4.31"
10414+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
10415+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
1041610416
dependencies:
1041710417
nanoid "^3.3.6"
1041810418
picocolors "^1.0.0"
@@ -10427,6 +10427,15 @@ postcss@^8.4.19:
1042710427
picocolors "^1.0.0"
1042810428
source-map-js "^1.0.2"
1042910429

10430+
postcss@^8.4.23:
10431+
version "8.4.23"
10432+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
10433+
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
10434+
dependencies:
10435+
nanoid "^3.3.6"
10436+
picocolors "^1.0.0"
10437+
source-map-js "^1.0.2"
10438+
1043010439
prelude-ls@^1.2.1:
1043110440
version "1.2.1"
1043210441
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)