mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Update dependency react-i18next to v11.8.14
This commit is contained in:
parent
dcdeacbc1c
commit
18c61d8256
2 changed files with 11 additions and 11 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -14076,9 +14076,9 @@
|
|||
"integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ=="
|
||||
},
|
||||
"html-parse-stringify": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.0.tgz",
|
||||
"integrity": "sha512-TrTKp/U0tACrpqalte/VhxepqMLii2mOfC8iuOt4+VA7Zdi6BUKKqNJvEsO17Cr3T3E7PpqLe3NdLII6bcYJgg==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
|
||||
"integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
|
||||
"requires": {
|
||||
"void-elements": "3.1.0"
|
||||
}
|
||||
|
@ -20193,18 +20193,18 @@
|
|||
}
|
||||
},
|
||||
"react-i18next": {
|
||||
"version": "11.8.13",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.13.tgz",
|
||||
"integrity": "sha512-KTNuLYnEwI9y54nSEal4yBxXBnfCCfh7t/0p/UHfhlGNcIMu+V4x/y5zGKzbOEK4noQrUzZ+J47RPYH7rMs2ZQ==",
|
||||
"version": "11.8.14",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.14.tgz",
|
||||
"integrity": "sha512-IlfmezceEic7nMkhK39bYSV1tXqcOraLpiBc8ADN7CfoqTpANW6/UmNUvtlj0jEdpI69fQ2bO9+ZmTxeAg5ehA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.13.6",
|
||||
"html-parse-stringify": "^3.0.0"
|
||||
"html-parse-stringify": "^3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.13.10",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
|
||||
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
|
||||
"version": "7.13.17",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz",
|
||||
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"react-dom": "17.0.2",
|
||||
"react-github-btn": "1.2.0",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-i18next": "11.8.13",
|
||||
"react-i18next": "11.8.14",
|
||||
"tsparticles": "1.26.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue