From 8419b3b4d3ec207809a0a9e5ef72c90932021d5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:44:37 +0000 Subject: [PATCH] fix(deps): update dependency graphql to v16.11.0 --- subscription-with-authentication/frontend/package-lock.json | 6 +++--- subscription-with-authentication/frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subscription-with-authentication/frontend/package-lock.json b/subscription-with-authentication/frontend/package-lock.json index f605836..8f686d1 100644 --- a/subscription-with-authentication/frontend/package-lock.json +++ b/subscription-with-authentication/frontend/package-lock.json @@ -5746,9 +5746,9 @@ "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" }, "graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==" + "version": "16.11.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", + "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/subscription-with-authentication/frontend/package.json b/subscription-with-authentication/frontend/package.json index e1fcea4..eb54599 100644 --- a/subscription-with-authentication/frontend/package.json +++ b/subscription-with-authentication/frontend/package.json @@ -10,7 +10,7 @@ "apollo-link-http": "latest", "apollo-link-ws": "1.0.20", "apollo-utilities": "latest", - "graphql": "16.9.0", + "graphql": "16.11.0", "graphql-tag": "2.12.6", "react": "18.3.1", "react-apollo": "3.1.5",