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

Commit 75c7436

Browse files
authored
fix: upgrade electron-context-menu from 3.1.1 to 3.1.2 (#642)
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
1 parent f79882e commit 75c7436

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cross-fetch": "^3.1.3-alpha.6",
3333
"crypto-js": "^4.0.0",
3434
"dayjs": "^1.8.31",
35-
"electron-context-menu": "^3.0.0",
35+
"electron-context-menu": "^3.1.2",
3636
"electron-log": "^4.2.2",
3737
"electron-store": "^8.0.0",
3838
"electron-updater": "^4.6.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5112,10 +5112,10 @@ electron-builder@^22.14.13:
51125112
update-notifier "^5.1.0"
51135113
yargs "^17.0.1"
51145114

5115-
electron-context-menu@^3.0.0:
5116-
version "3.1.1"
5117-
resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.1.1.tgz#109884e79df293f7e85effcbdbbe45d362987d94"
5118-
integrity sha512-LJhwaKf6XHwk2LQ5SdwoGNODoA8lRwks9bbEeAqqMf4e3hsrT7pZtX6MaHKYNFZKxF14JjI/VR+VRjGvxmaQoA==
5115+
electron-context-menu@^3.1.2:
5116+
version "3.1.2"
5117+
resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.1.2.tgz#0f550e47df39cb25c03e0f4bf840ce5c9fefcdd5"
5118+
integrity sha512-nNzu4w14n7mOR+4cLjRC9cEFqGUsAY76seOm0sw3f4OxEfX/d75m7HYekyp5b+0m7Ixy2KN/Mrljw1zLmpyV2w==
51195119
dependencies:
51205120
cli-truncate "^2.1.0"
51215121
electron-dl "^3.2.1"

0 commit comments

Comments
 (0)