From f51b4eee2c9dad9975e51371625161553785c8da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 17:14:43 +0000 Subject: [PATCH] fix(deps): update dependency graphql to v16.14.2 --- 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 271395a..b6ad07c 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.12.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz", - "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==" + "version": "16.14.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.14.2.tgz", + "integrity": "sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==" }, "graphql-tag": { "version": "2.12.7", diff --git a/subscription-with-authentication/frontend/package.json b/subscription-with-authentication/frontend/package.json index 681185f..7289e24 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.12.0", + "graphql": "16.14.2", "graphql-tag": "2.12.7", "react": "18.3.1", "react-apollo": "3.1.5",