From 12dd855aec87954ccc23af202d5e58d85c57fa74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:06:50 +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 9a042480c2c2f..2eacc192d52b7 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -105,7 +105,7 @@ "patch-package": "^8.0.1", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.101.0", + "sass": "^1.101.3", "terser-webpack-plugin": "^5.6.1", "typescript": "^5.9.2", "vite": "^7.3.6", @@ -16047,9 +16047,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 49f7faca06a55..aa486b2e57339 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -124,7 +124,7 @@ "patch-package": "^8.0.1", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.101.0", + "sass": "^1.101.3", "terser-webpack-plugin": "^5.6.1", "typescript": "^5.9.2", "vite": "^7.3.6",