chore: upgrade @electron/get version to ^1.14.1 (#33259)

Co-authored-by: Mark Lee <malept@users.noreply.github.com>
This commit is contained in:
Black-Hole 2022-03-23 00:41:21 +08:00 committed by GitHub
parent feff8b3584
commit 3aec1c3e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
"postinstall": "node install.js" "postinstall": "node install.js"
}, },
"dependencies": { "dependencies": {
"@electron/get": "^1.13.0", "@electron/get": "^1.14.1",
"@types/node": "^14.6.2", "@types/node": "^14.6.2",
"extract-zip": "^1.0.3" "extract-zip": "^1.0.3"
}, },