Update dependency i18next to v21.6.14

This commit is contained in:
Renovate Bot 2022-03-09 15:18:56 +00:00 committed by renovate[bot]
parent ee73b423ec
commit 58729f0b9b
3 changed files with 16 additions and 16 deletions

18
package-lock.json generated
View file

@ -48,7 +48,7 @@
"gatsby-transformer-json": "4.7.0",
"gatsby-transformer-sharp": "4.7.0",
"hamburger-react": "2.4.1",
"i18next": "21.6.13",
"i18next": "21.6.14",
"locale": "0.1.0",
"lodash": "4.17.21",
"lucide-react": "0.17.9",
@ -12623,9 +12623,9 @@
}
},
"node_modules/i18next": {
"version": "21.6.13",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
"integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
"version": "21.6.14",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.14.tgz",
"integrity": "sha512-XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ==",
"funding": [
{
"type": "individual",
@ -12641,7 +12641,7 @@
}
],
"dependencies": {
"@babel/runtime": "^7.12.0"
"@babel/runtime": "^7.17.2"
}
},
"node_modules/iconv-lite": {
@ -31502,11 +31502,11 @@
"dev": true
},
"i18next": {
"version": "21.6.13",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
"integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
"version": "21.6.14",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.14.tgz",
"integrity": "sha512-XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ==",
"requires": {
"@babel/runtime": "^7.12.0"
"@babel/runtime": "^7.17.2"
}
},
"iconv-lite": {

View file

@ -58,7 +58,7 @@
"gatsby-transformer-json": "4.7.0",
"gatsby-transformer-sharp": "4.7.0",
"hamburger-react": "2.4.1",
"i18next": "21.6.13",
"i18next": "21.6.14",
"locale": "0.1.0",
"lodash": "4.17.21",
"lucide-react": "0.17.9",

View file

@ -1042,7 +1042,7 @@
core-js-pure "^3.20.2"
regenerator-runtime "^0.13.4"
"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.17.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.17.2"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz"
integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
@ -7037,12 +7037,12 @@ husky@7.0.4:
resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
i18next@21.6.13:
version "21.6.13"
resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz"
integrity sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==
i18next@21.6.14:
version "21.6.14"
resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.14.tgz"
integrity sha512-XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ==
dependencies:
"@babel/runtime" "^7.12.0"
"@babel/runtime" "^7.17.2"
i18next@^19.8.3:
version "19.9.2"