Merge pull request #1692 from h3poteto/dependabot/npm_and_yarn/electron-context-menu-2.3.0

Bump electron-context-menu from 2.2.0 to 2.3.0
This commit is contained in:
AkiraFukushima 2020-08-31 13:22:37 +09:00 committed by GitHub
commit 6f4ae6e1b3
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

@ -11706,9 +11706,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",
@ -11849,9 +11849,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",