Update dependency electron-dl to v3.5.0

This commit is contained in:
renovate[bot] 2022-12-01 14:45:18 +00:00 committed by Salah Benmoussati
parent 4b1c44bd7c
commit 719322b199
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View File

@ -14,7 +14,7 @@
"archiver": "4.0.2",
"async.map": "0.5.2",
"classnames": "2.2.6",
"electron-dl": "3.0.0",
"electron-dl": "3.5.0",
"electron-fetch": "1.9.1",
"electron-log": "4.0.7",
"electron-updater": "^5.0.1",
@ -7960,10 +7960,9 @@
}
},
"node_modules/electron-dl": {
"version": "3.0.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron-dl/-/electron-dl-3.0.0.tgz",
"integrity": "sha1-QsXLVyr0TpCzqktwmhSr5wG7wxw=",
"license": "MIT",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-3.5.0.tgz",
"integrity": "sha512-Oj+VSuScVx8hEKM2HEvTQswTX6G3MLh7UoAz/oZuvKyNDfudNi1zY6PK/UnFoK1nCl9DF6k+3PFwElKbtZlDig==",
"dependencies": {
"ext-name": "^5.0.0",
"pupa": "^2.0.1",
@ -26712,9 +26711,9 @@
}
},
"electron-dl": {
"version": "3.0.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron-dl/-/electron-dl-3.0.0.tgz",
"integrity": "sha1-QsXLVyr0TpCzqktwmhSr5wG7wxw=",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-3.5.0.tgz",
"integrity": "sha512-Oj+VSuScVx8hEKM2HEvTQswTX6G3MLh7UoAz/oZuvKyNDfudNi1zY6PK/UnFoK1nCl9DF6k+3PFwElKbtZlDig==",
"requires": {
"ext-name": "^5.0.0",
"pupa": "^2.0.1",

View File

@ -204,7 +204,7 @@
"archiver": "4.0.2",
"async.map": "0.5.2",
"classnames": "2.2.6",
"electron-dl": "3.0.0",
"electron-dl": "3.5.0",
"electron-fetch": "1.9.1",
"electron-log": "4.0.7",
"electron-updater": "^5.0.1",