[Scummvm-git-logs] scummvm-web master -> 3436f1bf991f60ff9fdbde48417f96179d30879f
lephilousophe
noreply at scummvm.org
Sat Jun 13 13:49:21 UTC 2026
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:
3436f1bf99 Bump sass from 1.100.0 to 1.101.0
Commit: 3436f1bf991f60ff9fdbde48417f96179d30879f
https://github.com/scummvm/scummvm-web/commit/3436f1bf991f60ff9fdbde48417f96179d30879f
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2026-06-13T15:49:18+02:00
Commit Message:
Bump sass from 1.100.0 to 1.101.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.100.0 to 1.101.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.100.0...1.101.0)
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.101.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 17dc5924..88003fcd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
- "sass": "^1.100.0"
+ "sass": "^1.101.0"
}
},
"node_modules/@parcel/watcher": {
@@ -594,9 +594,9 @@
}
},
"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==",
"license": "MIT",
"dependencies": {
"chokidar": "^5.0.0",
diff --git a/package.json b/package.json
index b28c581b..47cfbf9b 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",
- "sass": "^1.100.0"
+ "sass": "^1.101.0"
},
"scripts": {
"postinstall": "(cd dumper-companion && npm ci --omit=dev && npm run build) && node build.js",
More information about the Scummvm-git-logs
mailing list