From f5c90e7a27f4280dfc266d5cc7db32594dce731e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:49:51 +0000 Subject: [PATCH] Bump sass from 1.93.2 to 1.99.0 in /app/static Bumps [sass](https://github.com/sass/dart-sass) from 1.93.2 to 1.99.0. - [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.99.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.99.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/static/package-lock.json | 18 +++++++++--------- app/static/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/static/package-lock.json b/app/static/package-lock.json index 36448874..c8e46d8d 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.99.0" } }, "node_modules/@parcel/watcher": { @@ -265,13 +265,13 @@ } }, "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.99.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.99.0.tgz", + "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==", "dev": true, "dependencies": { "chokidar": "^4.0.0", - "immutable": "^5.0.2", + "immutable": "^5.1.5", "source-map-js": ">=0.6.2 <2.0.0" }, "bin": { @@ -458,14 +458,14 @@ "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.99.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.99.0.tgz", + "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", - "immutable": "^5.0.2", + "immutable": "^5.1.5", "source-map-js": ">=0.6.2 <2.0.0" } }, diff --git a/app/static/package.json b/app/static/package.json index 99a6f850..8bb1cfa2 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.99.0" }, "dependencies": { "bootstrap": "^5.3.3",