Skip to content

Commit 7b148f7

Browse files
Bump postcss from 7.0.32 to 8.2.10 in /docs
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 8.2.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@7.0.32...8.2.10) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62a708b commit 7b148f7

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
"pkg-up": "^3.1.0",
501501
"portfinder": "^1.0.28",
502502
"posix-character-classes": "^1.0.0",
503-
"postcss": "^7.0.32",
503+
"postcss": "^8.2.10",
504504
"postcss-calc": "^7.0.2",
505505
"postcss-colormin": "^4.0.3",
506506
"postcss-convert-values": "^4.0.1",

docs/yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,10 +2664,10 @@ color@^3.0.0, color@^3.1.2:
26642664
color-convert "^1.9.1"
26652665
color-string "^1.5.2"
26662666

2667-
colorette@^1.2.1:
2668-
version "1.2.1"
2669-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
2670-
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
2667+
colorette@^1.2.1, colorette@^1.2.2:
2668+
version "1.2.2"
2669+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
2670+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
26712671

26722672
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
26732673
version "1.0.8"
@@ -6527,6 +6527,11 @@ nanoid@^2.0.3:
65276527
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280"
65286528
integrity sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==
65296529

6530+
nanoid@^3.1.22:
6531+
version "3.1.23"
6532+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
6533+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
6534+
65306535
nanomatch@^1.2.13, nanomatch@^1.2.9:
65316536
version "1.2.13"
65326537
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -7640,6 +7645,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.2
76407645
source-map "^0.6.1"
76417646
supports-color "^6.1.0"
76427647

7648+
postcss@^8.2.10:
7649+
version "8.2.10"
7650+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b"
7651+
integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==
7652+
dependencies:
7653+
colorette "^1.2.2"
7654+
nanoid "^3.1.22"
7655+
source-map "^0.6.1"
7656+
76437657
prepend-http@^1.0.0:
76447658
version "1.0.4"
76457659
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"

0 commit comments

Comments
 (0)