[Scummvm-git-logs] scummvm-web master -> 27bb9d17b047fb5bf29ec650f516cff93cde6c0c
lephilousophe
noreply at scummvm.org
Fri Feb 6 19:40:27 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:
27bb9d17b0 Bump the patch-releases group across 1 directory with 2 updates
Commit: 27bb9d17b047fb5bf29ec650f516cff93cde6c0c
https://github.com/scummvm/scummvm-web/commit/27bb9d17b047fb5bf29ec650f516cff93cde6c0c
Author: dependabot[bot] (49699333+dependabot[bot]@users.noreply.github.com)
Date: 2026-02-06T20:40:24+01:00
Commit Message:
Bump the patch-releases group across 1 directory with 2 updates
Bumps the patch-releases group with 2 updates in the /dumper-companion directory: [@zip.js/zip.js](https://github.com/gildas-lormeau/zip.js) and [preact](https://github.com/preactjs/preact).
Updates `@zip.js/zip.js` from 2.8.16 to 2.8.17
- [Release notes](https://github.com/gildas-lormeau/zip.js/releases)
- [Commits](https://github.com/gildas-lormeau/zip.js/compare/v2.8.16...v2.8.17)
Updates `preact` from 10.28.2 to 10.28.3
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.28.2...10.28.3)
---
updated-dependencies:
- dependency-name: "@zip.js/zip.js"
dependency-version: 2.8.17
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-releases
- dependency-name: preact
dependency-version: 10.28.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch-releases
...
Signed-off-by: dependabot[bot] <support at github.com>
Changed paths:
dumper-companion/package-lock.json
dumper-companion/package.json
diff --git a/dumper-companion/package-lock.json b/dumper-companion/package-lock.json
index 119c14ce..71d47af5 100644
--- a/dumper-companion/package-lock.json
+++ b/dumper-companion/package-lock.json
@@ -8,8 +8,8 @@
"name": "dumper-companion",
"version": "0.0.1",
"dependencies": {
- "@zip.js/zip.js": "^2.8.16",
- "preact": "^10.28.2",
+ "@zip.js/zip.js": "^2.8.17",
+ "preact": "^10.28.3",
"punycode": "^2.3.1",
"ts-loader": "^9.5.4",
"webpack": "^5.105.0",
@@ -1211,10 +1211,13 @@
"license": "Apache-2.0"
},
"node_modules/@zip.js/zip.js": {
- "version": "2.8.16",
- "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.16.tgz",
- "integrity": "sha512-kCjaXh50GCf9afcof6ekjXPKR//rBVIxNHJLSUaM3VAET2F0+hymgrK1GpInRIIFUpt+wsnUfgx2+bbrmc+7Tw==",
+ "version": "2.8.17",
+ "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.17.tgz",
+ "integrity": "sha512-3UdSsm9D9wy8+Oclimd3W9mWqiGptbrL7kBxAdXr/FLN2FSmNnAiyRol93heAffLGDzNwY5nnvDEjMmo8JbeeA==",
"license": "BSD-3-Clause",
+ "dependencies": {
+ "web-worker": "^1.5.0"
+ },
"engines": {
"bun": ">=0.7.0",
"deno": ">=1.0.0",
@@ -4056,9 +4059,9 @@
}
},
"node_modules/preact": {
- "version": "10.28.2",
- "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.2.tgz",
- "integrity": "sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==",
+ "version": "10.28.3",
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.3.tgz",
+ "integrity": "sha512-tCmoRkPQLpBeWzpmbhryairGnhW9tKV6c6gr/w+RhoRoKEJwsjzipwp//1oCpGPOchvSLaAPlpcJi9MwMmoPyA==",
"license": "MIT",
"funding": {
"type": "opencollective",
@@ -5046,6 +5049,12 @@
"node": ">=10.13.0"
}
},
+ "node_modules/web-worker": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.5.0.tgz",
+ "integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
+ "license": "Apache-2.0"
+ },
"node_modules/webpack": {
"version": "5.105.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz",
diff --git a/dumper-companion/package.json b/dumper-companion/package.json
index 990fabc9..6de74bde 100644
--- a/dumper-companion/package.json
+++ b/dumper-companion/package.json
@@ -7,8 +7,8 @@
"lint": "eslint ."
},
"dependencies": {
- "@zip.js/zip.js": "^2.8.16",
- "preact": "^10.28.2",
+ "@zip.js/zip.js": "^2.8.17",
+ "preact": "^10.28.3",
"punycode": "^2.3.1",
"ts-loader": "^9.5.4",
"webpack": "^5.105.0",
More information about the Scummvm-git-logs
mailing list