chore(deps): update dependency postcss to ^8.4.39 (2.x) (#27914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-06-29 23:53:46 +01:00 committed by GitHub
parent 81f5335f26
commit cdee35dedb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 14 deletions

View File

@ -542,7 +542,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -1005,7 +1005,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -1474,7 +1474,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -1937,7 +1937,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -2406,7 +2406,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -2875,7 +2875,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -3350,7 +3350,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -3822,7 +3822,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -4300,7 +4300,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -4769,7 +4769,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -5244,7 +5244,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},
@ -5713,7 +5713,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.38",
"version": "8.4.39",
},
],
},

View File

@ -35,7 +35,7 @@
"optimize-css-assets-webpack-plugin": "^6.0.1",
"pify": "^5.0.0",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^4.3.0",

View File

@ -12256,7 +12256,7 @@ postcss@^7.0.36:
picocolors "^0.2.1"
source-map "^0.6.1"
postcss@^8.2.1, postcss@^8.2.15, postcss@^8.4.14, postcss@^8.4.38:
postcss@^8.2.1, postcss@^8.2.15, postcss@^8.4.14:
version "8.4.38"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
@ -12265,6 +12265,15 @@ postcss@^8.2.1, postcss@^8.2.15, postcss@^8.4.14, postcss@^8.4.38:
picocolors "^1.0.0"
source-map-js "^1.2.0"
postcss@^8.4.39:
version "8.4.39"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"
source-map-js "^1.2.0"
prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"