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.6 #279

Merged
merged 1 commit into from
Nov 13, 2023
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Jérémy La Scala"
],
"dependencies": {
"i18next": "23.6.0"
"i18next": "23.7.6"
},
"scripts": {
"prepack": "yarn build",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,12 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.22.5":
version: 7.22.10
resolution: "@babel/runtime@npm:7.22.10"
"@babel/runtime@npm:^7.23.2":
version: 7.23.2
resolution: "@babel/runtime@npm:7.23.2"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: d3a006fe2cbaf4048b935fb18f55d9ed52c26292182537b442cee57bf524dbb483367c57f464b1a5a96648d9d8d0fdcda848d58a8a09e18ed3f8971dcd684c6c
checksum: 271fcfad8574269d9967b8a1c03f2e1eab108a52ad7c96ed136eee0b11f46156f1186637bd5e79a4207163db9a00413cd70a6428e137b982d0ee8ab85eb9f438
languageName: node
linkType: hard

Expand Down Expand Up @@ -693,7 +693,7 @@ __metadata:
eslint-config-prettier: "npm:9.0.0"
eslint-plugin-import: "npm:2.29.0"
husky: "npm:8.0.3"
i18next: "npm:23.6.0"
i18next: "npm:23.7.6"
jest: "npm:29.7.0"
prettier: "npm:3.0.3"
ts-jest: "npm:29.1.1"
Expand Down Expand Up @@ -3414,12 +3414,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.6.0":
version: 23.6.0
resolution: "i18next@npm:23.6.0"
"i18next@npm:23.7.6":
version: 23.7.6
resolution: "i18next@npm:23.7.6"
dependencies:
"@babel/runtime": "npm:^7.22.5"
checksum: 292055897c01dd7720b3c6ab1321bd2b3b1f89e36702da9da90493f2a9e931e6a1f762a5b40d8e91c72803a8e80102ba9b64a4ffc0174acb91805f969072437c
"@babel/runtime": "npm:^7.23.2"
checksum: 789f271877bc42256a8966cc1dd0a693ab4782a89995fb5e664a98259d79f32377cf97804dffdacb2c9a7b7774fe17740598e31c3263ab0cbf0b5d8a4cbd8270
languageName: node
linkType: hard

Expand Down