From db0067d8aa1715ca783c05394a88284693d1d861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 09:23:12 +0000 Subject: [PATCH] Bump postcss-scss from 4.0.5 to 4.0.6 Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/postcss/postcss-scss/releases) - [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-scss/compare/4.0.5...4.0.6) --- updated-dependencies: - dependency-name: postcss-scss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcc82cb918..489adcd4d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "plugin-error": "^2.0.0", "postcss": "^8.4.19", "postcss-pseudo-classes": "^0.2.1", - "postcss-scss": "^4.0.5", + "postcss-scss": "^4.0.6", "postcss-unmq": "^1.0.2", "postcss-unopacity": "^2.0.0", "postcss-unrgba": "^1.1.1", @@ -19041,9 +19041,9 @@ } }, "node_modules/postcss-scss": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.5.tgz", - "integrity": "sha512-F7xpB6TrXyqUh3GKdyB4Gkp3QL3DDW1+uI+gxx/oJnUt/qXI4trj5OGlp9rOKdoABGULuqtqeG+3HEVQk4DjmA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz", + "integrity": "sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==", "funding": [ { "type": "opencollective", @@ -19058,7 +19058,7 @@ "node": ">=12.0" }, "peerDependencies": { - "postcss": "^8.3.3" + "postcss": "^8.4.19" } }, "node_modules/postcss-selector-parser": { diff --git a/package.json b/package.json index 65797e3bb8..13495f6df5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "plugin-error": "^2.0.0", "postcss": "^8.4.19", "postcss-pseudo-classes": "^0.2.1", - "postcss-scss": "^4.0.5", + "postcss-scss": "^4.0.6", "postcss-unmq": "^1.0.2", "postcss-unopacity": "^2.0.0", "postcss-unrgba": "^1.1.1",