diff --git a/subscription-with-authentication/frontend/package-lock.json b/subscription-with-authentication/frontend/package-lock.json index 8f686d1..6844351 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.11.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz", - "integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==" + "version": "16.12.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz", + "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==" }, "graphql-tag": { "version": "2.12.6", diff --git a/subscription-with-authentication/frontend/package.json b/subscription-with-authentication/frontend/package.json index eb54599..0678d81 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.11.0", + "graphql": "16.12.0", "graphql-tag": "2.12.6", "react": "18.3.1", "react-apollo": "3.1.5",