Skip to content

Commit 2ab575b

Browse files
Bump postcss from 8.2.6 to 8.2.10 (#16)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 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@8.2.6...8.2.10) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de9d705 commit 2ab575b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-plugin-vue": "^7.5.0",
2121
"eslint-plugin-vue-libs": "^4.0.0",
2222
"npm-run-all": "^4.1.5",
23-
"postcss": "^8.2.4",
23+
"postcss": "^8.2.10",
2424
"prettier": "^2.2.1",
2525
"tailwindcss": "^2.0.2",
2626
"typescript": "^4.1.3",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,10 +1091,10 @@ color@^3.1.3:
10911091
color-convert "^1.9.1"
10921092
color-string "^1.5.4"
10931093

1094-
colorette@^1.2.1:
1095-
version "1.2.1"
1096-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
1097-
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
1094+
colorette@^1.2.1, colorette@^1.2.2:
1095+
version "1.2.2"
1096+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
1097+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
10981098

10991099
commander@^6.0.0, commander@^6.1.0:
11001100
version "6.2.1"
@@ -2184,10 +2184,10 @@ mz@^2.4.0:
21842184
object-assign "^4.0.1"
21852185
thenify-all "^1.0.0"
21862186

2187-
nanoid@^3.1.20:
2188-
version "3.1.20"
2189-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
2190-
integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==
2187+
nanoid@^3.1.22:
2188+
version "3.1.23"
2189+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
2190+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
21912191

21922192
natural-compare@^1.4.0:
21932193
version "1.4.0"
@@ -2553,13 +2553,13 @@ postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
25532553
source-map "^0.6.1"
25542554
supports-color "^6.1.0"
25552555

2556-
postcss@^8.1.6, postcss@^8.2.1, postcss@^8.2.4:
2557-
version "8.2.6"
2558-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
2559-
integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==
2556+
postcss@^8.1.6, postcss@^8.2.1, postcss@^8.2.10:
2557+
version "8.2.10"
2558+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b"
2559+
integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==
25602560
dependencies:
2561-
colorette "^1.2.1"
2562-
nanoid "^3.1.20"
2561+
colorette "^1.2.2"
2562+
nanoid "^3.1.22"
25632563
source-map "^0.6.1"
25642564

25652565
preact@^10.0.0:

0 commit comments

Comments
 (0)