diff --git a/package.json b/package.json index 4c74731c05..a8c2581765 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "webpack": "5.88.2", "webpack-bundle-analyzer": "4.7.0", "whatwg-fetch": "3.6.19", - "ws": "8.2.3" + "ws": "8.14.2" }, "resolutions": { "webpack": "5.88.2", diff --git a/packages/next/package.json b/packages/next/package.json index f95c0fba83..42f6713b87 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -189,7 +189,7 @@ "@types/ua-parser-js": "0.7.37", "@types/uuid": "8.3.4", "@types/webpack-sources1": "npm:@types/webpack-sources@0.1.10", - "@types/ws": "8.2.0", + "@types/ws": "8.5.6", "@vercel/ncc": "0.38.0", "@vercel/nft": "0.24.2", "acorn": "8.10.0", @@ -313,7 +313,7 @@ "webpack": "5.88.2", "webpack-sources1": "npm:webpack-sources@1.4.3", "webpack-sources3": "npm:webpack-sources@3.2.3", - "ws": "8.2.3" + "ws": "8.14.2" }, "engines": { "node": ">=16.8.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 245b849259..8bde5538d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -531,8 +531,8 @@ importers: specifier: 3.6.19 version: 3.6.19 ws: - specifier: 8.2.3 - version: 8.2.3 + specifier: 8.14.2 + version: 8.14.2 bench/vercel: dependencies: @@ -959,8 +959,8 @@ importers: specifier: npm:@types/webpack-sources@0.1.10 version: /@types/webpack-sources@0.1.10 '@types/ws': - specifier: 8.2.0 - version: 8.2.0 + specifier: 8.5.6 + version: 8.5.6 '@vercel/ncc': specifier: 0.38.0 version: 0.38.0 @@ -1328,8 +1328,8 @@ importers: specifier: npm:webpack-sources@3.2.3 version: /webpack-sources@3.2.3 ws: - specifier: 8.2.3 - version: 8.2.3 + specifier: 8.14.2 + version: 8.14.2 packages/next-bundle-analyzer: dependencies: @@ -7806,6 +7806,12 @@ packages: '@types/node': 20.2.5 dev: true + /@types/ws@8.5.6: + resolution: {integrity: sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==} + dependencies: + '@types/node': 20.2.5 + dev: true + /@types/yargs-parser@21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} @@ -26344,19 +26350,6 @@ packages: optional: true dev: true - /ws@8.2.3: - resolution: {integrity: sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==} - 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 - dev: true - /xdg-basedir@3.0.0: resolution: {integrity: sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ==} engines: {node: '>=4'}