Bump electron-context-menu from 2.2.0 to 2.3.0

Bumps [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/sindresorhus/electron-context-menu/releases)
- [Commits](https://github.com/sindresorhus/electron-context-menu/compare/v2.2.0...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-10 09:44:19 +00:00 committed by GitHub
parent 608bbd1891
commit 59dcdd892c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -11610,9 +11610,9 @@
}
},
"electron-context-menu": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/electron-context-menu/-/electron-context-menu-2.2.0.tgz",
"integrity": "sha512-ArnzPlGqBrkOFOAWbq4aVWMtN6ZfYxVNon8s+akOm7ffnNv8yqYi4EPiMeQ5UU894dPi7I1PhTGVKBlOQM4a1g==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/electron-context-menu/-/electron-context-menu-2.3.0.tgz",
"integrity": "sha512-XYsYkNY+jvX4C5o09qMuZoKL6e9frnQzBFehZSIiKp6zK0u3XYowJYDyK3vDKKZxYsOIGiE/Gbx40jERC03Ctw==",
"requires": {
"cli-truncate": "^2.0.0",
"electron-dl": "^3.0.0",
@ -11753,9 +11753,9 @@
}
},
"electron-dl": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-3.0.1.tgz",
"integrity": "sha512-JHEsUCusT7x/i682LNl1gJYWTiic71Sp3ykdvwbgywGuY19dLUd3VqkE5zI905e4Wy+G/pDcLjoeFo0SgCm3CA==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/electron-dl/-/electron-dl-3.0.2.tgz",
"integrity": "sha512-pRgE9Jbhoo5z6Vk3qi+vIrfpMDlCp2oB1UeR96SMnsfz073jj0AZGQwp69EdIcEvlUlwBSGyJK8Jt6OB6JLn+g==",
"requires": {
"ext-name": "^5.0.0",
"pupa": "^2.0.1",

View File

@ -173,7 +173,7 @@
"blueimp-load-image": "^5.14.0",
"boom": "^7.3.0",
"deep-extend": "^0.6.0",
"electron-context-menu": "^2.2.0",
"electron-context-menu": "^2.3.0",
"electron-json-storage": "^4.2.0",
"electron-log": "^4.2.2",
"electron-window-state": "^5.0.3",