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

Commit 130d1c7

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 7701687 commit 130d1c7

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
@@ -31,7 +31,7 @@
3131
"@fastify/basic-auth": "^4.0.0",
3232
"@fastify/cors": "^8.1.0",
3333
"@fastify/static": "^6.5.0",
34-
"@fastify/websocket": "^7.1.0",
34+
"@fastify/websocket": "^7.1.1",
3535
"aedes": "^0.48.0",
3636
"applicationinsights": "^2.5.0",
3737
"fastify": "^4.9.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@
374374
readable-stream "^4.0.0"
375375
send "^0.18.0"
376376

377-
"@fastify/websocket@^7.1.0":
378-
version "7.1.0"
379-
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-7.1.0.tgz#9ce883f7639653df556dceeb97b86f04ea8e05e7"
380-
integrity sha512-aEHlymGnMOCY5pTSI6gOlLBX/5pIhQ485zyEx/m2+kITSa9vWtL08jbtAzbsaQBcqOz+bbVvxzerbHZdqQp2qQ==
377+
"@fastify/websocket@^7.1.1":
378+
version "7.1.1"
379+
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-7.1.1.tgz#dfaba447f846db7432b6f9f81c8fb73e6cc470a6"
380+
integrity sha512-8lvB/E6p/o3MlmHzM2NJ19ixteI6Ckw0xOebLfoHoORPmpvCWqSp8+HLz4Gc6HrChH4vM9VcSWAK8jYuTT08hQ==
381381
dependencies:
382382
fastify-plugin "^4.0.0"
383383
ws "^8.0.0"

0 commit comments

Comments
 (0)