From 734176c102bb93372abff2688341078b2073cace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:31:51 +0000 Subject: [PATCH] Bump ws from 8.16.0 to 8.17.1 Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/core/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/core/package.json b/apps/core/package.json index 657691af..fb2a25d4 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -19,7 +19,7 @@ "libfun": "workspace:*", "string-similarity-js": "^2.1.4", "superstruct": "^1.0.4", - "ws": "^8.16.0" + "ws": "^8.17.1" }, "devDependencies": { "@rollup/plugin-replace": "^5.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 99ad7f0e..bfe9c8d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,8 +124,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 ws: - specifier: ^8.16.0 - version: 8.16.0 + specifier: ^8.17.1 + version: 8.17.1 devDependencies: '@rollup/plugin-replace': specifier: ^5.0.5 @@ -5038,8 +5038,8 @@ packages: /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - /ws@8.16.0: - resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} + /ws@8.17.1: + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1