From ce171f1ce2d83e61d056549197b40fc1d14202ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 14:04:18 +0000 Subject: [PATCH] chore(deps-dev): Bump sass from 1.103.1 to 1.104.0 (#2141) Bumps [sass](https://github.com/sass/dart-sass) from 1.103.1 to 1.104.0.
Release notes

Sourced from sass's releases.

Dart Sass 1.104.0

To install Sass 1.104.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.104.0

Commits

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 9acfc6bb..84a48738 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "nyc": "^18.0.0", "postcss": "^8.5.28", "react-hot-loader": "^4.13.1", - "sass": "^1.103.1", + "sass": "^1.104.0", "stylelint": "^17.14.1", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.2.0", @@ -11329,9 +11329,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.103.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.103.1.tgz", - "integrity": "sha512-9icZURbP51S6S0QGoyaeqk9uB06GNWxsFYWfH5RgpFgqK5FA8tJcM3AdVxrZEVJ7dz+L87nG95gBKf4VuaMHGw==", + "version": "1.104.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.104.0.tgz", + "integrity": "sha512-btHMApW2bgolvClhRW8AlQJzgI9lUB3pPSofBQQT+E46GWvf9o0TVQ13SYv5riWZVFyPN+JNz3TKW9XhBlc10w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 97cd62e0..d2ff6d30 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "nyc": "^18.0.0", "postcss": "^8.5.28", "react-hot-loader": "^4.13.1", - "sass": "^1.103.1", + "sass": "^1.104.0", "stylelint": "^17.14.1", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.2.0",