From 74b4b1385d074fe3827cb92fa520eaa5a749edd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 19:30:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-10494092 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51510fcadfe7..7b89e63cb616 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.35.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": "^5.0.0", "handlebars": "^4.7.7", "highlight.js": "^10.5.0", "highlightjs-graphql": "^1.0.2",