From 2ed7f0c18a81dc84dd8a7472b6e05d5045daec48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 05:13:10 +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-15104645 --- 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 b490705b161ffe..5a3f98ed357559 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": "15.5.10", "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.20.9"