From 6c4f60f33c66b928477753bf4586f333830407ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Oct 2023 09:17:22 +0000 Subject: [PATCH] fix: console/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-5962466 --- console/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/package.json b/console/package.json index 7d1c491f739fb..4cb8df9c42a80 100644 --- a/console/package.json +++ b/console/package.json @@ -106,7 +106,7 @@ "clsx": "1.1.1", "codemirror": "5.51.0", "format-graphql": "^1.4.0", - "graphiql": "1.0.0-alpha.0", + "graphiql": "1.0.0", "graphiql-code-exporter": "2.0.8", "graphiql-explorer": "0.6.2", "graphql": "14.5.8",