From 72145a71a6d397e9f66f2ab88dc526bc205c2437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:47:38 +0000 Subject: [PATCH] Bump sass from 1.89.2 to 1.93.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.89.2 to 1.93.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.93.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 fe43dadc..1c30f3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "node-fetch": "^3.3.2", "react": "18.3.1", "react-dom": "18.3.1", - "sass": "^1.89.2", + "sass": "^1.93.0", "uuid": "^11.1.0", "winston": "^3.17.0" }, @@ -7076,9 +7076,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.93.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.0.tgz", + "integrity": "sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 913dec15..ed10aa80 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "node-fetch": "^3.3.2", "react": "18.3.1", "react-dom": "18.3.1", - "sass": "^1.89.2", + "sass": "^1.93.0", "uuid": "^11.1.0", "winston": "^3.17.0" },