Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency i18next to v23.7.14 #4870

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"graphql": "16.8.1",
"graphql-jit": "0.8.4",
"graphql-yoga": "5.1.0",
"i18next": "23.7.13",
"i18next": "23.7.14",
"jose": "5.2.0",
"ky": "1.1.3",
"next": "14.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14162,12 +14162,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.7.13":
version: 23.7.13
resolution: "i18next@npm:23.7.13"
"i18next@npm:23.7.14":
version: 23.7.14
resolution: "i18next@npm:23.7.14"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: a79c54856f9c2c8b9d807d690cb2a065ccd539e60f3509319eda0334acc9ae3e4cb59c40dda948a8726ae4ba2de153b1226edfabe9ff8eeb6a9211fbd57f179f
checksum: 29898eddd35d8a0bec6135578ced395bc04e1214937bf737aa78301ca2ee49513b51f4a4d0e1b65ec2b27b33262958505fe5dfc6d1198fa2bec726ce6008e11e
languageName: node
linkType: hard

Expand Down Expand Up @@ -17825,7 +17825,7 @@ __metadata:
graphql: "npm:16.8.1"
graphql-jit: "npm:0.8.4"
graphql-yoga: "npm:5.1.0"
i18next: "npm:23.7.13"
i18next: "npm:23.7.14"
is-ci: "npm:3.0.1"
jose: "npm:5.2.0"
jsdom: "npm:23.0.1"
Expand Down
Loading