From 6c666cb67a79773000700453a603a4cbe6f4d208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:02:37 -0400 Subject: build(deps): bump ws from 8.15.1 to 8.17.1 (#373) Bumps [ws](https://github.com/websockets/ws) from 8.15.1 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.15.1...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .yarn/cache/ws-npm-8.15.1-a30b5eeb2f-8c67365f6e.zip | Bin 40625 -> 0 bytes .yarn/cache/ws-npm-8.17.1-f57fb24a2c-442badcce1.zip | Bin 0 -> 40702 bytes yarn.lock | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .yarn/cache/ws-npm-8.15.1-a30b5eeb2f-8c67365f6e.zip create mode 100644 .yarn/cache/ws-npm-8.17.1-f57fb24a2c-442badcce1.zip diff --git a/.yarn/cache/ws-npm-8.15.1-a30b5eeb2f-8c67365f6e.zip b/.yarn/cache/ws-npm-8.15.1-a30b5eeb2f-8c67365f6e.zip deleted file mode 100644 index ca1dca2..0000000 Binary files a/.yarn/cache/ws-npm-8.15.1-a30b5eeb2f-8c67365f6e.zip and /dev/null differ diff --git a/.yarn/cache/ws-npm-8.17.1-f57fb24a2c-442badcce1.zip b/.yarn/cache/ws-npm-8.17.1-f57fb24a2c-442badcce1.zip new file mode 100644 index 0000000..a0ebe46 Binary files /dev/null and b/.yarn/cache/ws-npm-8.17.1-f57fb24a2c-442badcce1.zip differ diff --git a/yarn.lock b/yarn.lock index 2974ad7..3334780 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3388,8 +3388,8 @@ __metadata: linkType: hard "ws@npm:^8.13.0": - version: 8.15.1 - resolution: "ws@npm:8.15.1" + version: 8.17.1 + resolution: "ws@npm:8.17.1" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -3398,7 +3398,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 8c67365f6e6134278ad635d558bfce466d7ef7543a043baea333aaa430429f0af8a130c0c36e7dd78f918d68167a659ba9b5067330b77c4b279e91533395952b + checksum: 442badcce1f1178ec87a0b5372ae2e9771e07c4929a3180321901f226127f252441e8689d765aa5cfba5f50ac60dd830954afc5aeae81609aefa11d3ddf5cecf languageName: node linkType: hard -- cgit