From 3c2f48e4f63d138f16077016eb8d39b12088d173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:55:02 +0000 Subject: [PATCH] chore(deps-dev): bump graphql-ws from 5.16.0 to 5.16.2 in /integration Bumps [graphql-ws](https://github.com/enisdenjo/graphql-ws) from 5.16.0 to 5.16.2. - [Release notes](https://github.com/enisdenjo/graphql-ws/releases) - [Changelog](https://github.com/enisdenjo/graphql-ws/blob/master/CHANGELOG.md) - [Commits](https://github.com/enisdenjo/graphql-ws/compare/v5.16.0...v5.16.2) --- updated-dependencies: - dependency-name: graphql-ws dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration/package-lock.json | 14 +++++++------- integration/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index bf4e4734821..08ba1151f98 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -17,7 +17,7 @@ "graphql": "^16.10.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.4", - "graphql-ws": "^5.16.0", + "graphql-ws": "^5.16.2", "typescript": "^5.7.3", "urql": "^4.2.1", "vite": "^6.0.7", @@ -4866,9 +4866,9 @@ } }, "node_modules/graphql-ws": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.0.tgz", - "integrity": "sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==", + "version": "5.16.2", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.2.tgz", + "integrity": "sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==", "dev": true, "engines": { "node": ">=10" @@ -11888,9 +11888,9 @@ } }, "graphql-ws": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.0.tgz", - "integrity": "sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==", + "version": "5.16.2", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.2.tgz", + "integrity": "sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==", "dev": true, "requires": {} }, diff --git a/integration/package.json b/integration/package.json index 62fc114f028..e3424a6edf4 100644 --- a/integration/package.json +++ b/integration/package.json @@ -17,7 +17,7 @@ "graphql": "^16.10.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.4", - "graphql-ws": "^5.16.0", + "graphql-ws": "^5.16.2", "typescript": "^5.7.3", "urql": "^4.2.1", "vite": "^6.0.7",