From 0b7c751846260b8f92cd40d57047396106757ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:35:30 +0000 Subject: [PATCH] Bump ws from 8.14.2 to 8.15.0 Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.15.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.15.0) --- 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 8d67c28..b343d1d 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.0" }, "devDependencies": { "@types/diff": "^5.0.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9351e4..5c6e160 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.0 + version: 8.15.0 devDependencies: '@types/diff': @@ -461,7 +461,7 @@ packages: /replit-graphql@3.2.3: resolution: {integrity: sha512-iYaoCfe4qy56qSzhyDV1p97KY61FvYeVCjLlr7grZVBlhC+Us3RfZM3kmUlL4HswmVWZpdl1e0+/qsRxr6YLeA==} dependencies: - ws: 8.14.2 + ws: 8.15.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -481,8 +481,8 @@ packages: hasBin: true dev: true - /ws@8.14.2: - resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} + /ws@8.15.0: + resolution: {integrity: sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1