Skip to content

Commit f2f351b

Browse files
committed
Update internal patches
1 parent d4c0b0f commit f2f351b

File tree

5 files changed

+12
-23
lines changed

5 files changed

+12
-23
lines changed

LICENSE-THIRD-PARTY

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4423,7 +4423,7 @@ THE SOFTWARE.
44234423
******************************
44244424

44254425
agent-base
4426-
7.1.1 <https://github.com/TooTallNate/proxy-agents>
4426+
7.1.4 <https://github.com/TooTallNate/proxy-agents>
44274427
(The MIT License)
44284428

44294429
Copyright (c) 2013 Nathan Rajlich <[email protected]>
@@ -4603,7 +4603,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46034603
******************************
46044604

46054605
debug
4606-
4.4.0 <https://github.com/debug-js/debug>
4606+
4.4.1 <https://github.com/debug-js/debug>
46074607
(The MIT License)
46084608

46094609
Copyright (c) 2014-2017 TJ Holowaychuk <[email protected]>
@@ -4958,7 +4958,7 @@ THE SOFTWARE.
49584958
******************************
49594959

49604960
follow-redirects
4961-
1.15.9 <https://github.com/follow-redirects/follow-redirects>
4961+
1.15.11 <https://github.com/follow-redirects/follow-redirects>
49624962
Copyright 2014–present Olivier Lalonde <[email protected]>, James Talmage <[email protected]>, Ruben Verborgh
49634963

49644964
Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -5183,7 +5183,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51835183
******************************
51845184

51855185
https-proxy-agent
5186-
7.0.5 <https://github.com/TooTallNate/proxy-agents>
5186+
7.0.6 <https://github.com/TooTallNate/proxy-agents>
51875187
(The MIT License)
51885188

51895189
Copyright (c) 2013 Nathan Rajlich <[email protected]>

overrides/LICENSE-THIRD-PARTY

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4423,7 +4423,7 @@ THE SOFTWARE.
44234423
******************************
44244424

44254425
agent-base
4426-
7.1.1 <https://github.com/TooTallNate/proxy-agents>
4426+
7.1.4 <https://github.com/TooTallNate/proxy-agents>
44274427
(The MIT License)
44284428

44294429
Copyright (c) 2013 Nathan Rajlich <[email protected]>
@@ -4603,7 +4603,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46034603
******************************
46044604

46054605
debug
4606-
4.4.0 <https://github.com/debug-js/debug>
4606+
4.4.1 <https://github.com/debug-js/debug>
46074607
(The MIT License)
46084608

46094609
Copyright (c) 2014-2017 TJ Holowaychuk <[email protected]>
@@ -4958,7 +4958,7 @@ THE SOFTWARE.
49584958
******************************
49594959

49604960
follow-redirects
4961-
1.15.9 <https://github.com/follow-redirects/follow-redirects>
4961+
1.15.11 <https://github.com/follow-redirects/follow-redirects>
49624962
Copyright 2014–present Olivier Lalonde <[email protected]>, James Talmage <[email protected]>, Ruben Verborgh
49634963

49644964
Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -5183,7 +5183,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51835183
******************************
51845184

51855185
https-proxy-agent
5186-
7.0.5 <https://github.com/TooTallNate/proxy-agents>
5186+
7.0.6 <https://github.com/TooTallNate/proxy-agents>
51875187
(The MIT License)
51885188

51895189
Copyright (c) 2013 Nathan Rajlich <[email protected]>

patches/internal/build.diff

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,15 @@ Index: third-party-src/package.json
159159
"@vscode/spdlog": "^0.15.2",
160160
"@vscode/sqlite3": "5.1.8-vscode",
161161
"@vscode/sudo-prompt": "9.3.1",
162-
@@ -100,10 +99,8 @@
163-
"http-proxy-agent": "^7.0.0",
164-
"https-proxy-agent": "^7.0.2",
162+
@@ -102,7 +101,6 @@
165163
"jschardet": "3.1.4",
166-
- "kerberos": "2.1.1",
167164
"minimist": "^1.2.6",
168165
"native-is-elevated": "0.7.0",
169166
- "native-keymap": "^3.3.5",
170167
"native-watchdog": "^1.4.1",
171168
"node-pty": "^1.1.0-beta33",
172169
"open": "^8.4.2",
173-
@@ -141,7 +138,6 @@
170+
@@ -140,7 +137,6 @@
174171
"@typescript-eslint/utils": "^8.8.0",
175172
"@vscode/gulp-electron": "^1.36.0",
176173
"@vscode/l10n-dev": "0.0.35",
@@ -190,14 +187,6 @@ Index: third-party-src/remote/package.json
190187
"@vscode/spdlog": "^0.15.2",
191188
"@vscode/tree-sitter-wasm": "^0.1.4",
192189
"@vscode/vscode-languagedetection": "1.0.21",
193-
@@ -30,7 +29,6 @@
194-
"http-proxy-agent": "^7.0.0",
195-
"https-proxy-agent": "^7.0.2",
196-
"jschardet": "3.1.4",
197-
- "kerberos": "2.1.1",
198-
"minimist": "^1.2.6",
199-
"native-watchdog": "^1.4.1",
200-
"node-pty": "^1.1.0-beta33",
201190
Index: third-party-src/build/package.json
202191
===================================================================
203192
--- third-party-src.orig/build/package.json

patches/sagemaker.series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ sagemaker/post-startup-notifications.diff
3636
sagemaker/sagemaker-extensions-sync.diff
3737
sagemaker/sagemaker-ui-post-startup.diff
3838
sagemaker/sagemaker-integration.diff
39-
sagemaker/sagemaker-idle-extension.diff
39+
sagemaker/sagemaker-idle-extension.diff

patches/web-embedded.series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ web-embedded/add-default-loader.diff
4242
web-embedded/fix-watch-target.diff
4343
web-embedded/remove-unused-recommended-extensions-action.diff
4444
web-embedded/remove-new-window-actions-and-profile-workspace-section.diff
45-
web-embedded/only-allow-trusted-origins-in-webviews.diff
45+
web-embedded/only-allow-trusted-origins-in-webviews.diff

0 commit comments

Comments
 (0)