From 0c46f052a818012a2fe9c8cea34299cd9b735d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 04:34:22 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.89.2 to 1.90.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.89.2 to 1.90.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.89.2...1.90.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3b81bc7..58327e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "postcss-scss": "4.0.9", "react-chartjs-2": "5.3.0", "redux-mock-store": "1.5.5", - "sass": "1.89.2", + "sass": "1.90.0", "sass-loader": "16.0.5", "stylelint": "16.23.0", "stylelint-config-recommended-scss": "15.0.1", @@ -16480,9 +16480,9 @@ } }, "node_modules/sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.90.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.90.0.tgz", + "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==", "dev": true, "license": "MIT", "dependencies": { @@ -30354,9 +30354,9 @@ } }, "sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.90.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.90.0.tgz", + "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index cb011b5c..6235105a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "postcss-scss": "4.0.9", "react-chartjs-2": "5.3.0", "redux-mock-store": "1.5.5", - "sass": "1.89.2", + "sass": "1.90.0", "sass-loader": "16.0.5", "stylelint": "16.23.0", "stylelint-config-recommended-scss": "15.0.1",