From 8a8e47742334c612933cc6c4827cc6b6dba81071 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 15:56:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRAPHQL-5905181 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7421d331eaf..ba28e5d89f40 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "event-to-promise": "^0.8.0", "git-diff": "^2.0.6", "glob": "^8.0.1", - "graphql": "^16.3.0", + "graphql": "^16.8.1", "http-status-code": "^2.1.0", "husky": "^7.0.4", "japanese-characters": "^1.1.0",