diff --git a/config/dependencies.yaml b/config/dependencies.yaml index f777f79eaba..ee462eacb40 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -254,7 +254,7 @@ dev: 'autoprefixer': '10.4.14' 'eslint-config-next': *next 'js-yaml': &jsYaml '4.1.0' - 'postcss': &postcss '8.4.24' + 'postcss': &postcss '8.4.25' 'playwright': '^1.32.3' 'remark-extract-frontmatter': '3.2.0' 'remark-mdx-frontmatter': '3.0.0' diff --git a/sites/dev/package.json b/sites/dev/package.json index 73f7ca2b73f..4b45c8f9d8c 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -63,7 +63,7 @@ "autoprefixer": "10.4.14", "eslint-config-next": "13.4.9", "js-yaml": "4.1.0", - "postcss": "8.4.24", + "postcss": "8.4.25", "playwright": "^1.32.3", "remark-extract-frontmatter": "3.2.0", "remark-mdx-frontmatter": "3.0.0", diff --git a/sites/lab/package.json b/sites/lab/package.json index df1084f22e6..933173959f0 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -67,7 +67,7 @@ "autoprefixer": "10.4.14", "eslint-config-next": "13.4.9", "js-yaml": "4.1.0", - "postcss": "8.4.24", + "postcss": "8.4.25", "playwright": "^1.32.3", "remark-extract-frontmatter": "3.2.0", "remark-mdx-frontmatter": "3.0.0", diff --git a/sites/org/package.json b/sites/org/package.json index 62a0078db39..c60d614d9ee 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -71,7 +71,7 @@ "autoprefixer": "10.4.14", "eslint-config-next": "13.4.9", "js-yaml": "4.1.0", - "postcss": "8.4.24", + "postcss": "8.4.25", "playwright": "^1.32.3", "remark-extract-frontmatter": "3.2.0", "remark-mdx-frontmatter": "3.0.0", diff --git a/yarn.lock b/yarn.lock index e7910d66c70..c622f6d3d51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15899,10 +15899,10 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@8.4.24, postcss@^8.1.10, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.5, postcss@^8.4.6: - version "8.4.24" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df" - integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg== +postcss@8.4.25, postcss@^8.1.10, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.5, postcss@^8.4.6: + version "8.4.25" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f" + integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw== dependencies: nanoid "^3.3.6" picocolors "^1.0.0"