Update dependency i18next to v21.6.13

This commit is contained in:
Renovate Bot 2022-03-03 11:08:08 +00:00 committed by renovate[bot]
parent 49211a6099
commit 49091cb94a
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -48,7 +48,7 @@
"gatsby-transformer-json": "4.7.0", "gatsby-transformer-json": "4.7.0",
"gatsby-transformer-sharp": "4.7.0", "gatsby-transformer-sharp": "4.7.0",
"hamburger-react": "2.4.1", "hamburger-react": "2.4.1",
"i18next": "21.6.12", "i18next": "21.6.13",
"locale": "0.1.0", "locale": "0.1.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"lucide-react": "0.17.6", "lucide-react": "0.17.6",
@ -12623,9 +12623,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "21.6.12", "version": "21.6.13",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
"integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==", "integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
@ -31502,9 +31502,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "21.6.12", "version": "21.6.13",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
"integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==", "integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }

View file

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

View file

@ -7037,10 +7037,10 @@ husky@7.0.4:
resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz" resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
i18next@21.6.12: i18next@21.6.13:
version "21.6.12" version "21.6.13"
resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz" resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz"
integrity sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw== integrity sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==
dependencies: dependencies:
"@babel/runtime" "^7.12.0" "@babel/runtime" "^7.12.0"