From 1e7a39bb938fa73145c8ec1e91593ee0f21ece13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Mar 2022 04:17:54 +0000 Subject: [PATCH] fix: examples/with-react-intl/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-2405694 --- examples/with-react-intl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-react-intl/package.json b/examples/with-react-intl/package.json index b490705b161f..6664013094f2 100644 --- a/examples/with-react-intl/package.json +++ b/examples/with-react-intl/package.json @@ -11,7 +11,7 @@ "i18n:compile": "formatjs compile-folder lang compiled-lang" }, "dependencies": { - "next": "11.1.0", + "next": "12.1.0", "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.20.9"