From 7b45651c87cd81af560336d3789e262d6f5f2024 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 15:40:32 +0000 Subject: [PATCH] fix: community/boilerplates/remote-schemas/rest-wrapper/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- community/boilerplates/remote-schemas/rest-wrapper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/boilerplates/remote-schemas/rest-wrapper/package.json b/community/boilerplates/remote-schemas/rest-wrapper/package.json index 15c7fdaf1c077..24a54530e63c6 100644 --- a/community/boilerplates/remote-schemas/rest-wrapper/package.json +++ b/community/boilerplates/remote-schemas/rest-wrapper/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "apollo-server": "^2.4.8", + "apollo-server": "^3.13.0", "graphql": "^14.1.1", "graphql-tag": "^2.10.1", "node-fetch": "^2.3.0"