From 0db2574ce360752b429d916bc4b55eccdcad6122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:46:35 +0000 Subject: [PATCH] chore(deps): bump sass Bumps the npm-minor-and-patch group with 1 update in the /attack-style directory: [sass](https://github.com/sass/dart-sass). Updates `sass` from 1.100.0 to 1.101.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.100.0...1.101.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.101.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch ... Signed-off-by: dependabot[bot] --- attack-style/package-lock.json | 8 ++++---- attack-style/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/attack-style/package-lock.json b/attack-style/package-lock.json index 0b69cf76eb9..de78d494b3a 100644 --- a/attack-style/package-lock.json +++ b/attack-style/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "sass": "^1.100.0" + "sass": "^1.101.0" }, "devDependencies": { "stylelint": "^16.26.1", @@ -1664,9 +1664,9 @@ } }, "node_modules/sass": { - "version": "1.100.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.100.0.tgz", - "integrity": "sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==", + "version": "1.101.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", + "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", "license": "MIT", "dependencies": { "chokidar": "^5.0.0", diff --git a/attack-style/package.json b/attack-style/package.json index 490ad27ae26..6ae7d391333 100644 --- a/attack-style/package.json +++ b/attack-style/package.json @@ -20,7 +20,7 @@ "stylelint-config-standard-scss": "^14.0.0" }, "dependencies": { - "sass": "^1.100.0" + "sass": "^1.101.0" }, "overrides": { "marked": "^4.0.10",