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.1 to 3.1.2 (#642)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade electron-context-menu from 3.1.1 to 3.1.2.

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 Mar 8, 2022
1 parent f79882e commit 75c7436
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.8.31",
"electron-context-menu": "^3.0.0",
"electron-context-menu": "^3.1.2",
"electron-log": "^4.2.2",
"electron-store": "^8.0.0",
"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 @@ -5112,10 +5112,10 @@ electron-builder@^22.14.13:
update-notifier "^5.1.0"
yargs "^17.0.1"

electron-context-menu@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.1.1.tgz#109884e79df293f7e85effcbdbbe45d362987d94"
integrity sha512-LJhwaKf6XHwk2LQ5SdwoGNODoA8lRwks9bbEeAqqMf4e3hsrT7pZtX6MaHKYNFZKxF14JjI/VR+VRjGvxmaQoA==
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==
dependencies:
cli-truncate "^2.1.0"
electron-dl "^3.2.1"
Expand Down

0 comments on commit 75c7436

Please sign in to comment.