mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-04 20:36:01 +01:00
Merge pull request #74365 from microsoft/sandy081/yauzl
Use newer version of yauzl that fixes deprecation Buffer() warning
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@
|
||||
"vscode-sqlite3": "4.0.7",
|
||||
"vscode-textmate": "^4.1.1",
|
||||
"vscode-xterm": "3.14.0-beta5",
|
||||
"yauzl": "^2.9.1",
|
||||
"yauzl": "^2.9.2",
|
||||
"yazl": "^2.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
"vscode-proxy-agent": "0.4.0",
|
||||
"vscode-ripgrep": "^1.2.5",
|
||||
"vscode-textmate": "^4.1.1",
|
||||
"yauzl": "^2.9.1",
|
||||
"yauzl": "^2.9.2",
|
||||
"yazl": "^2.4.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user