From 670ee7694867684e59f232ac176f472e249cdf95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Jul 2021 15:17:14 +0000 Subject: [PATCH] Build(deps): bump graphql-tag from 2.12.4 to 2.12.5 (#6693) Bumps [graphql-tag](https://github.com/apollographql/graphql-tag) from 2.12.4 to 2.12.5. - [Release notes](https://github.com/apollographql/graphql-tag/releases) - [Changelog](https://github.com/apollographql/graphql-tag/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/graphql-tag/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc6b1a5b98..6b3d4ba25d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "glob": "^7.1.7", "got": "11.8.2", "graphql": "^15.5.0", - "graphql-tag": "^2.12.4", + "graphql-tag": "^2.12.5", "ioredis": "4.27.6", "joi": "17.4.0", "joi-extension-semver": "5.0.0", @@ -15665,9 +15665,9 @@ } }, "node_modules/graphql-tag": { - "version": "2.12.4", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.4.tgz", - "integrity": "sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==", + "version": "2.12.5", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.5.tgz", + "integrity": "sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==", "dependencies": { "tslib": "^2.1.0" }, @@ -43999,9 +43999,9 @@ } }, "graphql-tag": { - "version": "2.12.4", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.4.tgz", - "integrity": "sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==", + "version": "2.12.5", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.5.tgz", + "integrity": "sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==", "requires": { "tslib": "^2.1.0" }, diff --git a/package.json b/package.json index 063d3ec07b..2bf3b57c52 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "glob": "^7.1.7", "got": "11.8.2", "graphql": "^15.5.0", - "graphql-tag": "^2.12.4", + "graphql-tag": "^2.12.5", "ioredis": "4.27.6", "joi": "17.4.0", "joi-extension-semver": "5.0.0",