Skip to content

Commit

Permalink
build(deps): bump next-intl from 2.22.3 to 3.17.2
Browse files Browse the repository at this point in the history
Bumps [next-intl](https://github.com/amannn/next-intl) from 2.22.3 to 3.17.2.
- [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/commits/v3.17.2)

---
updated-dependencies:
- dependency-name: next-intl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 6541f58 commit c7379ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"js-cookie": "^3.0.1",
"newrelic": "^11.8.0",
"next": "^14.2.4",
"next-intl": "^3.15.5",
"next-intl": "^3.17.2",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.1.0",
"nextjs-hotjar": "^1.2.0",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@
"@formatjs/intl-localematcher" "0.5.4"
tslib "^2.4.0"

"@formatjs/fast-memoize@2.2.0":
"@formatjs/fast-memoize@2.2.0", "@formatjs/fast-memoize@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz#33bd616d2e486c3e8ef4e68c99648c196887802b"
integrity sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==
Expand Down Expand Up @@ -6843,14 +6843,14 @@ newrelic@^11.8.0:
"@newrelic/native-metrics" "^10.0.0"
"@prisma/prisma-fmt-wasm" "^4.17.0-16.27eb2449f178cd9fe1a4b892d732cc4795f75085"

next-intl@^3.15.5:
version "3.15.5"
resolved "https://registry.yarnpkg.com/next-intl/-/next-intl-3.15.5.tgz#d8227b8ea645ecca09439d40bd24c5cabdbfa8e8"
integrity sha512-QnUFjKRLKC7dbb40RKqINTNkvvgTHUEv66Q9X+s/6hxQu/XRKKY4JtcZ5ajMW2Ed8H2eyOY7+WXxAY2GbXq6jA==
next-intl@^3.17.2:
version "3.17.2"
resolved "https://registry.yarnpkg.com/next-intl/-/next-intl-3.17.2.tgz#4f56a6c54bd4355254c5ae35dfef89561492abbb"
integrity sha512-X2ly23e1lC5vdWHaJFBDZi/0iornEdFQQtqJmmPOb7WD+LDssm9vAnx+hJshYGjddaP3rUmyWaPgePCQqaxm1g==
dependencies:
"@formatjs/intl-localematcher" "^0.2.32"
negotiator "^0.6.3"
use-intl "^3.15.5"
use-intl "^3.17.2"

next-pwa@^5.6.0:
version "5.6.0"
Expand Down Expand Up @@ -8851,11 +8851,12 @@ url@^0.11.0:
punycode "^1.4.1"
qs "^6.11.2"

use-intl@^3.15.5:
version "3.15.5"
resolved "https://registry.yarnpkg.com/use-intl/-/use-intl-3.15.5.tgz#aaba4558610d5c90e847c2101a4eaf7faf03b77b"
integrity sha512-6EBi5TA0xyVcqrmfOO+kp0srxAqUft2fHjrLy+UImTVObaFrZFiXq/TLl2XxiKwIy6WqMdJ1zNvxNXOnqXEOvg==
use-intl@^3.17.2:
version "3.17.2"
resolved "https://registry.yarnpkg.com/use-intl/-/use-intl-3.17.2.tgz#0dc9a630cf7631e7fb2802b9591847ec6135fcd0"
integrity sha512-9lPgt41nS8x4AYCLfIC9VKCmamnVxzPM2nze7lpp/I1uaSSQvIz5MQpYUFikv08cMUsCwAWahU0e+arHInpdcw==
dependencies:
"@formatjs/fast-memoize" "^2.2.0"
intl-messageformat "^10.5.14"

use-sync-external-store@^1.0.0:
Expand Down

0 comments on commit c7379ff

Please sign in to comment.