From d7f72076759f47bd84d30bd9444707b205a59f2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:53:16 +0000 Subject: [PATCH] chore(deps-dev): Bump sass from 1.100.0 to 1.101.0 (#1946) Bumps [sass](https://github.com/sass/dart-sass) from 1.100.0 to 1.101.0.
Release notes

Sourced from sass's releases.

Dart Sass 1.101.0

To install Sass 1.101.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.101.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.100.0&new-version=1.101.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad6bda75..fcf5e307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.15", "react-hot-loader": "^4.13.1", - "sass": "^1.100.0", + "sass": "^1.101.0", "stylelint": "^17.13.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.2.0", @@ -13159,9 +13159,9 @@ "license": "MIT" }, "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f1ec7c2c..b770a04c 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.15", "react-hot-loader": "^4.13.1", - "sass": "^1.100.0", + "sass": "^1.101.0", "stylelint": "^17.13.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.2.0",