From 9429636ce359daccf5c878ce3edf89893a8cfa55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 11:46:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51510fcadfe7..843aac891389 100644 --- a/package.json +++ b/package.json @@ -359,7 +359,7 @@ "@codemirror/search": "^6.0.1", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.2", - "@graphiql/react": "^0.10.0", + "@graphiql/react": "^0.21.0", "@lezer/common": "^1.0.0", "@lezer/highlight": "^1.0.0", "@mdi/js": "7.1.96", @@ -429,7 +429,7 @@ "focus-visible": "^5.2.0", "fzf": "^0.5.1", "got": "^11.5.2", - "graphiql": "^1.11.5", + "graphiql": "^3.2.0", "handlebars": "^4.7.7", "highlight.js": "^10.5.0", "highlightjs-graphql": "^1.0.2",