From 27867ec7cf3cb108a052bd0b95ae051d391deaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:15:12 +0000 Subject: [PATCH] Bump sass from 1.82.0 to 1.83.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.82.0 to 1.83.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.82.0...1.83.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fce30127d6..688b010a607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "postcss-pseudo-is": "^0.3.0", "preact": "^10.25.1", "rimraf": "^6.0.1", - "sass": "^1.82.0", + "sass": "^1.83.0", "simple-icons": "^13.20.0", "stylelint": "^16.11.0", "stylelint-config-recess-order": "^5.1.1", @@ -6937,11 +6937,10 @@ "peer": true }, "node_modules/sass": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", - "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "dev": true, - "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -13109,9 +13108,9 @@ "peer": true }, "sass": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", - "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 1896cc1a207..a923b0ace79 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "postcss-pseudo-is": "^0.3.0", "preact": "^10.25.1", "rimraf": "^6.0.1", - "sass": "^1.82.0", + "sass": "^1.83.0", "simple-icons": "^13.20.0", "stylelint": "^16.11.0", "stylelint-config-recess-order": "^5.1.1",