Skip to content

Commit 275933f

Browse files
committed
Update package.json to avoid pbkdf2 issue with global.process.version being used incorrectly
1 parent 90040b8 commit 275933f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"lodash": "^4.17.21",
3636
"node-addon-api": "3.1.0",
3737
"node-machine-id": "^1.1.12",
38-
"pbkdf2": "3.0.3",
3938
"send-keys-native": "file:src/hot-keys/ItemHotkeys/send-keys-native",
4039
"sudo-prompt": "9.2.1",
4140
"vue": "2.6.12",
@@ -48,6 +47,7 @@
4847
},
4948
"devDependencies": {
5049
"@babel/preset-typescript": "7.12.7",
50+
"@electron/notarize": "2.3.2",
5151
"@types/adm-zip": "0.4.33",
5252
"@types/electron-devtools-installer": "2.2.0",
5353
"@types/jest": "26.0.20",
@@ -68,8 +68,6 @@
6868
"electron": "11.2.0",
6969
"electron-builder": "23.0.2",
7070
"electron-devtools-installer": "3.1.1",
71-
"@electron/notarize": "2.3.2",
72-
"electron-rebuild": "2.3.4",
7371
"eslint": ">= 1.6.0 < 7.0.0",
7472
"eslint-plugin-vue": "7.4.1",
7573
"jest": "26.6.3",
@@ -87,6 +85,9 @@
8785
"overrides": {
8886
"vue-cli-plugin-electron-builder": {
8987
"electron-builder": "$electron-builder"
88+
},
89+
"parse-asn1": {
90+
"pbkdf2": "3.0.3"
9091
}
9192
},
9293
"eslintConfig": {

0 commit comments

Comments
 (0)