Skip to content

Commit d348589

Browse files
renovate[bot]renovate-botshortcuts
authored
fix(deps): update dependency postcss to v8.4.5 (#1205)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
1 parent a24cf6e commit d348589

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"jest": "27.4.5",
8484
"jest-watch-typeahead": "1.0.0",
8585
"lerna": "4.0.0",
86-
"postcss": "8.3.11",
86+
"postcss": "8.4.5",
8787
"prettier": "2.5.1",
8888
"react": "17.0.2",
8989
"react-dom": "17.0.2",

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"clsx": "1.1.1",
2626
"file-loader": "6.2.0",
2727
"my-loaders": "file:plugins/my-loaders",
28-
"postcss": "8.3.11",
28+
"postcss": "8.4.5",
2929
"postcss-import": "14.0.2",
3030
"postcss-preset-env": "7.0.2",
3131
"prism-react-renderer": "1.2.1",

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18821,14 +18821,14 @@ postcss@7.0.32:
1882118821
source-map "^0.6.1"
1882218822
supports-color "^6.1.0"
1882318823

18824-
postcss@8.3.11, postcss@^8.3.11, postcss@^8.3.6, postcss@^8.3.7:
18825-
version "8.3.11"
18826-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
18827-
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
18824+
postcss@8.4.5:
18825+
version "8.4.5"
18826+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95"
18827+
integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==
1882818828
dependencies:
1882918829
nanoid "^3.1.30"
1883018830
picocolors "^1.0.0"
18831-
source-map-js "^0.6.2"
18831+
source-map-js "^1.0.1"
1883218832

1883318833
postcss@^6.0.1, postcss@^6.0.22, postcss@^6.0.23, postcss@^6.0.9:
1883418834
version "6.0.23"
@@ -18884,6 +18884,15 @@ postcss@^8.2.15, postcss@^8.3.5:
1888418884
nanoid "^3.1.23"
1888518885
source-map-js "^0.6.2"
1888618886

18887+
postcss@^8.3.11, postcss@^8.3.6, postcss@^8.3.7:
18888+
version "8.3.11"
18889+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.11.tgz#c3beca7ea811cd5e1c4a3ec6d2e7599ef1f8f858"
18890+
integrity sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==
18891+
dependencies:
18892+
nanoid "^3.1.30"
18893+
picocolors "^1.0.0"
18894+
source-map-js "^0.6.2"
18895+
1888718896
posthtml-parser@^0.6.0:
1888818897
version "0.6.0"
1888918898
resolved "https://registry.yarnpkg.com/posthtml-parser/-/posthtml-parser-0.6.0.tgz#52488cdb4fa591c3102de73197c471859ee0be63"
@@ -20979,6 +20988,11 @@ source-map-js@^0.6.2:
2097920988
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
2098020989
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
2098120990

20991+
source-map-js@^1.0.1:
20992+
version "1.0.1"
20993+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
20994+
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
20995+
2098220996
source-map-resolve@^0.5.0:
2098320997
version "0.5.3"
2098420998
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)