From 6839596dcae588cc5536f34fef34be931db78c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:09:05 +0000 Subject: [PATCH] build(deps-dev): bump postcss-scss from 4.0.7 to 4.0.9 Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.7 to 4.0.9. - [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-scss/compare/4.0.7...4.0.9) --- updated-dependencies: - dependency-name: postcss-scss dependency-type: direct:development 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 e1bd434b..f58f067e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "jest-fail-on-console": "^3.1.1", "msw": "^1.2.3", "npm-run-all": "4.1.5", - "postcss-scss": "4.0.7", + "postcss-scss": "4.0.9", "prop-types": "15.8.1", "redux-mock-store": "1.5.4", "sass": "1.66.1", @@ -16945,9 +16945,9 @@ } }, "node_modules/postcss-scss": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.7.tgz", - "integrity": "sha512-xPv2GseoyXPa58Nro7M73ZntttusuCmZdeOojUFR5PZDz2BR62vfYx1w9TyOnp1+nYFowgOMipsCBhxzVkAEPw==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", + "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", "dev": true, "funding": [ { @@ -16967,7 +16967,7 @@ "node": ">=12.0" }, "peerDependencies": { - "postcss": "^8.4.19" + "postcss": "^8.4.29" } }, "node_modules/postcss-selector-parser": { diff --git a/package.json b/package.json index ff658a50..49095a54 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "jest-fail-on-console": "^3.1.1", "msw": "^1.2.3", "npm-run-all": "4.1.5", - "postcss-scss": "4.0.7", + "postcss-scss": "4.0.9", "prop-types": "15.8.1", "redux-mock-store": "1.5.4", "sass": "1.66.1",