diff --git a/package-lock.json b/package-lock.json index cb45894..dfa253e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "next": "^16.3.0", "next-auth": "5.0.0-beta.32", - "next-intl": "^4.13.5", + "next-intl": "^4.13.6", "react": "^19.2.7", "react-dom": "^19.2.8", "striptags": "^3.2.0" @@ -6018,9 +6018,9 @@ "license": "MIT" }, "node_modules/icu-minify": { - "version": "4.13.5", - "resolved": "https://registry.npmjs.org/icu-minify/-/icu-minify-4.13.5.tgz", - "integrity": "sha512-sGCVm06cfsk/t9F4s9vYBCCI5k5cf2SuH21uPm6L9uK8i+bWY9NDMSUsYzYsZ4lxohTvGa3oGixtlQvZMMz5fg==", + "version": "4.13.6", + "resolved": "https://registry.npmjs.org/icu-minify/-/icu-minify-4.13.6.tgz", + "integrity": "sha512-iYZGCJZ+kX6o7GrxpVe2sOSdW86AvEqh8RQBvWeBd9jqmuABsMc2B6xongACfItLOogyIWH6GuBslNHr79OU8Q==", "funding": [ { "type": "individual", @@ -7998,9 +7998,9 @@ } }, "node_modules/next-intl": { - "version": "4.13.5", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-4.13.5.tgz", - "integrity": "sha512-9tIeZmBgxS0yYw+NN0mOfLxrH/r1l9CF/A4noKCwUfTyGIHZHrUmBnvOhbNmI4TgN7Piraf+BmIDU9pnZzjF7A==", + "version": "4.13.6", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-4.13.6.tgz", + "integrity": "sha512-loS6tjWWkr/IP+EV1yXUm9URB54QmZOp4+ZsMZNmeYxY8IZxLvO2esUegnXIDxj5DpK/4BsxwDGfGhlqodpkCQ==", "funding": [ { "type": "individual", @@ -8012,11 +8012,11 @@ "@formatjs/intl-localematcher": "^0.8.1", "@parcel/watcher": "^2.4.1", "@swc/core": "^1.15.2", - "icu-minify": "^4.13.5", + "icu-minify": "^4.13.6", "negotiator": "^1.0.0", - "next-intl-swc-plugin-extractor": "^4.13.5", + "next-intl-swc-plugin-extractor": "^4.13.6", "po-parser": "^2.1.1", - "use-intl": "^4.13.5" + "use-intl": "^4.13.6" }, "peerDependencies": { "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", @@ -8029,9 +8029,9 @@ } }, "node_modules/next-intl-swc-plugin-extractor": { - "version": "4.13.5", - "resolved": "https://registry.npmjs.org/next-intl-swc-plugin-extractor/-/next-intl-swc-plugin-extractor-4.13.5.tgz", - "integrity": "sha512-Sxdgpp4y12zUYq8XzZoQQSIL9CU1T210l7dLrfVLeIykaRslBJEHNacGTy8CLqJc5uLFsmzukANbEOpa5XgAiQ==", + "version": "4.13.6", + "resolved": "https://registry.npmjs.org/next-intl-swc-plugin-extractor/-/next-intl-swc-plugin-extractor-4.13.6.tgz", + "integrity": "sha512-M2L8jtPEAXj0CPmXbiW66THdr3OnDqA9IsU1hqv3CdxtVow3Bl9eXPdT9Opeji7L4AFrUZ016dJOs+CoTw66OA==", "license": "MIT" }, "node_modules/next-intl/node_modules/@swc/core": { @@ -9806,9 +9806,9 @@ } }, "node_modules/use-intl": { - "version": "4.13.5", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.13.5.tgz", - "integrity": "sha512-oYpi0M6Cd7V0ZAvOPakB3kUCVzpwsVbod47G/xbZV5dvrqFMAw4fcwOS+sKpAjVdNW+CbQUeBk4Vnyzmk/07Bw==", + "version": "4.13.6", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.13.6.tgz", + "integrity": "sha512-RLej84qL6PGTDp/PSG3tqRpwr7IvJfOu4Qfv/uyy8CrnYn1oEOQb6osNJb++jZ7FQxqN3aQ5BI7wTIerUgrgMA==", "funding": [ { "type": "individual", @@ -9819,7 +9819,7 @@ "dependencies": { "@formatjs/fast-memoize": "^3.1.0", "@schummar/icu-type-parser": "1.21.5", - "icu-minify": "^4.13.5", + "icu-minify": "^4.13.6", "intl-messageformat": "^11.1.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 15e72fe..c20a196 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "clsx": "^2.1.1", "next": "^16.3.0", "next-auth": "5.0.0-beta.32", - "next-intl": "^4.13.5", + "next-intl": "^4.13.6", "react": "^19.2.7", "react-dom": "^19.2.8", "striptags": "^3.2.0"