From a2d0a67dcb8fc9b118022c05961e09b270f95486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:29:18 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.80.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9e3a0915..60a3f5331 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "redux-mock-store": "1.5.4", "redux-thunk": "2.4.2", "regenerator-runtime": "0.13.9", - "sass": "1.79.5", + "sass": "1.80.1", "sass-loader": "10.5.2", "scratch-gui": "4.0.39", "scratch-l10n": "3.18.344", @@ -23392,9 +23392,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.79.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.5.tgz", - "integrity": "sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==", + "version": "1.80.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.1.tgz", + "integrity": "sha512-9lBwDZ7j3y/1DKj5Ec249EVGo5CVpwnzIyIj+cqlCjKkApLnzsJ/l9SnV4YnORvW9dQwQN+gQvh/mFZ8CnDs7Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1febaac4e..ceb51a831 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "redux-mock-store": "1.5.4", "redux-thunk": "2.4.2", "regenerator-runtime": "0.13.9", - "sass": "1.79.5", + "sass": "1.80.1", "sass-loader": "10.5.2", "scratch-gui": "4.0.39", "scratch-l10n": "3.18.344",