From 4ed3c076fc4a9a6bfcc698476777e12d6fa34bcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:28:07 +0000 Subject: [PATCH] Update dependency ws to v8.18.1 --- examples/graphql/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/graphql/package.json b/examples/graphql/package.json index 47d9241a190..9c08fbcfc79 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -34,7 +34,7 @@ "normalize.css": "8.0.1", "pouchdb-adapter-idb": "9.0.0", "rxjs": "7.8.2", - "ws": "8.16.0" + "ws": "8.18.1" }, "devDependencies": { "async-test-util": "2.5.0", diff --git a/package.json b/package.json index a136b257f8f..460be71ef45 100644 --- a/package.json +++ b/package.json @@ -447,7 +447,7 @@ "@types/cors": "2.8.17", "@types/express": "5.0.0", "@types/simple-peer": "9.11.8", - "@types/ws": "8.5.10", + "@types/ws": "8.5.14", "ajv": "8.17.1", "array-push-at-sort-position": "4.0.1", "as-typed": "1.3.2", @@ -471,7 +471,7 @@ "reconnecting-websocket": "4.4.0", "simple-peer": "9.11.1", "util": "0.12.5", - "ws": "8.16.0", + "ws": "8.18.1", "z-schema": "6.0.2" }, "devDependencies": {