Bump unzip-stream from 0.3.1 to 0.3.2 (#1023)

Bumps [unzip-stream](https://github.com/mhr3/unzip-stream) from 0.3.1 to 0.3.2.
- [Commits](https://github.com/mhr3/unzip-stream/compare/v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: unzip-stream
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tyaginidhi <tyaginidhi@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-10 08:49:07 +00:00 коммит произвёл GitHub
Родитель 8e4e8bbfe6
Коммит 36a0109fbb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 5 удалений

8
package-lock.json сгенерированный
Просмотреть файл

@ -31,7 +31,7 @@
"recursive-readdir": "^2.2.3",
"stream-http": "^3.2.0",
"tty-browserify": "^0.0.1",
"unzip-stream": "^0.3.1",
"unzip-stream": "^0.3.2",
"uuid": "^8.3.2",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0",
@ -18829,9 +18829,9 @@
}
},
"node_modules/unzip-stream": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.1.tgz",
"integrity": "sha512-RzaGXLNt+CW+T41h1zl6pGz3EaeVhYlK+rdAap+7DxW5kqsqePO8kRtWPaCiVqdhZc86EctSPVYNix30YOMzmw==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.2.tgz",
"integrity": "sha512-oWhfqwjx36ULFG+krfkbtbrc/BeEzaYrlqdEWa5EPNd6x6RerzuNW8aSTM0TtNtrOfUKYdO0TwrlkzrXAE6Olg==",
"dependencies": {
"binary": "^0.3.0",
"mkdirp": "^0.5.1"

Просмотреть файл

@ -1117,7 +1117,7 @@
"recursive-readdir": "^2.2.3",
"stream-http": "^3.2.0",
"tty-browserify": "^0.0.1",
"unzip-stream": "^0.3.1",
"unzip-stream": "^0.3.2",
"uuid": "^8.3.2",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver": "^7.0.0",