Browse Source

fix(1.104.3): update patch (#2532)

Baptiste Augrain 2 months ago
parent
commit
22d1929f41
2 changed files with 6 additions and 6 deletions
  1. 4 4
      patches/policies.patch
  2. 2 2
      upstream/stable.json

+ 4 - 4
patches/policies.patch

@@ -59,13 +59,13 @@ index d7b29f2..1eb07aa 100644
 +						'@vscodium/policy-watcher',
  						'@vscode/proxy-agent',
 diff --git a/package-lock.json b/package-lock.json
-index 52d750a..24a462c 100644
+index e4466bd..fd77ff8 100644
 --- a/package-lock.json
 +++ b/package-lock.json
 @@ -18,3 +18,2 @@
          "@vscode/iconv-lite-umd": "0.7.0",
 -        "@vscode/policy-watcher": "^1.3.2",
-         "@vscode/proxy-agent": "^0.33.0",
+         "@vscode/proxy-agent": "^0.34.0",
 @@ -29,2 +28,3 @@
          "@vscode/windows-registry": "^1.1.0",
 +        "@vscodium/policy-watcher": "^1.3.2-252465",
@@ -117,14 +117,14 @@ index 52d750a..24a462c 100644
 +    },
      "node_modules/@webassemblyjs/ast": {
 diff --git a/package.json b/package.json
-index b6ca424..97077e2 100644
+index 1120460..f74589f 100644
 --- a/package.json
 +++ b/package.json
 @@ -78,3 +78,3 @@
      "@vscode/iconv-lite-umd": "0.7.0",
 -    "@vscode/policy-watcher": "^1.3.2",
 +    "@vscodium/policy-watcher": "^1.3.2-252465",
-     "@vscode/proxy-agent": "^0.33.0",
+     "@vscode/proxy-agent": "^0.34.0",
 diff --git a/src/vs/base/test/node/uri.perf.data.txt b/src/vs/base/test/node/uri.perf.data.txt
 index ee0a24b..881ce36 100644
 --- a/src/vs/base/test/node/uri.perf.data.txt

+ 2 - 2
upstream/stable.json

@@ -1,4 +1,4 @@
 {
-  "tag": "1.104.2",
-  "commit": "e3a5acfb517a443235981655413d566533107e92"
+  "tag": "1.104.3",
+  "commit": "385651c938df8a906869babee516bffd0ddb9829"
 }