Bump electron from 11.3.0 to 11.5.0 in /app
Bumps [electron](https://github.com/electron/electron) from 11.3.0 to 11.5.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v11.3.0...v11.5.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e1c8ba1320
commit
bd482433f8
|
@ -49,7 +49,7 @@
|
|||
"devDependencies": {
|
||||
"@types/jquery": "^3.5.5",
|
||||
"chai": "^4.3.0",
|
||||
"electron": "^11.3.0",
|
||||
"electron": "^11.5.0",
|
||||
"electron-installer-common": "^0.10.3",
|
||||
"electron-installer-dmg": "^3.0.0",
|
||||
"electron-packager": "^15.2.0",
|
||||
|
@ -2895,9 +2895,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "11.3.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-11.3.0.tgz",
|
||||
"integrity": "sha512-MhdS0gok3wZBTscLBbYrOhLaQybCSAfkupazbK1dMP5c+84eVMxJE/QGohiWQkzs0tVFIJsAHyN19YKPbelNrQ==",
|
||||
"version": "11.5.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-11.5.0.tgz",
|
||||
"integrity": "sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
@ -13777,9 +13777,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "11.3.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-11.3.0.tgz",
|
||||
"integrity": "sha512-MhdS0gok3wZBTscLBbYrOhLaQybCSAfkupazbK1dMP5c+84eVMxJE/QGohiWQkzs0tVFIJsAHyN19YKPbelNrQ==",
|
||||
"version": "11.5.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-11.5.0.tgz",
|
||||
"integrity": "sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^1.0.1",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"devDependencies": {
|
||||
"@types/jquery": "^3.5.5",
|
||||
"chai": "^4.3.0",
|
||||
"electron": "^11.3.0",
|
||||
"electron": "^11.5.0",
|
||||
"electron-installer-common": "^0.10.3",
|
||||
"electron-installer-dmg": "^3.0.0",
|
||||
"electron-packager": "^15.2.0",
|
||||
|
|
Loading…
Reference in New Issue