From 38be8934a75f1d566924b4cf42a0491e442bc0b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Sep 2023 17:17:10 +0000 Subject: [PATCH] fix: web/src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRAPHQL-5905181 --- web/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/package.json b/web/src/package.json index d628532232..e5341525aa 100644 --- a/web/src/package.json +++ b/web/src/package.json @@ -39,7 +39,7 @@ "esbuild": "0.15.0", "fuse.js": "6.6.1", "graphiql": "2.0.1", - "graphql": "16.6.0", + "graphql": "16.8.1", "lodash": "4.17.21", "luxon": "3.0.1", "mdi-material-ui": "7.5.0",