From fd18090c30d90bc192b02e3eca89320078bdc361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:33:19 +0000 Subject: [PATCH] Bump postcss from 8.4.12 to 8.4.27 in /plugin Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.27. - [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.12...8.4.27) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin/package.json | 2 +- plugin/yarn.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/plugin/package.json b/plugin/package.json index e10359b74..616e4b911 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -31,7 +31,7 @@ "less": "^3.12.2", "less-loader": "^7.0.2", "mini-css-extract-plugin": "^1.2.1", - "postcss": "^8.2.13", + "postcss": "^8.4.27", "postcss-less": "^4.0.0", "postcss-loader": "^4.0.4", "style-loader": "^2.0.0", diff --git a/plugin/yarn.lock b/plugin/yarn.lock index 43d870e65..e2cb4f18d 100644 --- a/plugin/yarn.lock +++ b/plugin/yarn.lock @@ -2071,9 +2071,10 @@ ms@2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" -nanoid@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35" +nanoid@^3.3.6: + version "3.3.6" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" + integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== native-request@^1.0.5: version "1.1.0" @@ -2279,11 +2280,12 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" -postcss@^8.1.2, postcss@^8.2.13, postcss@^8.2.15: - version "8.4.12" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905" +postcss@^8.1.2, postcss@^8.2.15, postcss@^8.4.27: + version "8.4.27" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057" + integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ== dependencies: - nanoid "^3.3.1" + nanoid "^3.3.6" picocolors "^1.0.0" source-map-js "^1.0.2"