From ed67b28a8353a1cdc1113b21402ceaffc57e16a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 22:33:13 +0000 Subject: [PATCH] fix: upgrade sass from 1.58.0 to 1.69.4 Snyk has created this PR to upgrade sass from 1.58.0 to 1.69.4. See this package in npm: https://www.npmjs.com/package/sass See this project in Snyk: https://app.snyk.io/org/anmipa/project/b48f492d-7044-4cd0-9b08-702593d9c2e2?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../custom/hdbt_subtheme/package-lock.json | 16 ++++++++-------- public/themes/custom/hdbt_subtheme/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/themes/custom/hdbt_subtheme/package-lock.json b/public/themes/custom/hdbt_subtheme/package-lock.json index bba5c2ab..72fe583c 100644 --- a/public/themes/custom/hdbt_subtheme/package-lock.json +++ b/public/themes/custom/hdbt_subtheme/package-lock.json @@ -52,7 +52,7 @@ "postcss-scss": "^4.0.0", "pre-commit": "^1.2.2", "prettier": "^2.3.2", - "sass": "^1.43.4", + "sass": "^1.69.4", "sass-loader": "^13.0.0", "svg-inline-loader": "^0.8.0", "svg-sprite": "^2.0", @@ -8729,9 +8729,9 @@ } }, "node_modules/sass": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.0.tgz", - "integrity": "sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==", + "version": "1.69.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz", + "integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -8741,7 +8741,7 @@ "sass": "sass.js" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/sass-loader": { @@ -16347,9 +16347,9 @@ "integrity": "sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA==" }, "sass": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.0.tgz", - "integrity": "sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==", + "version": "1.69.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.4.tgz", + "integrity": "sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA==", "requires": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/public/themes/custom/hdbt_subtheme/package.json b/public/themes/custom/hdbt_subtheme/package.json index 39ddf08c..98bb1981 100644 --- a/public/themes/custom/hdbt_subtheme/package.json +++ b/public/themes/custom/hdbt_subtheme/package.json @@ -55,7 +55,7 @@ "postcss-scss": "^4.0.0", "pre-commit": "^1.2.2", "prettier": "^2.3.2", - "sass": "^1.43.4", + "sass": "^1.69.4", "sass-loader": "^13.0.0", "svg-inline-loader": "^0.8.0", "svg-sprite": "^2.0",