From a680b30c20b68c325944faad668ca71022190656 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Aug 2021 02:36:02 +0000 Subject: [PATCH] fix: examples/custom-server-actionhero/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 --- examples/custom-server-actionhero/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-server-actionhero/package.json b/examples/custom-server-actionhero/package.json index 469e9a098051..08e82621adc1 100644 --- a/examples/custom-server-actionhero/package.json +++ b/examples/custom-server-actionhero/package.json @@ -6,7 +6,7 @@ "actionhero": "^18.1.2", "ioredis": "^3.2.2", "isomorphic-fetch": "^2.2.1", - "next": "^5.0.1-canary.9", + "next": "^11.1.0", "react": "^16.1.1", "react-dom": "^16.1.1", "ws": "^4.1.0"