From 67a8f24323426f3f8e44c56d148acb70c0155a42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 08:14:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2dbc77f..d712797 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "xo" }, "dependencies": { - "apollo-server-express": "^2.2.6", + "apollo-server-express": "^3.13.0", "compression": "^1.7.3", "express": "^4.16.4", "got": "^9.3.2",