From fae1177cdfb3bd20897698e97b2d2704d697dc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:16:51 -0500 Subject: [PATCH] build(deps-dev): bump graphql from 16.9.0 to 16.10.0 (#10516) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.9.0 to 16.10.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.9.0...v16.10.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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",