From 0fd24763a5afe5d9314723f189de8be7f697b047 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 17:50:37 +0000 Subject: [PATCH] fix: examples/with-relay-modern/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- examples/with-relay-modern/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-relay-modern/package.json b/examples/with-relay-modern/package.json index 6dd8ccc89e068..2b0e77f1619cc 100644 --- a/examples/with-relay-modern/package.json +++ b/examples/with-relay-modern/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "babel-plugin-relay": "^9.0.0", - "graphql-cli": "^3.0.14", + "graphql-cli": "^4.0.0", "relay-compiler": "^9.0.0" } }