Upgrade electron@34.0.0 (#2263)

This commit is contained in:
Kiran Niranjan 2025-01-16 08:24:26 +05:30 committed by GitHub
parent ecfc1ed083
commit d202755646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -10,7 +10,6 @@
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@symphony/symphony-c9-shell": "3.38.0-94.195",
"@types/lazy-brush": "^1.0.0",
"adm-zip": "^0.5.10",
"bplist-parser": "^0.3.2",
@ -43,7 +42,7 @@
"cheerio": "v1.0.0-rc.12",
"cross-env": "7.0.3",
"del": "3.0.0",
"electron": "33.3.0",
"electron": "34.0.0",
"electron-builder": "^24.13.2",
"electron-devtools-installer": "^3.2.0",
"electron-icon-maker": "0.0.5",
@ -6389,9 +6388,9 @@
}
},
"node_modules/electron": {
"version": "33.3.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron/-/electron-33.3.0.tgz",
"integrity": "sha512-316ZlFUHJmzGrhRj87tVStxyYvknDqVR9eYSsGKAHY7auhVWFLIcPPGxcnbD/H1mez8CpDjXvEjcz76zpWxsXw==",
"version": "34.0.0",
"resolved": "https://repo.symphony.com/artifactory/api/npm/npm-virtual-dev/electron/-/electron-34.0.0.tgz",
"integrity": "sha512-fpaPb0lifoUJ6UJa4Lk8/0B2Ku/xDZWdc1Gkj67jbygTCrvSon0qquju6Ltx1Kz23GRqqlIHXiy9EvrjpY7/Wg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View File

@ -186,7 +186,7 @@
"cheerio": "v1.0.0-rc.12",
"cross-env": "7.0.3",
"del": "3.0.0",
"electron": "33.3.0",
"electron": "34.0.0",
"electron-builder": "^24.13.2",
"electron-devtools-installer": "^3.2.0",
"electron-icon-maker": "0.0.5",