From d5c5b2973c16d3f3af8231522ed86e1514b19613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:35:12 +0000 Subject: [PATCH] meta: bump next-intl from 3.25.1 to 3.25.3 in the next-js group Bumps the next-js group with 1 update: [next-intl](https://github.com/amannn/next-intl). Updates `next-intl` from 3.25.1 to 3.25.3 - [Release notes](https://github.com/amannn/next-intl/releases) - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/next-intl/compare/v3.25.1...v3.25.3) --- updated-dependencies: - dependency-name: next-intl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: next-js ... Signed-off-by: dependabot[bot] --- apps/site/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/site/package.json b/apps/site/package.json index 26f1e56022ad7..e0ae7c8861766 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -54,7 +54,7 @@ "glob": "~11.0.0", "gray-matter": "~4.0.3", "next": "15.0.3", - "next-intl": "~3.25.1", + "next-intl": "~3.25.3", "next-themes": "~0.4.3", "postcss": "~8.4.49", "postcss-calc": "~10.0.2", diff --git a/package-lock.json b/package-lock.json index de03f18214804..60041e72c03ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "glob": "~11.0.0", "gray-matter": "~4.0.3", "next": "15.0.3", - "next-intl": "~3.25.1", + "next-intl": "~3.25.3", "next-themes": "~0.4.3", "postcss": "~8.4.49", "postcss-calc": "~10.0.2", @@ -16353,9 +16353,9 @@ } }, "node_modules/next-intl": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.25.1.tgz", - "integrity": "sha512-Z2dJWn5f/b1sb8EmuJcuDhbQTIp4RG1KBFAILgRt/y27W0ifU7Ll/os3liphUY4InyRH89uShTAk7ItAlpr0uA==", + "version": "3.25.3", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.25.3.tgz", + "integrity": "sha512-3VQ+OZdU9Z2enx5uWLYfmd/eb/gZN6QIfj59ROE/R+MTSD7ZAOPsGFnKqj5wwqm4EISGviYenkSuxypyYnhomA==", "funding": [ { "type": "individual", @@ -16366,7 +16366,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^1.0.0", - "use-intl": "^3.25.1" + "use-intl": "^3.25.3" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", @@ -22591,9 +22591,9 @@ } }, "node_modules/use-intl": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.25.1.tgz", - "integrity": "sha512-Xeyl0+BjlBf6fJr2h5W/CESZ2IQAH7jzXYK4c/ao+qR26jNPW3FXBLjg7eLRxdeI6QaLcYGLtH3WYhC9I0+6Yg==", + "version": "3.25.3", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.25.3.tgz", + "integrity": "sha512-zF+GHRx7auT1qpmiPMN+RnzSad6W5ZjhOpgC5Li/TByqCkMs4SP3xcd8C0jWxT8YI8Ucl518bnkS+gvKIvrXjw==", "license": "MIT", "dependencies": { "@formatjs/fast-memoize": "^2.2.0",