diff --git a/examples/web/package-lock.json b/examples/web/package-lock.json index 1e26e85388..e2a91aa4d4 100644 --- a/examples/web/package-lock.json +++ b/examples/web/package-lock.json @@ -17,7 +17,7 @@ "@types/react": "^17.0.52", "@types/react-dom": "^17.0.11", "firebase": "^9.10.0", - "graphql": "^16.3.0", + "graphql": "^16.6.0", "graphql-tag": "^2.12.6", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -8568,10 +8568,11 @@ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" }, "node_modules/graphql": { - "version": "16.3.0", - "license": "MIT", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "engines": { - "node": "^12.22.0 || ^14.16.0 || >=16.0.0" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/graphql-tag": { @@ -22180,7 +22181,9 @@ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" }, "graphql": { - "version": "16.3.0" + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/examples/web/package.json b/examples/web/package.json index eaad1ca948..45a8910749 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -12,7 +12,7 @@ "@types/react": "^17.0.52", "@types/react-dom": "^17.0.11", "firebase": "^9.10.0", - "graphql": "^16.3.0", + "graphql": "^16.6.0", "graphql-tag": "^2.12.6", "react": "^17.0.2", "react-dom": "^17.0.2",