From b18dc9934fc77522d4f4166d2888d17b46eac32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 03:14:13 +0000 Subject: [PATCH] chore(deps-dev): bump sass in /build/frontend-legacy Bumps [sass](https://github.com/sass/dart-sass) from 1.101.0 to 1.101.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.101.0...1.101.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.101.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 8 ++++---- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index e042a452a7288..ab99dd4e637a6 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -113,7 +113,7 @@ "patch-package": "^8.0.1", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.101.0", + "sass": "^1.101.3", "typescript": "^5.9.2", "vite": "^7.3.6", "vitest": "^4.1.10", @@ -16288,9 +16288,9 @@ "peer": true }, "node_modules/sass": { - "version": "1.101.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", - "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", + "version": "1.101.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.3.tgz", + "integrity": "sha512-Z1lLHhtAII+dyLNIQB6JQTZMy7sDxk3f5NzbINRc9ks1P0HCGvSuKev0wUhULFpLSaHBIMZrcTs9WDQUZerrgA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 73fff243132e5..47f8e59096703 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -129,7 +129,7 @@ "patch-package": "^8.0.1", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.101.0", + "sass": "^1.101.3", "typescript": "^5.9.2", "vite": "^7.3.6", "vitest": "^4.1.10",