Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 77d002c

Browse files
Bump @fastify/websocket from 7.1.0 to 7.1.1
Bumps [@fastify/websocket](https://github.com/fastify/fastify-websocket) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/fastify/fastify-websocket/releases) - [Commits](fastify/fastify-websocket@v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: "@fastify/websocket" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f23f83 commit 77d002c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@fastify/basic-auth": "^4.0.0",
2121
"@fastify/cors": "^8.1.0",
2222
"@fastify/static": "^6.5.0",
23-
"@fastify/websocket": "^7.1.0",
23+
"@fastify/websocket": "^7.1.1",
2424
"aedes": "^0.48.0",
2525
"fastify": "^4.9.2",
2626
"http-errors": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@
314314
readable-stream "^4.0.0"
315315
send "^0.18.0"
316316

317-
"@fastify/websocket@^7.1.0":
318-
version "7.1.0"
319-
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-7.1.0.tgz#9ce883f7639653df556dceeb97b86f04ea8e05e7"
320-
integrity sha512-aEHlymGnMOCY5pTSI6gOlLBX/5pIhQ485zyEx/m2+kITSa9vWtL08jbtAzbsaQBcqOz+bbVvxzerbHZdqQp2qQ==
317+
"@fastify/websocket@^7.1.1":
318+
version "7.1.1"
319+
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-7.1.1.tgz#dfaba447f846db7432b6f9f81c8fb73e6cc470a6"
320+
integrity sha512-8lvB/E6p/o3MlmHzM2NJ19ixteI6Ckw0xOebLfoHoORPmpvCWqSp8+HLz4Gc6HrChH4vM9VcSWAK8jYuTT08hQ==
321321
dependencies:
322322
fastify-plugin "^4.0.0"
323323
ws "^8.0.0"

0 commit comments

Comments
 (0)