From d2f44d15c76216ab5bf405c47633b4bbbaa64cb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Apr 2021 08:22:24 +0000 Subject: [PATCH] fix: examples/with-next-translate/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1246392 --- examples/with-next-translate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-translate/package.json b/examples/with-next-translate/package.json index 93cc8bafb8d0..a8880a9d68ac 100644 --- a/examples/with-next-translate/package.json +++ b/examples/with-next-translate/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "9.4.4", + "next": "9.5.4", "next-translate": "0.16.1", "react": "16.13.1", "react-dom": "16.13.1"