diff --git a/package-lock.json b/package-lock.json index 8f051ad..cbe3a58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@next/third-parties": "15.1.0", "dayjs": "1.11.13", "next": "15.1.0", - "next-intl": "3.26.1", + "next-intl": "3.26.2", "react": "19.0.0", "react-dom": "19.0.0", "swr": "2.2.5" @@ -6675,9 +6675,9 @@ } }, "node_modules/next-intl": { - "version": "3.26.1", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.26.1.tgz", - "integrity": "sha512-TE4cQgXNw4jzEtVPdiYQOCmhAu+Z2qoUppCMxPkJoz8XXe8TdqiNEPhD/GtXEsI80nV6NnVAq3hyTHH5+ex6Hw==", + "version": "3.26.2", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.26.2.tgz", + "integrity": "sha512-fPsL5/9Y/aYNHoOf904b+PhYkm1RfZKrNMAxUvURMqFuQTA0TQAIGnY0s03yPH7oRv9qCFcutaxr6DsHq0aCzQ==", "funding": [ { "type": "individual", @@ -6687,7 +6687,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^1.0.0", - "use-intl": "^3.26.1" + "use-intl": "^3.26.2" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", @@ -11886,9 +11886,9 @@ } }, "node_modules/use-intl": { - "version": "3.26.1", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.26.1.tgz", - "integrity": "sha512-MZhtSBcMrDna3xs1T6O7CAXx4wRfm1eGyUYrDCCnW9qTOGZurCH5k/X6ChDl6EI4f+qYEtXQCRMkQUVOIhJWTQ==", + "version": "3.26.2", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.26.2.tgz", + "integrity": "sha512-H0BpBXLNFTkw6RvntLXSXr2+la4T/xilKSG5l8ND9Br9+i1hqHensWouNS288QZdiDTrfYUVswDtUIR6L39JHQ==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/package.json b/package.json index 0634e37..681cd48 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@next/third-parties": "15.1.0", "dayjs": "1.11.13", "next": "15.1.0", - "next-intl": "3.26.1", + "next-intl": "3.26.2", "react": "19.0.0", "react-dom": "19.0.0", "swr": "2.2.5"