diff --git a/package-lock.json b/package-lock.json index a12312ee15..e3d654610c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,7 @@ "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-unicorn": "^49.0.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", "jasmine-core": "5.4.0", @@ -18908,8 +18908,9 @@ "license": "MIT" }, "node_modules/graphql": { - "version": "16.9.0", - "license": "MIT", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/package.json b/package.json index 4bedecb17c..6ac73dd38e 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "eslint-plugin-rxjs": "^5.0.3", "eslint-plugin-storybook": "^0.11.1", "eslint-plugin-unicorn": "^49.0.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", "jasmine-core": "5.4.0",