From 54494c2bccf25c54ef95016a6a86d9082b0c75b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:13:09 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 4 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /src/runtime/src/native directory: [minimatch](https://github.com/isaacs/minimatch) and [js-yaml](https://github.com/nodeca/js-yaml). Bumps the npm_and_yarn group with 2 updates in the /src/runtime/src/mono/browser/runtime directory: [minimatch](https://github.com/isaacs/minimatch) and [js-yaml](https://github.com/nodeca/js-yaml). Bumps the npm_and_yarn group with 1 update in the /src/runtime/src/libraries/System.Net.WebSockets.Client/tests directory: [ws](https://github.com/websockets/ws). Bumps the npm_and_yarn group with 1 update in the /src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests directory: [ws](https://github.com/websockets/ws). Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5) Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0) Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5) Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0) Updates `ws` from 8.20.1 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0) Updates `ws` from 8.20.1 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- src/aspnetcore/package-lock.json | 49 ++++++++++--------- src/aspnetcore/package.json | 2 +- .../clients/ts/FunctionalTests/package.json | 2 +- .../SignalR/clients/ts/signalr/package.json | 2 +- .../tests/FunctionalTests/package-lock.json | 14 +++--- .../tests/FunctionalTests/package.json | 2 +- .../tests/package-lock.json | 8 +-- .../tests/package.json | 2 +- .../mono/browser/runtime/package-lock.json | 40 +++++++++------ src/runtime/src/native/package-lock.json | 40 +++++++++------ 10 files changed, 93 insertions(+), 68 deletions(-) diff --git a/src/aspnetcore/package-lock.json b/src/aspnetcore/package-lock.json index 56fb02c9a2a9..eac872990912 100644 --- a/src/aspnetcore/package-lock.json +++ b/src/aspnetcore/package-lock.json @@ -5298,13 +5298,6 @@ "dev": true, "license": "MIT" }, - "node_modules/async-limiter": { - "version": "1.0.1", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha1-3TeelPDbgxCwgpH51kwyCXZmF/0=", - "dev": true, - "license": "MIT" - }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/asynckit/-/asynckit-0.4.0.tgz", @@ -15283,9 +15276,9 @@ } }, "node_modules/serialize-javascript": { - "version": "7.0.5", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/serialize-javascript/-/serialize-javascript-7.0.5.tgz", - "integrity": "sha1-x5jMBVL/uwiYGRSkKodW4znQ1bE=", + "version": "7.0.6", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/serialize-javascript/-/serialize-javascript-7.0.6.tgz", + "integrity": "sha1-8vIMivB1fk2PoynQIQY22gaC3e8=", "license": "BSD-3-Clause", "engines": { "node": ">=20.0.0" @@ -17593,6 +17586,7 @@ "version": "7.5.11", "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-7.5.11.tgz", "integrity": "sha1-lGDa8YEruBpCPFuerHRpQahjEPo=", + "dev": true, "license": "MIT", "engines": { "node": ">=8.3.0" @@ -18419,7 +18413,7 @@ "ts-node": "^10.9.2", "typescript": "^5.0.2", "webpack": "^5.94.0", - "ws": " ^6.0.0" + "ws": "^8.21.0" } }, "src/SignalR/clients/ts/FunctionalTests/node_modules/@types/node": { @@ -18443,16 +18437,6 @@ "node": ">=14.17" } }, - "src/SignalR/clients/ts/FunctionalTests/node_modules/ws": { - "version": "6.2.4", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-6.2.4.tgz", - "integrity": "sha1-2AvXrb5JXY9P9V06I6J0dA/PyQM=", - "dev": true, - "license": "MIT", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, "src/SignalR/clients/ts/node_modules/@types/node": { "version": "14.18.63", "dev": true, @@ -18556,6 +18540,27 @@ "node": ">=4.2.0" } }, + "src/SignalR/clients/ts/node_modules/ws": { + "version": "8.21.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.21.0.tgz", + "integrity": "sha1-AS5BP8B0KZRRIbDBUxWMQ0MIaVE=", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "src/SignalR/clients/ts/signalr": { "name": "@microsoft/signalr", "version": "11.0.0-dev", @@ -18565,7 +18570,7 @@ "eventsource": "^2.0.2", "fetch-cookie": "^2.0.3", "node-fetch": "^2.6.7", - "ws": "^7.5.10" + "ws": "^8.21.0" } }, "src/SignalR/clients/ts/signalr-protocol-msgpack": { diff --git a/src/aspnetcore/package.json b/src/aspnetcore/package.json index c7203139bbdf..737805c8201b 100644 --- a/src/aspnetcore/package.json +++ b/src/aspnetcore/package.json @@ -29,7 +29,7 @@ "semver-regex": "^3.1.3", "saucelabs": ">=7.2.0", "tar": ">=7.5.11", - "serialize-javascript": ">=7.0.5", + "serialize-javascript": ">=7.0.6", "@tootallnate/once": ">=3.0.1", "oidc-client": { "serialize-javascript": ">=7.0.5" diff --git a/src/aspnetcore/src/SignalR/clients/ts/FunctionalTests/package.json b/src/aspnetcore/src/SignalR/clients/ts/FunctionalTests/package.json index 6f5c28f87072..a928e7437ce0 100644 --- a/src/aspnetcore/src/SignalR/clients/ts/FunctionalTests/package.json +++ b/src/aspnetcore/src/SignalR/clients/ts/FunctionalTests/package.json @@ -39,7 +39,7 @@ "ts-node": "^10.9.2", "typescript": "^5.0.2", "webpack": "^5.94.0", - "ws": " ^6.0.0" + "ws": "^8.21.0" }, "scripts": { "preclean": "cd .. && npm run build", diff --git a/src/aspnetcore/src/SignalR/clients/ts/signalr/package.json b/src/aspnetcore/src/SignalR/clients/ts/signalr/package.json index 9df22f0e292f..9ba7c4e15204 100644 --- a/src/aspnetcore/src/SignalR/clients/ts/signalr/package.json +++ b/src/aspnetcore/src/SignalR/clients/ts/signalr/package.json @@ -45,7 +45,7 @@ "eventsource": "^2.0.2", "fetch-cookie": "^2.0.3", "node-fetch": "^2.6.7", - "ws": "^7.5.10" + "ws": "^8.21.0" }, "overrides": { "ansi-regex": "5.0.1", diff --git a/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package-lock.json b/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package-lock.json index 639afc27d279..f8ea58fae37f 100644 --- a/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package-lock.json +++ b/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "node-abort-controller": "3.1.1", "node-fetch": "3.3.2", - "ws": "8.20.1" + "ws": "8.21.0" } }, "node_modules/data-uri-to-buffer": { @@ -108,9 +108,9 @@ } }, "node_modules/ws": { - "version": "8.20.1", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.20.1.tgz", - "integrity": "sha1-kamuKzEsz5jgqF7EmbSM70WrDds=", + "version": "8.21.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.21.0.tgz", + "integrity": "sha1-AS5BP8B0KZRRIbDBUxWMQ0MIaVE=", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -178,9 +178,9 @@ "integrity": "sha1-IHO5Gi/bH7+9QB594KyfghTOy0s=" }, "ws": { - "version": "8.20.1", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.20.1.tgz", - "integrity": "sha1-kamuKzEsz5jgqF7EmbSM70WrDds=", + "version": "8.21.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.21.0.tgz", + "integrity": "sha1-AS5BP8B0KZRRIbDBUxWMQ0MIaVE=", "requires": {} } } diff --git a/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package.json b/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package.json index f6ce23329bab..50829733ac27 100644 --- a/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package.json +++ b/src/runtime/src/libraries/System.Net.Http/tests/FunctionalTests/package.json @@ -5,6 +5,6 @@ "dependencies": { "node-abort-controller": "3.1.1", "node-fetch": "3.3.2", - "ws": "8.20.1" + "ws": "8.21.0" } } diff --git a/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package-lock.json b/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package-lock.json index d1189e9513b1..00e3e17395d9 100644 --- a/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package-lock.json +++ b/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package-lock.json @@ -6,13 +6,13 @@ "": { "name": "system.net.websockets.client.tests", "dependencies": { - "ws": "8.20.1" + "ws": "8.21.0" } }, "node_modules/ws": { - "version": "8.20.1", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.20.1.tgz", - "integrity": "sha1-kamuKzEsz5jgqF7EmbSM70WrDds=", + "version": "8.21.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/ws/-/ws-8.21.0.tgz", + "integrity": "sha1-AS5BP8B0KZRRIbDBUxWMQ0MIaVE=", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package.json b/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package.json index 51f30a2aa42a..f87de3cc13ce 100644 --- a/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package.json +++ b/src/runtime/src/libraries/System.Net.WebSockets.Client/tests/package.json @@ -3,6 +3,6 @@ "private": true, "type": "module", "dependencies": { - "ws": "8.20.1" + "ws": "8.21.0" } } \ No newline at end of file diff --git a/src/runtime/src/mono/browser/runtime/package-lock.json b/src/runtime/src/mono/browser/runtime/package-lock.json index c03f56ad1485..e809a9270079 100644 --- a/src/runtime/src/mono/browser/runtime/package-lock.json +++ b/src/runtime/src/mono/browser/runtime/package-lock.json @@ -122,9 +122,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -172,9 +172,9 @@ } }, "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -1382,9 +1382,9 @@ } }, "node_modules/eslint/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -1722,9 +1722,9 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -2035,10 +2035,20 @@ "optional": true }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha1-hUwpJGdwW2mUduGi3swMijRYgGs=", + "version": "4.2.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha1-K9noVoLdkb1GmvuAnYFgQ7PUlSQ=", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/src/runtime/src/native/package-lock.json b/src/runtime/src/native/package-lock.json index c03f56ad1485..e809a9270079 100644 --- a/src/runtime/src/native/package-lock.json +++ b/src/runtime/src/native/package-lock.json @@ -122,9 +122,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -172,9 +172,9 @@ } }, "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -1382,9 +1382,9 @@ } }, "node_modules/eslint/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -1722,9 +1722,9 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha1-WAyI+NVEXyvWqo88re+g3nn71p4=", "dev": true, "license": "ISC", "dependencies": { @@ -2035,10 +2035,20 @@ "optional": true }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha1-hUwpJGdwW2mUduGi3swMijRYgGs=", + "version": "4.2.0", + "resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha1-K9noVoLdkb1GmvuAnYFgQ7PUlSQ=", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"