Skip to content

Commit 1db3f27

Browse files
IEvangelistCopilot
andcommitted
Downgrade ws to 8.20.0 to match dnceng mirror availability
The dnceng dotnet-public-npm mirror has not yet mirrored ws@8.20.1 or ws@8.21.0, causing 401 Unauthorized errors when CI restores extension/yarn.lock (`yarn install --frozen-lockfile` failed in Tests / Run VS Code extension tests`(Windows)`). The same broken URLs would later break `npm ci` in the Angular and React playground fixtures. ws@8.20.0 is already in the mirror and still resolves the underlying security advisory (GHSA-3h5v-q93c-6h6q, fixed in 8.17.1). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5cd1446 commit 1db3f27

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
"tree-sitter-c-sharp": "0.23.5",
942942
"vscode-jsonrpc": "8.2.1",
943943
"web-tree-sitter": "0.26.9",
944-
"ws": "8.20.1"
944+
"ws": "8.20.0"
945945
},
946946
"resolutions": {
947947
"braces": "3.0.3",

extension/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6007,10 +6007,10 @@ wrappy@1:
60076007
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/wrappy/-/wrappy-1.0.2.tgz"
60086008
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
60096009

6010-
ws@8.20.1:
6011-
version "8.20.1"
6012-
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.20.1.tgz#91a9ae2b312ccf98e0a85ec499b48cef45ab0ddb"
6013-
integrity sha1-kamuKzEsz5jgqF7EmbSM70WrDds=
6010+
ws@8.20.0:
6011+
version "8.20.0"
6012+
resolved "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.20.0.tgz"
6013+
integrity sha1-TNlTI1jrpgvIY6rRYj37BFpNSvg=
60146014

60156015
wsl-utils@^0.1.0:
60166016
version "0.1.0"

playground/AspireWithJavaScript/AspireJavaScript.Angular/package-lock.json

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

playground/AspireWithJavaScript/AspireJavaScript.React/package-lock.json

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

0 commit comments

Comments
 (0)