From 20b85d95fea8710c6e2c436d543519d8966f9ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:45:13 +0000 Subject: [PATCH] Bump ws from 8.14.2 to 8.15.1 Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.15.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.15.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1e42449..74033e2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "replit-graphql": "^3.2.3", "safe-logging-replit": "^1.3.2", "toml": "^3.0.0", - "ws": "^8.11.0" + "ws": "^8.15.1" }, "devDependencies": { "@types/diff": "^5.0.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8fa7bc..68d9903 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ dependencies: specifier: ^3.0.0 version: 3.0.0 ws: - specifier: ^8.11.0 - version: 8.14.2 + specifier: ^8.15.1 + version: 8.15.1 devDependencies: '@types/diff': @@ -471,7 +471,7 @@ packages: /replit-graphql@3.2.3: resolution: {integrity: sha512-iYaoCfe4qy56qSzhyDV1p97KY61FvYeVCjLlr7grZVBlhC+Us3RfZM3kmUlL4HswmVWZpdl1e0+/qsRxr6YLeA==} dependencies: - ws: 8.14.2 + ws: 8.15.1 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -491,8 +491,8 @@ packages: hasBin: true dev: true - /ws@8.14.2: - resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} + /ws@8.15.1: + resolution: {integrity: sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1