Skip to content

Commit 5c3a965

Browse files
committed
Sync package lock with yarn lock by adding https-proxy-agent
1 parent dd4a018 commit 5c3a965

File tree

3 files changed

+115
-9
lines changed

3 files changed

+115
-9
lines changed

vscode-dotnet-runtime-extension/package-lock.json

Lines changed: 92 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotnet-runtime-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"glob": "^7.2.0",
9696
"got": "11.8.5",
9797
"hmac-drbg": "^1.0.1",
98+
"https-proxy-agent": "^7.0.2",
9899
"is-online": "^9.0.1",
99100
"mocha": "^9.1.3",
100101
"open": "^8.4.0",

vscode-dotnet-runtime-extension/yarn.lock

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,13 @@
401401
"resolved" "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/acorn/-/acorn-8.10.0.tgz"
402402
"version" "8.10.0"
403403

404+
"agent-base@^7.0.2":
405+
"integrity" "sha1-U2gCt2vAs0qlAZXrJEInbWE+NDQ="
406+
"resolved" "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/agent-base/-/agent-base-7.1.0.tgz"
407+
"version" "7.1.0"
408+
dependencies:
409+
"debug" "^4.3.4"
410+
404411
"agent-base@6":
405412
"integrity" "sha1-Sf/1hXfP7j83F2/qtMIuAPhtf3c="
406413
"resolved" "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/agent-base/-/agent-base-6.0.2.tgz"
@@ -849,6 +856,13 @@
849856
"shebang-command" "^2.0.0"
850857
"which" "^2.0.1"
851858

859+
"debug@^4.3.4":
860+
"integrity" "sha1-Exn2V5NX8jONMzfSzdSRS7XcyGU="
861+
"resolved" "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/debug/-/debug-4.3.4.tgz"
862+
"version" "4.3.4"
863+
dependencies:
864+
"ms" "2.1.2"
865+
852866
"debug@4", "[email protected]":
853867
"integrity" "sha1-BCZuC3CpjURi5uKI44JZITMytmQ="
854868
"resolved" "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/debug/-/debug-4.3.3.tgz"
@@ -1410,6 +1424,14 @@
14101424
"agent-base" "6"
14111425
"debug" "4"
14121426

1427+
"https-proxy-agent@^7.0.2":
1428+
"integrity" "sha1-4mRbhGuQ6WxubzR/tbLkHxWQsJs="
1429+
"resolved" "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz"
1430+
"version" "7.0.2"
1431+
dependencies:
1432+
"agent-base" "^7.0.2"
1433+
"debug" "4"
1434+
14131435
"human-signals@^2.1.0":
14141436
"integrity" "sha1-3JH8ukLk0G5Kuu0zs+ejwC9RTqA="
14151437
"resolved" "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/human-signals/-/human-signals-2.1.0.tgz"

0 commit comments

Comments
 (0)