Skip to content

Commit 1bc1079

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

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lint-staged": "^11.1.2",
4949
"markdown-it": "^12.2.0",
5050
"npm-run-all": "^4.1.5",
51-
"postcss": "^8.3.6",
51+
"postcss": "^8.3.8",
5252
"postcss-cli": "^8.3.1",
5353
"postcss-header": "^3.0.1",
5454
"postcss-import": "^14.0.2",

yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -1501,10 +1501,15 @@ nanocolors@^0.1.5:
15011501
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.6.tgz#bc2350d3edfdbfadd7ac018c855ae7c13905a6ad"
15021502
integrity sha512-2pvTw6vYRaBLGir2xR7MxaJtyWkrn+C53EpW8yPotG+pdAwBvt0Xwk4VJ6VHLY0aLthVZPvDfm9TdZvrvAm5UQ==
15031503

1504-
nanoid@^3.1.23:
1505-
version "3.1.23"
1506-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
1507-
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
1504+
nanocolors@^0.2.2:
1505+
version "0.2.10"
1506+
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.10.tgz#a712df4d3c1bf12d9b4fb8b5aa61b5ba31337503"
1507+
integrity sha512-i+EDWGsJClQwR/bhLIG/CObZZwaYaS5qt+yjxZbfV+77QiNHNzE9nj4d9Ut1TGZ0R0eSwPcQWzReASzXuw/7oA==
1508+
1509+
nanoid@^3.1.25:
1510+
version "3.1.28"
1511+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4"
1512+
integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==
15081513

15091514
natural-compare@^1.4.0:
15101515
version "1.4.0"
@@ -2316,13 +2321,13 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.
23162321
source-map "^0.6.1"
23172322
supports-color "^6.1.0"
23182323

2319-
postcss@^8.3.6:
2320-
version "8.3.6"
2321-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
2322-
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
2324+
postcss@^8.3.8:
2325+
version "8.3.8"
2326+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1"
2327+
integrity sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==
23232328
dependencies:
2324-
colorette "^1.2.2"
2325-
nanoid "^3.1.23"
2329+
nanocolors "^0.2.2"
2330+
nanoid "^3.1.25"
23262331
source-map-js "^0.6.2"
23272332

23282333
prelude-ls@^1.2.1:

0 commit comments

Comments
 (0)