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",