patch: bump i18next to 23.5.1

This commit is contained in:
Edwin Joassart 2023-10-18 17:27:56 +02:00
parent 79e072e1a0
commit 3e6e762ef5
2 changed files with 10 additions and 7 deletions

15
npm-shrinkwrap.json generated
View File

@ -45,7 +45,7 @@
"etcher-sdk": "8.3.1", "etcher-sdk": "8.3.1",
"file-loader": "6.2.0", "file-loader": "6.2.0",
"husky": "8.0.3", "husky": "8.0.3",
"i18next": "21.10.0", "i18next": "23.5.1",
"immutable": "3.8.2", "immutable": "3.8.2",
"lint-staged": "10.5.4", "lint-staged": "10.5.4",
"lodash": "4.17.21", "lodash": "4.17.21",
@ -11094,7 +11094,9 @@
} }
}, },
"node_modules/i18next": { "node_modules/i18next": {
"version": "21.10.0", "version": "23.5.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.1.tgz",
"integrity": "sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -11110,9 +11112,8 @@
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.2" "@babel/runtime": "^7.22.5"
} }
}, },
"node_modules/iconv-corefoundation": { "node_modules/iconv-corefoundation": {
@ -26227,10 +26228,12 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "21.10.0", "version": "23.5.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.1.tgz",
"integrity": "sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.17.2" "@babel/runtime": "^7.22.5"
} }
}, },
"iconv-corefoundation": { "iconv-corefoundation": {

View File

@ -86,7 +86,7 @@
"etcher-sdk": "8.3.1", "etcher-sdk": "8.3.1",
"file-loader": "6.2.0", "file-loader": "6.2.0",
"husky": "8.0.3", "husky": "8.0.3",
"i18next": "21.10.0", "i18next": "23.5.1",
"immutable": "3.8.2", "immutable": "3.8.2",
"lint-staged": "10.5.4", "lint-staged": "10.5.4",
"lodash": "4.17.21", "lodash": "4.17.21",