From 7196b3901b08da10bf62cba1ae77e10e139e7b6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 09:26:26 +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-NODEFETCH-2342118 --- 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 b490705b161..5a52b866a6f 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.4", "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.20.9"