From 7521005b1346d870c20fa2fef6e82edfffed0491 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 00:10:41 +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 b490705b161ff..5a3f98ed35755 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"