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.20 - autoclosed #47

Closed
wants to merge 1 commit into from
Closed
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 @@ -23,7 +23,7 @@
"@types/node": "20.11.15",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"i18next": "23.7.11",
"i18next": "23.7.20",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6773,7 +6773,7 @@ __metadata:
eslint-plugin-react: "npm:^7.33.2"
eslint-plugin-react-hooks: "npm:4.6.0"
husky: "npm:9.0.9"
i18next: "npm:23.7.11"
i18next: "npm:23.7.20"
miragejs: "npm:^0.1.48"
nock: "npm:^13.5.1"
nyc: "npm:15.1.0"
Expand Down Expand Up @@ -7038,12 +7038,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.7.11":
version: 23.7.11
resolution: "i18next@npm:23.7.11"
"i18next@npm:23.7.20":
version: 23.7.20
resolution: "i18next@npm:23.7.20"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: 1127bc17f94459d40bd9aaa0350e9786d3853eb82449aabb4514e187fafc752c76a3f52c6be1c2722bfdadaa74f0d26b4f7dd04528ba6b2de7e34f5c6c019c21
checksum: e6eac61ee6785910c30fe99480ec58284071ef541e4070453b6f265d0cf1f67dbb0fe749cb1a2eda1d2e757516b1d2a24fbb6f52817a382feb39fce9e552a729
languageName: node
linkType: hard

Expand Down
Loading