Bump @types/unzipper in /sources in the npm-dependencies group

Bumps the npm-dependencies group in /sources with 1 update: [@types/unzipper](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/unzipper).


Updates `@types/unzipper` from 0.10.9 to 0.10.10
- [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
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-07 13:59:45 +00:00 committed by Daz DeBoer
parent 64869b1757
commit 228ce9b15b
2 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.14.14",
"@types/unzipper": "0.10.9",
"@types/unzipper": "0.10.10",
"@types/which": "3.0.4",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.1",
@ -2428,9 +2428,9 @@
}
},
"node_modules/@types/unzipper": {
"version": "0.10.9",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.9.tgz",
"integrity": "sha512-vHbmFZAw8emNAOVkHVbS3qBnbr0x/qHQZ+ei1HE7Oy6Tyrptl+jpqnOX+BF5owcu/HZLOV0nJK+K9sjs1Ox2JA==",
"version": "0.10.10",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.10.tgz",
"integrity": "sha512-jKJdNxhmCHTZsaKW5x0qjn6rB+gHk0w5VFbEKsw84i+RJqXZyfTmGnpjDcKqzMpjz7VVLsUBMtO5T3mVidpt0g==",
"dev": true,
"dependencies": {
"@types/node": "*"
@ -11564,9 +11564,9 @@
}
},
"@types/unzipper": {
"version": "0.10.9",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.9.tgz",
"integrity": "sha512-vHbmFZAw8emNAOVkHVbS3qBnbr0x/qHQZ+ei1HE7Oy6Tyrptl+jpqnOX+BF5owcu/HZLOV0nJK+K9sjs1Ox2JA==",
"version": "0.10.10",
"resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.10.tgz",
"integrity": "sha512-jKJdNxhmCHTZsaKW5x0qjn6rB+gHk0w5VFbEKsw84i+RJqXZyfTmGnpjDcKqzMpjz7VVLsUBMtO5T3mVidpt0g==",
"dev": true,
"requires": {
"@types/node": "*"

View file

@ -52,7 +52,7 @@
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.14.14",
"@types/unzipper": "0.10.9",
"@types/unzipper": "0.10.10",
"@types/which": "3.0.4",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.1",