mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-02 11:46:19 +02:00
Update dependency i18next to v21.6.13
This commit is contained in:
parent
49211a6099
commit
49091cb94a
3 changed files with 12 additions and 12 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -48,7 +48,7 @@
|
|||
"gatsby-transformer-json": "4.7.0",
|
||||
"gatsby-transformer-sharp": "4.7.0",
|
||||
"hamburger-react": "2.4.1",
|
||||
"i18next": "21.6.12",
|
||||
"i18next": "21.6.13",
|
||||
"locale": "0.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"lucide-react": "0.17.6",
|
||||
|
@ -12623,9 +12623,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/i18next": {
|
||||
"version": "21.6.12",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz",
|
||||
"integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==",
|
||||
"version": "21.6.13",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
|
||||
"integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
|
@ -31502,9 +31502,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"i18next": {
|
||||
"version": "21.6.12",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz",
|
||||
"integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==",
|
||||
"version": "21.6.13",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz",
|
||||
"integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.0"
|
||||
}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"gatsby-transformer-json": "4.7.0",
|
||||
"gatsby-transformer-sharp": "4.7.0",
|
||||
"hamburger-react": "2.4.1",
|
||||
"i18next": "21.6.12",
|
||||
"i18next": "21.6.13",
|
||||
"locale": "0.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"lucide-react": "0.17.6",
|
||||
|
|
|
@ -7037,10 +7037,10 @@ husky@7.0.4:
|
|||
resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
|
||||
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
|
||||
|
||||
i18next@21.6.12:
|
||||
version "21.6.12"
|
||||
resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz"
|
||||
integrity sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==
|
||||
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==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.0"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue