From 71b2bda4291c9fdb907fd4205a1189c12ef5bc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:47:38 +0000 Subject: [PATCH] build(deps-dev): bump ws from 8.16.0 to 8.17.1 in /hono 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:development ... Signed-off-by: dependabot[bot] --- hono/package-lock.json | 8 ++++---- hono/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hono/package-lock.json b/hono/package-lock.json index b801f9a..5f66293 100644 --- a/hono/package-lock.json +++ b/hono/package-lock.json @@ -38,7 +38,7 @@ "tsx": "^4.7.1", "typescript": "^5.3.3", "wrangler": "^3.28.1", - "ws": "^8.16.0" + "ws": "^8.17.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -10496,9 +10496,9 @@ } }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, "engines": { "node": ">=10.0.0" diff --git a/hono/package.json b/hono/package.json index 4983a16..19b1a17 100644 --- a/hono/package.json +++ b/hono/package.json @@ -44,7 +44,7 @@ "tsx": "^4.7.1", "typescript": "^5.3.3", "wrangler": "^3.28.1", - "ws": "^8.16.0" + "ws": "^8.17.1" }, "resolveJsonModule": true }