From fd87767129673575bd3028edda8f358515210c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:39:14 +0000 Subject: [PATCH] build(deps): bump next-intl from 2.19.0 to 2.19.1 Bumps [next-intl](https://github.com/amannn/next-intl) from 2.19.0 to 2.19.1. - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/next-intl/compare/v2.19.0...v2.19.1) --- updated-dependencies: - dependency-name: next-intl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67e1715..7b66bf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint-config-sznm": "^2.0.2", "jest-worker": "^29.5.0", "next": "13.4.11", - "next-intl": "^2.14.6", + "next-intl": "^2.19.1", "next-pwa": "^5.6.0", "nookies": "^2.5.2", "react": "18.2.0", @@ -6485,13 +6485,13 @@ } }, "node_modules/next-intl": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-2.19.0.tgz", - "integrity": "sha512-vK/3Lk1A2zPVl+D6n/cft+MsD6nsZO5/F4l+pHXSXrNQIjdClvGMKouM3xK/u5n75E4mmHQevVdyJQ1a7zWICw==", + "version": "2.19.1", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-2.19.1.tgz", + "integrity": "sha512-fk+IGWXxA+UOk+3rIhQqSPYxka+Hk9qKaIpbeF3nNlf8dp1td0oT6srVrPw/uZl5Qoj8El3qQ2mVd3RTLA25cg==", "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^2.19.0" + "use-intl": "^2.19.1" }, "engines": { "node": ">=10" @@ -8426,9 +8426,9 @@ } }, "node_modules/use-intl": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-2.19.0.tgz", - "integrity": "sha512-ox3CibkJ/nhAorujY6gwS+jO/dCxn8zzo7Pf5D+OIKQZpBUpQATe2ldlqv9lgc4/PBiKDVUQI/GCG0TBkno3vA==", + "version": "2.19.1", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-2.19.1.tgz", + "integrity": "sha512-nPsXwwJeH+RuKe2ucN+xmRI7DdfjA7WezXYTJD0JZSPvyIyaledIBlVBbnkxanr+3fpIec3cVG6wvouGp9/lJQ==", "dependencies": { "@formatjs/ecma402-abstract": "^1.11.4", "intl-messageformat": "^9.3.18" diff --git a/package.json b/package.json index fb58437..ce90cae 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-config-sznm": "^2.0.2", "jest-worker": "^29.5.0", "next": "13.4.11", - "next-intl": "^2.14.6", + "next-intl": "^2.19.1", "next-pwa": "^5.6.0", "nookies": "^2.5.2", "react": "18.2.0",