Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2023-07-13 09:09:17 +00:00
parent 4fad06f438
commit 40a500c743
4168 changed files with 298222 additions and 374905 deletions

4
node_modules/adm-zip/package.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "adm-zip",
"version": "0.5.9",
"version": "0.5.10",
"description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk",
"scripts": {
"test": "mocha -R spec",
@ -41,7 +41,7 @@
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2",
"mocha": "^10.2.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2"
}