From 1256997b87d61acc3c307a7cbe9f59e612188cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:44:11 +0000 Subject: [PATCH] Bump sass from 1.93.2 to 1.97.3 in /app/static Bumps [sass](https://github.com/sass/dart-sass) from 1.93.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.93.2...1.97.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.97.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/static/package-lock.json | 14 +++++++------- app/static/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/static/package-lock.json b/app/static/package-lock.json index 4fd01275..7504f7c2 100644 --- a/app/static/package-lock.json +++ b/app/static/package-lock.json @@ -13,7 +13,7 @@ "package.json": "^0.0.0" }, "devDependencies": { - "sass": "^1.83.0" + "sass": "^1.97.3" } }, "node_modules/@parcel/watcher": { @@ -265,9 +265,9 @@ } }, "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.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", @@ -458,9 +458,9 @@ "dev": true }, "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.97.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz", + "integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/app/static/package.json b/app/static/package.json index 99a6f850..d428b9e0 100644 --- a/app/static/package.json +++ b/app/static/package.json @@ -9,7 +9,7 @@ "author": "AnonymousRand", "license": "ISC", "devDependencies": { - "sass": "^1.83.0" + "sass": "^1.97.3" }, "dependencies": { "bootstrap": "^5.3.3",