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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-13 16:39:14 +00:00 committed by GitHub
parent 0c541ab26a
commit fd87767129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -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"

View file

@ -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",