Bump @types/unzipper from 0.10.7 to 0.10.8

Bumps [@types/unzipper](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/unzipper) from 0.10.7 to 0.10.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/unzipper)

---
updated-dependencies:
- dependency-name: "@types/unzipper"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-23 22:17:39 +00:00 committed by GitHub
parent 0bfe00a136
commit b31bf8f764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -25,7 +25,7 @@
"devDependencies": {
"@types/jest": "29.5.5",
"@types/node": "16.18.38",
"@types/unzipper": "0.10.7",
"@types/unzipper": "0.10.8",
"@typescript-eslint/parser": "6.7.3",
"@vercel/ncc": "0.38.0",
"eslint": "8.50.0",
@ -2037,9 +2037,9 @@
}
},
"node_modules/@types/unzipper": {
"version": "0.10.7",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.7.tgz",
"integrity": "sha512-1yZanW3LWgY4wA6x0MyIkyI5rGILLHjXWAvvuz+xF2JzqBLG26ySL+VrSgjz9EWIYLv+icqv5RPW6FN4BJmsHw==",
"version": "0.10.8",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.8.tgz",
"integrity": "sha512-Cior/4Y78R1ZVF6tnWEHWIkAMDqKxU5pPCbaC62826oEfchPGg90fKdi3sLZ2D7oB7GrFu3+PW2elEMBOtd27w==",
"dev": true,
"dependencies": {
"@types/node": "*"
@ -9763,9 +9763,9 @@
}
},
"@types/unzipper": {
"version": "0.10.7",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.7.tgz",
"integrity": "sha512-1yZanW3LWgY4wA6x0MyIkyI5rGILLHjXWAvvuz+xF2JzqBLG26ySL+VrSgjz9EWIYLv+icqv5RPW6FN4BJmsHw==",
"version": "0.10.8",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.8.tgz",
"integrity": "sha512-Cior/4Y78R1ZVF6tnWEHWIkAMDqKxU5pPCbaC62826oEfchPGg90fKdi3sLZ2D7oB7GrFu3+PW2elEMBOtd27w==",
"dev": true,
"requires": {
"@types/node": "*"

View file

@ -45,7 +45,7 @@
"devDependencies": {
"@types/node": "16.18.38",
"@types/jest": "29.5.5",
"@types/unzipper": "0.10.7",
"@types/unzipper": "0.10.8",
"@typescript-eslint/parser": "6.7.3",
"@vercel/ncc": "0.38.0",
"eslint": "8.50.0",