mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-01 11:17:15 +02:00
Update dependency react-i18next to v11.15.5
This commit is contained in:
parent
f815cc6279
commit
648b448e00
3 changed files with 12 additions and 12 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -57,7 +57,7 @@
|
|||
"react-dom": "17.0.2",
|
||||
"react-github-btn": "1.2.1",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-i18next": "11.15.4",
|
||||
"react-i18next": "11.15.5",
|
||||
"sass": "1.49.8",
|
||||
"tsparticles": "1.41.4",
|
||||
"typed-scss-modules": "6.2.0",
|
||||
|
@ -17414,9 +17414,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-i18next": {
|
||||
"version": "11.15.4",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.4.tgz",
|
||||
"integrity": "sha512-jKJNAcVcbPGK+yrTcXhLblgPY16n6NbpZZL3Mk8nswj1v3ayIiUBVDU09SgqnT+DluyQBS97hwSvPU5yVFG0yg==",
|
||||
"version": "11.15.5",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.5.tgz",
|
||||
"integrity": "sha512-vBWuVEQgrhZrGKpyv8FmJ7Zs5jRQWl794Tte7yzJ0okZqqi3jd6j2pLYNg441WcREsbIOvWdiDXbY7W6E93p1A==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"html-escaper": "^2.0.2",
|
||||
|
@ -35023,9 +35023,9 @@
|
|||
}
|
||||
},
|
||||
"react-i18next": {
|
||||
"version": "11.15.4",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.4.tgz",
|
||||
"integrity": "sha512-jKJNAcVcbPGK+yrTcXhLblgPY16n6NbpZZL3Mk8nswj1v3ayIiUBVDU09SgqnT+DluyQBS97hwSvPU5yVFG0yg==",
|
||||
"version": "11.15.5",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.5.tgz",
|
||||
"integrity": "sha512-vBWuVEQgrhZrGKpyv8FmJ7Zs5jRQWl794Tte7yzJ0okZqqi3jd6j2pLYNg441WcREsbIOvWdiDXbY7W6E93p1A==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"html-escaper": "^2.0.2",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"react-dom": "17.0.2",
|
||||
"react-github-btn": "1.2.1",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-i18next": "11.15.4",
|
||||
"react-i18next": "11.15.5",
|
||||
"sass": "1.49.8",
|
||||
"tsparticles": "1.41.4",
|
||||
"typed-scss-modules": "6.2.0",
|
||||
|
|
|
@ -10204,10 +10204,10 @@ react-helmet@6.1.0, react-helmet@^6.1.0:
|
|||
react-fast-compare "^3.1.1"
|
||||
react-side-effect "^2.1.0"
|
||||
|
||||
react-i18next@11.15.4:
|
||||
version "11.15.4"
|
||||
resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.4.tgz"
|
||||
integrity sha512-jKJNAcVcbPGK+yrTcXhLblgPY16n6NbpZZL3Mk8nswj1v3ayIiUBVDU09SgqnT+DluyQBS97hwSvPU5yVFG0yg==
|
||||
react-i18next@11.15.5:
|
||||
version "11.15.5"
|
||||
resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.5.tgz"
|
||||
integrity sha512-vBWuVEQgrhZrGKpyv8FmJ7Zs5jRQWl794Tte7yzJ0okZqqi3jd6j2pLYNg441WcREsbIOvWdiDXbY7W6E93p1A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.14.5"
|
||||
html-escaper "^2.0.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue