diff --git a/subscription-with-authentication/frontend/package-lock.json b/subscription-with-authentication/frontend/package-lock.json index 6fd0d3f..4134ef8 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.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/subscription-with-authentication/frontend/package.json b/subscription-with-authentication/frontend/package.json index aa22436..20fae4c 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.8.1", + "graphql": "16.9.0", "graphql-tag": "2.12.6", "react": "18.2.0", "react-apollo": "3.1.5",