Skip to content

Commit

Permalink
fix: upgrade i18next from 23.7.8 to 23.7.9
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade i18next from 23.7.8 to 23.7.9.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dlobo/project/6f510e1d-4ed6-43d9-9454-67f2e4178b5e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 3, 2024
1 parent ccc3d17 commit fda358d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"formik": "^2.4.5",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.2",
"i18next": "^23.7.8",
"i18next": "^23.7.9",
"i18next-browser-languagedetector": "^7.2.0",
"interweave": "^13.1.0",
"interweave-autolink": "^5.1.1",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3344,13 +3344,20 @@ i18next-parser@^8.9.0:
vinyl-fs "^4.0.0"
vue-template-compiler "^2.6.11"

i18next@^23.5.1, i18next@^23.7.8:
i18next@^23.5.1:
version "23.7.8"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.7.8.tgz#c59d5f4fb7761d67ceaa9ebea86a35aba0f846b2"
integrity sha512-yCe9964O+1abdIG01AOzk6P9mQi0HVJV1B57whYJQu6TjmrB9JHHDYonDI8amGt6M6b9bP3x3R0Zh7ROmvX7JQ==
dependencies:
"@babel/runtime" "^7.23.2"

i18next@^23.7.9:
version "23.7.15"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.7.15.tgz#62d19a6edfef15e6ca7f94d0fc9dab9012db7787"
integrity sha512-WukNgiqkUgU7xSaY8k2B4nXNesD+O8O4ta5g344U5B6Ag7mG61A1EBcDmktFgc4aL447V0cmpjw5l18v58KUfg==
dependencies:
"@babel/runtime" "^7.23.2"

[email protected], iconv-lite@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
Expand Down

0 comments on commit fda358d

Please sign in to comment.