From cb3f264265f05bd7c3910148147ac963f7beadf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:00:11 -0400 Subject: [PATCH] Bump graphql-request from 6.0.0 to 6.1.0 (#8777) Dependabot couldn't find the original pull request head commit, 8c2d9dd09bb1c8a41a67fff5f0e5d516e33ed9c1. 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 a1fe1b03ad..c9fedada6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "eslint-plugin-unicorn": "^46.0.0", "github-api": "^3.4.0", "graphql": "^16.6.0", - "graphql-request": "^6.0.0", + "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", "jasmine-core": "4.6.0", @@ -32576,9 +32576,10 @@ } }, "node_modules/graphql-request": { - "version": "6.0.0", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz", + "integrity": "sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==", "dev": true, - "license": "MIT", "dependencies": { "@graphql-typed-document-node/core": "^3.2.0", "cross-fetch": "^3.1.5" diff --git a/package.json b/package.json index a3d364e031..d814d9ec42 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "eslint-plugin-unicorn": "^46.0.0", "github-api": "^3.4.0", "graphql": "^16.6.0", - "graphql-request": "^6.0.0", + "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", "jasmine-core": "4.6.0",