From 14da7f75aaac4df966dc8d91d8039fc2b4c02530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:21:20 +0000 Subject: [PATCH] chore(deps): bump ws from 8.15.1 to 8.17.1 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: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f627932..547d276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "rehype-pretty-code": "^0.10.2", "remark-smartypants": "^2.0.0", "shiki": "^0.14.5", - "ws": "^8.14.2" + "ws": "^8.17.1" }, "devDependencies": { "@types/node": "20.10.5", @@ -5977,9 +5977,9 @@ "dev": true }, "node_modules/ws": { - "version": "8.15.1", - "resolved": "https://registry.npmmirror.com/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "version": "8.17.1", + "resolved": "https://registry.npmmirror.com/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index b4b3882..7f6758e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "rehype-pretty-code": "^0.10.2", "remark-smartypants": "^2.0.0", "shiki": "^0.14.5", - "ws": "^8.14.2" + "ws": "^8.17.1" }, "devDependencies": { "@types/node": "20.10.5",