diff --git a/package-lock.json b/package-lock.json index 4cb8d15dd4f..e43cbdbd6ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-unicorn": "^46.0.0", "github-api": "^3.4.0", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", @@ -33141,8 +33141,9 @@ "devOptional": true }, "node_modules/graphql": { - "version": "16.6.0", - "license": "MIT", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index d9b805df7ad..41c8ce1f6b8 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-unicorn": "^46.0.0", "github-api": "^3.4.0", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0",