Skip to content

Commit 807f0cf

Browse files
Bump sass from 1.90.0 to 1.92.1 in /website (#317)
Bumps [sass](https://github.com/sass/dart-sass) from 1.90.0 to 1.92.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.90.0...1.92.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.92.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d436124 commit 807f0cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"react-helmet": "^6.1.0",
38-
"sass": "^1.90.0"
38+
"sass": "^1.92.1"
3939
},
4040
"devDependencies": {
4141
"@types/node": "^24.3.0",

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9564,10 +9564,10 @@ sass-loader@^10.4.1:
95649564
schema-utils "^3.0.0"
95659565
semver "^7.3.2"
95669566

9567-
sass@^1.90.0:
9568-
version "1.90.0"
9569-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.90.0.tgz#d6fc2be49c7c086ce86ea0b231a35bf9e33cb84b"
9570-
integrity sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==
9567+
sass@^1.92.1:
9568+
version "1.92.1"
9569+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.92.1.tgz#07fb1fec5647d7b712685d1090628bf52456fe86"
9570+
integrity sha512-ffmsdbwqb3XeyR8jJR6KelIXARM9bFQe8A6Q3W4Klmwy5Ckd5gz7jgUNHo4UOqutU5Sk1DtKLbpDP0nLCg1xqQ==
95719571
dependencies:
95729572
chokidar "^4.0.0"
95739573
immutable "^5.0.2"

0 commit comments

Comments
 (0)