Skip to content

Commit

Permalink
node 16 resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 13, 2024
1 parent 68126b2 commit 453da9a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions patches/win7.patch
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,16 @@ index a06baecbdeb..c943db2d3f1 100644
"source-map": "0.6.1",
"ternary-stream": "^3.0.0",
"through2": "^4.0.2",
@@ -58,6 +58,9 @@
"workerpool": "^6.4.0",
"yauzl": "^2.10.0"
},
+ "resolutions:" {
+ "@azure/core-lro": "2.5.4"
+ },
"scripts": {
"compile": "../node_modules/.bin/tsc -p tsconfig.build.json",
"watch": "../node_modules/.bin/tsc -p tsconfig.build.json --watch",
diff --git a/build/win32/code.iss b/build/win32/code.iss
index cca821e647d..d65d7098c61 100644
--- a/build/win32/code.iss
Expand Down Expand Up @@ -523,6 +533,16 @@ index 488e3cd2c58..6b1ff07ed95 100644
"rimraf": "^2.2.8",
"sinon": "^12.0.1",
"sinon-test": "^3.1.3",
@@ -219,6 +219,9 @@
"xml2js": "^0.5.0",
"yaserver": "^0.4.0"
},
+ "resolutions:" {
+ "@azure/core-lro": "2.5.4"
+ },
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
diff --git a/remote/.yarnrc b/remote/.yarnrc
index 45af692342a..4f229378bd7 100644
--- a/remote/.yarnrc
Expand Down

0 comments on commit 453da9a

Please sign in to comment.