From b985f759fab12ff994d83d54d0fac6967078ee5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:09:29 +0000 Subject: [PATCH] Bump graphql from 15.0.0 to 16.8.1 in /shared Bumps [graphql](https://github.com/graphql/graphql-js) from 15.0.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.0.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shared/package-lock.json | 6 +++--- shared/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/package-lock.json b/shared/package-lock.json index 10e7e4dce..4d4a743a8 100644 --- a/shared/package-lock.json +++ b/shared/package-lock.json @@ -774,9 +774,9 @@ "dev": true }, "graphql": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0.tgz", - "integrity": "sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==" + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" }, "graphql-iso-date": { "version": "3.6.1", diff --git a/shared/package.json b/shared/package.json index 7b582d3c9..e15955325 100644 --- a/shared/package.json +++ b/shared/package.json @@ -56,7 +56,7 @@ } }, "dependencies": { - "graphql": "^15.0.0", + "graphql": "^16.8.1", "graphql-iso-date": "^3.6.1", "lodash": "^4.17.19", "mongoose": "^5.9.16",