From 7d55ee696346372aff0d9eab90ea0a5875232044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:10:27 +0000 Subject: [PATCH] Bump graphql from 16.8.0 to 16.8.1 in /ts Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ts/package-lock.json | 14 +++++++------- ts/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ts/package-lock.json b/ts/package-lock.json index 7c4438f9..50fdf094 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@graphql-codegen/cli": "^5.0.0", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "y18n": "^5.0.8" }, "devDependencies": { @@ -4078,9 +4078,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", - "integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==", + "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" } @@ -9552,9 +9552,9 @@ "dev": true }, "graphql": { - "version": "16.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", - "integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==" + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" }, "graphql-config": { "version": "5.0.2", diff --git a/ts/package.json b/ts/package.json index 4d932004..0721f631 100644 --- a/ts/package.json +++ b/ts/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@graphql-codegen/cli": "^5.0.0", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "y18n": "^5.0.8" } }