Skip to content

Commit 51176f0

Browse files
authored
[browser] bump npm dependencies and lock file format (#103639)
1 parent 2fc4bba commit 51176f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2148
-13308
lines changed

src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ await server.AcceptConnectionAsync(async connection =>
16691669
});
16701670
}
16711671

1672-
[Theory]
1672+
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotNodeJS))]
16731673
[MemberData(nameof(Interim1xxStatusCode))]
16741674
public async Task SendAsync_Unexpected1xxResponses_DropAllInterimResponses(HttpStatusCode responseStatusCode)
16751675
{
@@ -1910,7 +1910,7 @@ await connection.ReadRequestHeaderAndSendCustomResponseAsync(
19101910
});
19111911
}
19121912

1913-
[Theory]
1913+
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotNodeJS))]
19141914
[InlineData(false, false)]
19151915
[InlineData(false, true)]
19161916
[InlineData(true, false)]

src/libraries/System.Net.Http/tests/FunctionalTests/System.Net.Http.Functional.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<WasmExtraFilesToDeploy Include="package.json" />
3737
<WasmExtraFilesToDeploy Include="package-lock.json" />
3838

39-
<NodeNpmModule Include="ws" Alias="WebSocket" />
39+
<NodeNpmModule Include="ws" />
4040
<NodeNpmModule Include="node-fetch" />
4141
<NodeNpmModule Include="node-abort-controller" />
4242

src/libraries/System.Net.Http/tests/FunctionalTests/package-lock.json

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

src/libraries/System.Net.Http/tests/FunctionalTests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"node-abort-controller": "3.0.1",
7-
"node-fetch": "2.6.7",
8-
"ws": "8.4.0"
6+
"node-abort-controller": "3.1.1",
7+
"node-fetch": "3.3.2",
8+
"ws": "8.17.1"
99
}
1010
}

src/libraries/System.Net.WebSockets.Client/tests/System.Net.WebSockets.Client.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<WasmExtraFilesToDeploy Include="package.json" />
2323
<WasmExtraFilesToDeploy Include="package-lock.json" />
2424

25-
<NodeNpmModule Include="ws" Alias="WebSocket" />
25+
<NodeNpmModule Include="ws" />
2626
</ItemGroup>
2727

2828
<!-- Do not reference these assemblies from the TargetingPack since we are building part of the source code for tests. -->

src/libraries/System.Net.WebSockets.Client/tests/package-lock.json

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

src/libraries/System.Net.WebSockets.Client/tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"ws": "8.4.0"
6+
"ws": "8.17.1"
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)