Skip to content

Commit

Permalink
fix(deps): update dependency i18next to ^21.2.0 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 29, 2021
1 parent 1b34c1e commit 2509ee4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"resolutions": {
"acorn": "^8.5.0",
"dot-prop": "^6.0.1",
"i18next": "^21.1.1",
"i18next": "^21.2.0",
"jest-environment-jsdom": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
"jest-jasmine2": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
"kind-of": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/package.json
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@sapphire/utilities": "^2.0.1",
"@types/i18next-fs-backend": "^1.1.2",
"i18next": "^21.1.1",
"i18next": "^21.2.0",
"i18next-fs-backend": "^1.1.1",
"tslib": "^2.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4064,10 +4064,10 @@ i18next-fs-backend@^1.1.1:
resolved "https://registry.yarnpkg.com/i18next-fs-backend/-/i18next-fs-backend-1.1.1.tgz#1d8028926803f63784ffa0f2b1478fb369f92735"
integrity sha512-RFkfy10hNxJqc7MVAp5iAZq0Tum6msBCNebEe3OelOBvrROvzHUPaR8Qe10RQrOGokTm0W4vJGEJzruFkEt+hQ==

i18next@^21.0.1, i18next@^21.1.1:
version "21.1.1"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.1.1.tgz#e7569de4d9fea2972c28ca4c334d13799b94ce76"
integrity sha512-oBEi+3MI/jEv0DifAmA+e47WAS55Sv6yG2CmZ0Kpz/VGu8rTQARJGRkwhMcLhcIi+JYmxmfBD/DQ/7Ho3FYryw==
i18next@^21.0.1, i18next@^21.2.0:
version "21.2.0"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.2.0.tgz#07346948d8c1e7be91518897839f8158c50dd76d"
integrity sha512-I2BLM/YNyEjCzRak1kL3uYYawwkfduQbNramMx7uMjjbos3zGZB1ag6dgbdoTR0baR34fpG4X4oWKaQExNo8wg==
dependencies:
"@babel/runtime" "^7.12.0"

Expand Down

0 comments on commit 2509ee4

Please sign in to comment.