From 3c7352da568796a0fcf73eeadb30f32980b99c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:21:27 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.97.2 to 1.97.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.97.2 to 1.97.3. - [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.97.2...1.97.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.97.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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 de20d7b3eabbf..bd323bcbac9b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -141,7 +141,7 @@ "puppeteer": "^24.35.0", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.97.2", + "sass": "^1.97.3", "sinon": "<= 5.0.7", "stylelint": "^16.26.1", "stylelint-use-logical": "^2.1.2", @@ -22416,9 +22416,9 @@ "license": "BSD-3-Clause" }, "node_modules/sass": { - "version": "1.97.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz", - "integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==", + "version": "1.97.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz", + "integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==", "dev": true, "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index afb9b67c28dcd..7fa186a19019f 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "puppeteer": "^24.35.0", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.97.2", + "sass": "^1.97.3", "sinon": "<= 5.0.7", "stylelint": "^16.26.1", "stylelint-use-logical": "^2.1.2",