From 5f81ac90d7e59a2336bd68cf24190ad8e4840eb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 18:02:20 +0000 Subject: [PATCH] fix: upgrade graphql from 16.8.1 to 16.8.2 Snyk has created this PR to upgrade graphql from 16.8.1 to 16.8.2. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/schwer/project/8512139a-a644-4005-acd1-2607866966f3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 166800a..4ffcb87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "commander": "^12.0.0", - "graphql": "^16.8.1", + "graphql": "^16.8.2", "yaml": "^2.4.3" }, "bin": { @@ -2886,9 +2886,10 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -7313,9 +7314,9 @@ "dev": true }, "graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==" }, "has": { "version": "1.0.3", diff --git a/package.json b/package.json index 55b296a..d10f05a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/schwer/graphql-to-openapi#readme", "dependencies": { "commander": "^12.0.0", - "graphql": "^16.8.1", + "graphql": "^16.8.2", "yaml": "^2.4.3" }, "devDependencies": {