mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
patch: bump i18next to 23.6.0 and react-i18next to 13.3.0
This commit is contained in:
parent
72563a72fc
commit
6cb2638798
46
npm-shrinkwrap.json
generated
46
npm-shrinkwrap.json
generated
@ -45,7 +45,7 @@
|
||||
"etcher-sdk": "8.7.2",
|
||||
"file-loader": "6.2.0",
|
||||
"husky": "8.0.3",
|
||||
"i18next": "23.5.1",
|
||||
"i18next": "23.6.0",
|
||||
"immutable": "3.8.2",
|
||||
"lint-staged": "15.0.1",
|
||||
"lodash": "4.17.21",
|
||||
@ -60,11 +60,11 @@
|
||||
"pretty-bytes": "6.1.1",
|
||||
"react": "16.8.5",
|
||||
"react-dom": "16.8.5",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-i18next": "13.3.0",
|
||||
"redux": "4.2.0",
|
||||
"rendition": "19.3.2",
|
||||
"semver": "7.5.4",
|
||||
"sinon": "16.1.1",
|
||||
"sinon": "16.1.3",
|
||||
"style-loader": "2.0.0",
|
||||
"styled-components": "5.3.6",
|
||||
"sys-class-rgb-led": "3.0.1",
|
||||
@ -11003,9 +11003,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/i18next": {
|
||||
"version": "23.5.1",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.1.tgz",
|
||||
"integrity": "sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==",
|
||||
"version": "23.6.0",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.6.0.tgz",
|
||||
"integrity": "sha512-z0Cxr0MGkt+kli306WS4nNNM++9cgt2b2VCMprY92j+AIab/oclgPxdwtTZVLP1zn5t5uo8M6uLsZmYrcjr3HA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@ -15078,15 +15078,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-i18next": {
|
||||
"version": "11.18.6",
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.3.0.tgz",
|
||||
"integrity": "sha512-FlR9xjYHSPIJfQspEmkN0yOlxgRyNuiJKJ8gCaZH08UJ7SZHG+VrptEPcpEMEchjNoCOZdKcvJ3PnmHEZhkeXg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"@babel/runtime": "^7.22.5",
|
||||
"html-parse-stringify": "^3.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"i18next": ">= 19.0.0",
|
||||
"i18next": ">= 23.2.3",
|
||||
"react": ">= 16.8.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@ -16277,11 +16278,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sinon": {
|
||||
"version": "16.1.1",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.1.tgz",
|
||||
"integrity": "sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg==",
|
||||
"version": "16.1.3",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.3.tgz",
|
||||
"integrity": "sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@sinonjs/commons": "^3.0.0",
|
||||
"@sinonjs/fake-timers": "^10.3.0",
|
||||
@ -26185,9 +26185,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"i18next": {
|
||||
"version": "23.5.1",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.5.1.tgz",
|
||||
"integrity": "sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==",
|
||||
"version": "23.6.0",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.6.0.tgz",
|
||||
"integrity": "sha512-z0Cxr0MGkt+kli306WS4nNNM++9cgt2b2VCMprY92j+AIab/oclgPxdwtTZVLP1zn5t5uo8M6uLsZmYrcjr3HA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.22.5"
|
||||
@ -28802,10 +28802,12 @@
|
||||
}
|
||||
},
|
||||
"react-i18next": {
|
||||
"version": "11.18.6",
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.3.0.tgz",
|
||||
"integrity": "sha512-FlR9xjYHSPIJfQspEmkN0yOlxgRyNuiJKJ8gCaZH08UJ7SZHG+VrptEPcpEMEchjNoCOZdKcvJ3PnmHEZhkeXg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"@babel/runtime": "^7.22.5",
|
||||
"html-parse-stringify": "^3.0.1"
|
||||
}
|
||||
},
|
||||
@ -29643,9 +29645,9 @@
|
||||
}
|
||||
},
|
||||
"sinon": {
|
||||
"version": "16.1.1",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.1.tgz",
|
||||
"integrity": "sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg==",
|
||||
"version": "16.1.3",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.3.tgz",
|
||||
"integrity": "sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@sinonjs/commons": "^3.0.0",
|
||||
|
@ -86,7 +86,7 @@
|
||||
"etcher-sdk": "8.7.2",
|
||||
"file-loader": "6.2.0",
|
||||
"husky": "8.0.3",
|
||||
"i18next": "23.5.1",
|
||||
"i18next": "23.6.0",
|
||||
"immutable": "3.8.2",
|
||||
"lint-staged": "15.0.1",
|
||||
"lodash": "4.17.21",
|
||||
@ -101,7 +101,7 @@
|
||||
"pretty-bytes": "6.1.1",
|
||||
"react": "16.8.5",
|
||||
"react-dom": "16.8.5",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-i18next": "13.3.0",
|
||||
"redux": "4.2.0",
|
||||
"rendition": "19.3.2",
|
||||
"semver": "7.5.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user