Skip to content

Commit a31345b

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 177d732 commit a31345b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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

+14-14
Original file line numberDiff line numberDiff line change
@@ -1503,15 +1503,15 @@ nanocolors@^0.1.0, nanocolors@^0.1.5:
15031503
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6"
15041504
integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==
15051505

1506-
nanocolors@^0.2.8:
1507-
version "0.2.10"
1508-
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.10.tgz#a712df4d3c1bf12d9b4fb8b5aa61b5ba31337503"
1509-
integrity sha512-i+EDWGsJClQwR/bhLIG/CObZZwaYaS5qt+yjxZbfV+77QiNHNzE9nj4d9Ut1TGZ0R0eSwPcQWzReASzXuw/7oA==
1506+
nanocolors@^0.2.2, nanocolors@^0.2.8:
1507+
version "0.2.12"
1508+
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777"
1509+
integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==
15101510

1511-
nanoid@^3.1.23:
1512-
version "3.1.23"
1513-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
1514-
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
1511+
nanoid@^3.1.25:
1512+
version "3.1.28"
1513+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4"
1514+
integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==
15151515

15161516
natural-compare@^1.4.0:
15171517
version "1.4.0"
@@ -2323,13 +2323,13 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.
23232323
source-map "^0.6.1"
23242324
supports-color "^6.1.0"
23252325

2326-
postcss@^8.3.6:
2327-
version "8.3.6"
2328-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
2329-
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
2326+
postcss@^8.3.8:
2327+
version "8.3.8"
2328+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.8.tgz#9ebe2a127396b4b4570ae9f7770e7fb83db2bac1"
2329+
integrity sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==
23302330
dependencies:
2331-
colorette "^1.2.2"
2332-
nanoid "^3.1.23"
2331+
nanocolors "^0.2.2"
2332+
nanoid "^3.1.25"
23332333
source-map-js "^0.6.2"
23342334

23352335
prelude-ls@^1.2.1:

0 commit comments

Comments
 (0)