From 1120d44901bd84ce845b2aebf641b33992f7eb00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:31:03 +0000 Subject: [PATCH] chore(deps): bump ws and @types/ws Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 8.17.1 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0) Updates `@types/ws` from 8.5.10 to 8.5.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- chrome-extension/package.json | 2 +- packages/hmr/package.json | 4 ++-- pnpm-lock.yaml | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/chrome-extension/package.json b/chrome-extension/package.json index 29966f0..6c66776 100644 --- a/chrome-extension/package.json +++ b/chrome-extension/package.json @@ -27,7 +27,7 @@ "@chrome-extension-boilerplate/hmr": "workspace:*", "@chrome-extension-boilerplate/tsconfig": "workspace:*", "@laynezh/vite-plugin-lib-assets": "^0.5.21", - "@types/ws": "^8.5.10", + "@types/ws": "^8.5.11", "magic-string": "^0.30.10", "ts-loader": "^9.5.1" } diff --git a/packages/hmr/package.json b/packages/hmr/package.json index 83151a1..92ff23c 100644 --- a/packages/hmr/package.json +++ b/packages/hmr/package.json @@ -22,12 +22,12 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "ws": "8.17.1" + "ws": "8.18.0" }, "devDependencies": { "@chrome-extension-boilerplate/tsconfig": "workspace:*", "@rollup/plugin-sucrase": "^5.0.2", - "@types/ws": "^8.5.10", + "@types/ws": "^8.5.11", "esm": "^3.2.25", "rollup": "^4.18.0", "ts-node": "^10.9.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a7a37e..f874725 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ importers: specifier: ^0.5.21 version: 0.5.21 '@types/ws': - specifier: ^8.5.10 - version: 8.5.10 + specifier: ^8.5.11 + version: 8.5.11 magic-string: specifier: ^0.30.10 version: 0.30.10 @@ -140,8 +140,8 @@ importers: packages/hmr: dependencies: ws: - specifier: 8.17.1 - version: 8.17.1 + specifier: 8.18.0 + version: 8.18.0 devDependencies: '@chrome-extension-boilerplate/tsconfig': specifier: workspace:* @@ -150,8 +150,8 @@ importers: specifier: ^5.0.2 version: 5.0.2(rollup@4.18.0) '@types/ws': - specifier: ^8.5.10 - version: 8.5.10 + specifier: ^8.5.11 + version: 8.5.11 esm: specifier: ^3.2.25 version: 3.2.25 @@ -943,8 +943,8 @@ packages: '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - '@types/ws@8.5.10': - resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} + '@types/ws@8.5.11': + resolution: {integrity: sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==} '@typescript-eslint/eslint-plugin@6.21.0': resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==} @@ -2841,8 +2841,8 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - ws@8.17.1: - resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -3401,7 +3401,7 @@ snapshots: '@types/semver@7.5.8': {} - '@types/ws@8.5.10': + '@types/ws@8.5.11': dependencies: '@types/node': 20.12.11 @@ -5549,7 +5549,7 @@ snapshots: wrappy@1.0.2: {} - ws@8.17.1: {} + ws@8.18.0: {} yaml@2.4.5: {}