[Scummvm-git-logs] scummvm-web master -> fb93f57716471ff30c2c8d87c9ea81a7949766e9
lephilousophe
noreply at scummvm.org
Sat Sep 21 15:29:15 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
fb93f57716 BUILD: Fix package-lock.json
Commit: fb93f57716471ff30c2c8d87c9ea81a7949766e9
https://github.com/scummvm/scummvm-web/commit/fb93f57716471ff30c2c8d87c9ea81a7949766e9
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-09-21T17:28:41+02:00
Commit Message:
BUILD: Fix package-lock.json
dependabot doesn't update parent lock file.
Changed paths:
package-lock.json
diff --git a/package-lock.json b/package-lock.json
index edcc9e23..d1ac3b0e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,10 +28,10 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "^9.9.1",
+ "@eslint/js": "^9.11.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
- "eslint": "^9.9.1",
+ "eslint": "^9.11.0",
"globals": "^15.9.0"
}
},
@@ -122,9 +122,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.10.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.10.0.tgz",
- "integrity": "sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==",
+ "version": "9.11.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.0.tgz",
+ "integrity": "sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -142,9 +142,9 @@
}
},
"node_modules/@eslint/plugin-kit": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz",
- "integrity": "sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==",
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz",
+ "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@@ -1091,9 +1091,9 @@
}
},
"node_modules/eslint": {
- "version": "9.10.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.10.0.tgz",
- "integrity": "sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==",
+ "version": "9.11.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.0.tgz",
+ "integrity": "sha512-yVS6XODx+tMFMDFcG4+Hlh+qG7RM6cCJXtQhCKLSsr3XkLvWggHjCqjfh0XsPPnt1c56oaT6PMgW9XWQQjdHXA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1101,8 +1101,8 @@
"@eslint-community/regexpp": "^4.11.0",
"@eslint/config-array": "^0.18.0",
"@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "9.10.0",
- "@eslint/plugin-kit": "^0.1.0",
+ "@eslint/js": "9.11.0",
+ "@eslint/plugin-kit": "^0.2.0",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.3.0",
"@nodelib/fs.walk": "^1.2.8",
More information about the Scummvm-git-logs
mailing list