[Scummvm-git-logs] scummvm-web dependabot/npm_and_yarn/sass-1.97.0 -> 541bf83e6cb2d83b54199fca694723c8d866dc95
ScummVM git
noreply at scummvm.org
Fri Dec 19 10:04:01 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .
Summary:
541bf83e6c Bump sass from 1.94.2 to 1.97.0
Commit: 541bf83e6cb2d83b54199fca694723c8d866dc95
https://github.com/scummvm/scummvm-web/commit/541bf83e6cb2d83b54199fca694723c8d866dc95
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2025-12-19T10:03:59Z
Commit Message:
Bump sass from 1.94.2 to 1.97.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.94.2 to 1.97.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.94.2...1.97.0)
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.97.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support at github.com>
Changed paths:
package-lock.json
package.json
diff --git a/package-lock.json b/package-lock.json
index c58ea6eb..f9104b47 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
- "sass": "^1.94"
+ "sass": "^1.97"
}
},
"node_modules/@parcel/watcher": {
@@ -388,6 +388,7 @@
}
],
"license": "MIT",
+ "peer": true,
"dependencies": {
"baseline-browser-mapping": "^2.8.25",
"caniuse-lite": "^1.0.30001754",
@@ -622,6 +623,7 @@
}
],
"license": "MIT",
+ "peer": true,
"dependencies": {
"nanoid": "^3.3.11",
"picocolors": "^1.1.1",
@@ -651,9 +653,9 @@
}
},
"node_modules/sass": {
- "version": "1.94.2",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz",
- "integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==",
+ "version": "1.97.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.0.tgz",
+ "integrity": "sha512-KR0igP1z4avUJetEuIeOdDlwaUDvkH8wSx7FdSjyYBS3dpyX3TzHfAMO0G1Q4/3cdjcmi3r7idh+KCmKqS+KeQ==",
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.0",
diff --git a/package.json b/package.json
index 78b953c1..2b02c749 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
- "sass": "^1.94"
+ "sass": "^1.97"
},
"scripts": {
"postinstall": "(cd dumper-companion && npm ci --omit=dev && npm run build) && node build.js",
More information about the Scummvm-git-logs
mailing list