From 2c324fdd11d04ec210bfede13413c640e9737d02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Dec 2021 05:24:31 +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-2312745 --- 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..57a4c578becd 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": "11.1.3", "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.20.9"