From 577a78dc348a74b3238d63b25e9b30d6bcf2c67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 04:49:57 +0000 Subject: [PATCH 1/2] Bump postcss from 8.4.27 to 8.4.28 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.28. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.28) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- yarn.lock | 13 ++++--------- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/sites/dev/package.json b/sites/dev/package.json index a7855135762..4aa2c8034ae 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -63,7 +63,7 @@ "autoprefixer": "10.4.14", "eslint-config-next": "13.4.13", "js-yaml": "4.1.0", - "postcss": "8.4.27", + "postcss": "8.4.28", "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 562261032ef..78c384e36d6 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -67,7 +67,7 @@ "autoprefixer": "10.4.14", "eslint-config-next": "13.4.13", "js-yaml": "4.1.0", - "postcss": "8.4.27", + "postcss": "8.4.28", "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 62ac94b924a..b29743a820b 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -70,7 +70,7 @@ "autoprefixer": "10.4.14", "eslint-config-next": "13.4.13", "js-yaml": "4.1.0", - "postcss": "8.4.27", + "postcss": "8.4.28", "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 830b06dca1a..b5201cac76a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11370,11 +11370,6 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -playwright-core@1.36.2: - version "1.36.2" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.36.2.tgz#32382f2d96764c24c65a86ea336cf79721c2e50e" - integrity sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ== - playwright-core@1.37.0: version "1.37.0" resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.37.0.tgz#a0a009b840076706452e29aab0efe0ebf5d45ab1" @@ -11485,10 +11480,10 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@8.4.27, postcss@^8, postcss@^8.4.23, postcss@^8.4.5: - version "8.4.27" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057" - integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ== +postcss@8.4.28, postcss@^8, postcss@^8.4.23, postcss@^8.4.5: + version "8.4.28" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5" + integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw== dependencies: nanoid "^3.3.6" picocolors "^1.0.0" From 1fedef24f26a9619e1d1f6094c5c1d6dfa329ba9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Aug 2023 04:52:02 +0000 Subject: [PATCH 2/2] [dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/postcss-8.4.28 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 20863290bf0..9fc27fc7c28 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -255,7 +255,7 @@ dev: 'autoprefixer': '10.4.14' 'eslint-config-next': *next 'js-yaml': &jsYaml '4.1.0' - 'postcss': &postcss '8.4.27' + 'postcss': &postcss '8.4.28' 'playwright': '^1.32.3' 'remark-extract-frontmatter': '3.2.0' 'remark-mdx-frontmatter': '3.0.0'