Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
fix: upgrade electron-context-menu from 3.1.2 to 3.2.0 (#679)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade electron-context-menu from 3.1.2 to 3.2.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/mrgodhani/project/c5d7c382-bbb5-4c36-9c27-31954695b6a0?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored Jul 2, 2022
1 parent 19e3f97 commit 8d92315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cross-fetch": "^3.1.3-alpha.6",
"crypto-js": "^4.0.0",
"dayjs": "^1.11.1",
"electron-context-menu": "^3.1.2",
"electron-context-menu": "^3.2.0",
"electron-log": "^4.2.2",
"electron-store": "^8.0.2",
"electron-updater": "^4.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5241,10 +5241,10 @@ electron-builder@^23.0.3:
update-notifier "^5.1.0"
yargs "^17.0.1"

electron-context-menu@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.1.2.tgz#0f550e47df39cb25c03e0f4bf840ce5c9fefcdd5"
integrity sha512-nNzu4w14n7mOR+4cLjRC9cEFqGUsAY76seOm0sw3f4OxEfX/d75m7HYekyp5b+0m7Ixy2KN/Mrljw1zLmpyV2w==
electron-context-menu@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.3.0.tgz#cbcc4544ede2bf5629d4ad9911eaa94ae23cd38f"
integrity sha512-7VuDaJQK3ybCm/Buzo9rVhOiZ3VJloHJ/xVtZ4xN6n4fEk1fqOeELSk3tMDVQKnu8pUhayvzsAL0f5tSHwvHAQ==
dependencies:
cli-truncate "^2.1.0"
electron-dl "^3.2.1"
Expand Down

0 comments on commit 8d92315

Please sign in to comment.