Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6b1909a

Browse files
dependabot[bot]justinclift
authored andcommitted
build(deps-dev): bump sass from 1.72.0 to 1.74.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.72.0 to 1.74.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.72.0...1.74.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcdbbfb commit 6b1909a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"cypress": "13.3.3",
6161
"postcss": "^8.4.38",
6262
"postcss-loader": "^8.1.1",
63-
"sass": "^1.72.0",
63+
"sass": "^1.74.1",
6464
"sass-loader": "^14.1.1",
6565
"style-loader": "^3.3.4",
6666
"webpack": "^5.91.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3732,10 +3732,10 @@ sass-loader@^14.1.1:
37323732
dependencies:
37333733
neo-async "^2.6.2"
37343734

3735-
sass@^1.72.0:
3736-
version "1.72.0"
3737-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.72.0.tgz#5b9978943fcfb32b25a6a5acb102fc9dabbbf41c"
3738-
integrity sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==
3735+
sass@^1.74.1:
3736+
version "1.74.1"
3737+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.74.1.tgz#686fc227d3707dd25cb2925e1db8e4562be29319"
3738+
integrity sha512-w0Z9p/rWZWelb88ISOLyvqTWGmtmu2QJICqDBGyNnfG4OUnPX9BBjjYIXUpXCMOOg5MQWNpqzt876la1fsTvUA==
37393739
dependencies:
37403740
chokidar ">=3.0.0 <4.0.0"
37413741
immutable "^4.0.0"

0 commit comments

Comments
 (0)