Skip to content

Commit 9c7699a

Browse files
build(deps-dev): bump postcss from 8.4.14 to 8.4.31 (#328)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.14...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0c9488 commit 9c7699a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"husky": "^8.0.1",
6868
"jest": "^27.3.1",
6969
"jest-serializer-vue": "^2.0.2",
70-
"postcss": "^8.4.14",
70+
"postcss": "^8.4.31",
7171
"prettier": "^2.7.1",
7272
"semver": "^7.3.7",
7373
"tailwindcss": "^3.1.6",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7487,9 +7487,10 @@ mz@^2.4.0:
74877487
object-assign "^4.0.1"
74887488
thenify-all "^1.0.0"
74897489

7490-
nanoid@^3.3.4:
7491-
version "3.3.4"
7492-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
7490+
nanoid@^3.3.6:
7491+
version "3.3.7"
7492+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
7493+
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
74937494

74947495
native-run@^1.5.0:
74957496
version "1.5.0"
@@ -8213,12 +8214,12 @@ postcss@^7.0.36:
82138214
picocolors "^0.2.1"
82148215
source-map "^0.6.1"
82158216

8216-
postcss@^8.1.10, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.13, postcss@^8.4.14, postcss@^8.4.7:
8217-
version "8.4.14"
8218-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
8219-
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
8217+
postcss@^8.1.10, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.13, postcss@^8.4.14, postcss@^8.4.31, postcss@^8.4.7:
8218+
version "8.4.31"
8219+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
8220+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
82208221
dependencies:
8221-
nanoid "^3.3.4"
8222+
nanoid "^3.3.6"
82228223
picocolors "^1.0.0"
82238224
source-map-js "^1.0.2"
82248225

0 commit comments

Comments
 (0)