From 5df46f33d0534a86db978c89de08f055a5860a5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 08:56:01 +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-POSTCSS-5926692 --- 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 741525101609e..e947188f8a41c 100644 --- a/examples/with-next-translate/package.json +++ b/examples/with-next-translate/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "10.0.3", + "next": "13.5.4", "next-translate": "1.0.0", "react": "17.0.1", "react-dom": "17.0.1"