From 06f9badb9aad34c4605f0ede1e575e9310509f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 00:27:56 +0000 Subject: [PATCH] fix(deps): bump graphql-tag from 2.12.5 to 2.12.6 Bumps [graphql-tag](https://github.com/apollographql/graphql-tag) from 2.12.5 to 2.12.6. - [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) --- updated-dependencies: - dependency-name: graphql-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index daf0486..85d491e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12178,9 +12178,9 @@ } }, "graphql-tag": { - "version": "2.12.5", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.5.tgz", - "integrity": "sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==", + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", + "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", "requires": { "tslib": "^2.1.0" } diff --git a/package.json b/package.json index f8b8bda..35b4307 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bulma-timeline": "^3.0.4", "chart.js": "^2.9.4", "core-js": "^3.17.3", - "graphql-tag": "^2.12.5", + "graphql-tag": "^2.12.6", "node-sass": "^5.0.0", "nuxt": "^2.15.8", "nuxt-buefy": "^0.4.7",