From 5169d9be9439f443125bccd5c5265bc4a70f15cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:51:48 +0000 Subject: [PATCH] build(deps-dev): bump sass in /build/frontend-legacy Bumps [sass](https://github.com/sass/dart-sass) from 1.93.2 to 1.93.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.93.2...1.93.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 9 ++++----- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index a2cc51f80b1fc..8589f29536e8d 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -114,7 +114,7 @@ "msw": "^2.11.6", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.93.2", + "sass": "^1.93.3", "sinon": "<= 5.0.7", "typescript": "^5.9.2", "vite": "^7.1.12", @@ -15657,11 +15657,10 @@ "license": "BSD-3-Clause" }, "node_modules/sass": { - "version": "1.93.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz", - "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==", + "version": "1.93.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.3.tgz", + "integrity": "sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==", "devOptional": true, - "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 1fbbc25405a36..c174a9a9bdce4 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -130,7 +130,7 @@ "msw": "^2.11.6", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.93.2", + "sass": "^1.93.3", "sinon": "<= 5.0.7", "typescript": "^5.9.2", "vite": "^7.1.12",