From 083242cd6cc726617fbdd90c5e55c7290be69f7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 21:54:22 +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-DEBUG-12552895 --- 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 131fb83c874bce..7adc129a841987 100644 --- a/examples/with-relay-modern/package.json +++ b/examples/with-relay-modern/package.json @@ -17,6 +17,6 @@ "devDependencies": { "babel-plugin-relay": "^9.0.0", "graphql-cli": "^3.0.14", - "relay-compiler": "^9.0.0" + "relay-compiler": "^13.0.0" } }