Merge pull request #3136 from github/dependabot/npm_and_yarn/extensions/ql-vscode/types/tar-stream-3.1.3

Bump @types/tar-stream from 2.2.3 to 3.1.3 in /extensions/ql-vscode
This commit is contained in:
Koen Vlaswinkel
2023-12-13 16:55:25 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@
"@types/semver": "^7.2.0", "@types/semver": "^7.2.0",
"@types/stream-json": "^1.7.1", "@types/stream-json": "^1.7.1",
"@types/styled-components": "^5.1.11", "@types/styled-components": "^5.1.11",
"@types/tar-stream": "^2.2.2", "@types/tar-stream": "^3.1.3",
"@types/through2": "^2.0.36", "@types/through2": "^2.0.36",
"@types/tmp": "^0.1.0", "@types/tmp": "^0.1.0",
"@types/unzipper": "^0.10.1", "@types/unzipper": "^0.10.1",
@@ -7976,9 +7976,9 @@
"integrity": "sha512-36ZrGJ8fgtBr6nwNnuJ9jXIj+bn/pF6UoqmrQT7+Y99+tFFeHHsoR54+194dHdyhPjgbeoNz3Qru0oRt0l6ASQ==" "integrity": "sha512-36ZrGJ8fgtBr6nwNnuJ9jXIj+bn/pF6UoqmrQT7+Y99+tFFeHHsoR54+194dHdyhPjgbeoNz3Qru0oRt0l6ASQ=="
}, },
"node_modules/@types/tar-stream": { "node_modules/@types/tar-stream": {
"version": "2.2.3", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/@types/tar-stream/-/tar-stream-2.2.3.tgz", "resolved": "https://registry.npmjs.org/@types/tar-stream/-/tar-stream-3.1.3.tgz",
"integrity": "sha512-if3mugZfjVkXOMZdFjIHySxY13r6GXPpyOlsDmLffvyI7tLz9wXE8BFjNivXsvUeyJ1KNlOpfLnag+ISmxgxPw==", "integrity": "sha512-Zbnx4wpkWBMBSu5CytMbrT5ZpMiF55qgM+EpHzR4yIDu7mv52cej8hTkOc6K+LzpkOAbxwn/m7j3iO+/l42YkQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"

View File

@@ -1991,7 +1991,7 @@
"@types/semver": "^7.2.0", "@types/semver": "^7.2.0",
"@types/stream-json": "^1.7.1", "@types/stream-json": "^1.7.1",
"@types/styled-components": "^5.1.11", "@types/styled-components": "^5.1.11",
"@types/tar-stream": "^2.2.2", "@types/tar-stream": "^3.1.3",
"@types/through2": "^2.0.36", "@types/through2": "^2.0.36",
"@types/tmp": "^0.1.0", "@types/tmp": "^0.1.0",
"@types/unzipper": "^0.10.1", "@types/unzipper": "^0.10.1",