Skip to content

Commit e52fe7e

Browse files
chore(deps-dev): bump postcss from 8.4.23 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 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.23...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d200f86 commit e52fe7e

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

apps/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react": "18.2.17",
3030
"@types/react-dom": "18.0.6",
3131
"autoprefixer": "^10.4.14",
32-
"postcss": "^8.4.23",
32+
"postcss": "^8.4.31",
3333
"postcss-flexbugs-fixes": "^5.0.2",
3434
"postcss-preset-env": "^7.8.0",
3535
"storybook": "^7.1.1",

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"joi": "^17.7.1",
106106
"less": "^4.1.3",
107107
"lint-staged": "^13.0.3",
108-
"postcss": "^8.4.23",
108+
"postcss": "^8.4.31",
109109
"postcss-flexbugs-fixes": "^5.0.2",
110110
"postcss-preset-env": "^7.8.0",
111111
"prettier": "^2.7.1",

yarn.lock

+2-25
Original file line numberDiff line numberDiff line change
@@ -12793,12 +12793,7 @@ nano-css@^5.3.1:
1279312793
stacktrace-js "^2.0.2"
1279412794
stylis "^4.0.6"
1279512795

12796-
nanoid@^3.3.4:
12797-
version "3.3.4"
12798-
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz"
12799-
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
12800-
12801-
nanoid@^3.3.6:
12796+
nanoid@^3.3.4, nanoid@^3.3.6:
1280212797
version "3.3.6"
1280312798
resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
1280412799
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
@@ -13997,16 +13992,7 @@ [email protected]:
1399713992
picocolors "^1.0.0"
1399813993
source-map-js "^1.0.2"
1399913994

14000-
postcss@^8.2.14, postcss@^8.4.19, postcss@^8.4.21, postcss@^8.4.23:
14001-
version "8.4.23"
14002-
resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
14003-
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
14004-
dependencies:
14005-
nanoid "^3.3.6"
14006-
picocolors "^1.0.0"
14007-
source-map-js "^1.0.2"
14008-
14009-
postcss@^8.2.9:
13995+
postcss@^8.2.14, postcss@^8.2.9, postcss@^8.4.17, postcss@^8.4.19, postcss@^8.4.21, postcss@^8.4.31:
1401013996
version "8.4.31"
1401113997
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
1401213998
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
@@ -14015,15 +14001,6 @@ postcss@^8.2.9:
1401514001
picocolors "^1.0.0"
1401614002
source-map-js "^1.0.2"
1401714003

14018-
postcss@^8.4.17:
14019-
version "8.4.18"
14020-
resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.18.tgz"
14021-
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
14022-
dependencies:
14023-
nanoid "^3.3.4"
14024-
picocolors "^1.0.0"
14025-
source-map-js "^1.0.2"
14026-
1402714004
prebuild-install@^7.1.1:
1402814005
version "7.1.1"
1402914006
resolved "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.1.tgz"

0 commit comments

Comments
 (0)