From e03c7b34309569a1c070217fd51ca7643294e6ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:58:38 +0000 Subject: [PATCH] fix(deps): update dependency ws to v8.18.0 --- 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 a79cd3bfaf1..e491e2daa00 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -35,7 +35,7 @@ "normalize.css": "8.0.1", "pouchdb-adapter-idb": "9.0.0", "rxjs": "7.8.1", - "ws": "8.16.0" + "ws": "8.18.0" }, "devDependencies": { "async-test-util": "2.5.0", diff --git a/package.json b/package.json index 1a16c8c4ef1..679c0d8cedf 100644 --- a/package.json +++ b/package.json @@ -461,7 +461,7 @@ "@types/cors": "2.8.17", "@types/express": "4.17.21", "@types/simple-peer": "9.11.8", - "@types/ws": "8.5.10", + "@types/ws": "8.5.12", "ajv": "8.17.1", "array-push-at-sort-position": "4.0.1", "as-typed": "1.3.2", @@ -488,7 +488,7 @@ "simple-peer": "9.11.1", "unload": "2.4.1", "util": "0.12.5", - "ws": "8.16.0", + "ws": "8.18.0", "z-schema": "6.0.2" }, "devDependencies": {