From 526c597dc2f2bd289c9740303f852dfad0915add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:51:17 +0300 Subject: [PATCH] Bump postcss-scss from 4.0.7 to 4.0.9 (#250) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 027dcec..0530c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "glob": "^7.2.3", "picocolors": "^1.0.0", "postcss": "^8.4.29", - "postcss-scss": "^4.0.7", + "postcss-scss": "^4.0.9", "strip-bom": "^5.0.0" }, "bin": { @@ -4596,9 +4596,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==", "funding": [ { "type": "opencollective", @@ -4617,7 +4617,7 @@ "node": ">=12.0" }, "peerDependencies": { - "postcss": "^8.4.19" + "postcss": "^8.4.29" } }, "node_modules/prelude-ls": { @@ -9902,9 +9902,9 @@ } }, "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==", "requires": {} }, "prelude-ls": { diff --git a/package.json b/package.json index 2670f48..4e8c686 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "glob": "^7.2.3", "picocolors": "^1.0.0", "postcss": "^8.4.29", - "postcss-scss": "^4.0.7", + "postcss-scss": "^4.0.9", "strip-bom": "^5.0.0" }, "devDependencies": {