From ccc54837cb4a6b70a22ff1e43fe15a349933ab88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Sep 2023 02:18:18 +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 9b05464..df02e84 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "bignumber.js": "^9.1.1", "core-js": "^3.32.1", "date-fns": "^2.30.0", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "jdenticon": "^3.2.0", "pinia": "^2.1.6", "quasar": "^2.12.5",