Update package lock.

This commit is contained in:
Michael Teeuw 2020-01-01 21:23:25 +01:00
parent 4b5a3ed44d
commit 61b8871ead

8
package-lock.json generated
View File

@ -2245,12 +2245,12 @@
"dev": true
},
"electron": {
"version": "6.1.7",
"resolved": "https://registry.npmjs.org/electron/-/electron-6.1.7.tgz",
"integrity": "sha512-QhBA/fcYJit2XJGkD2xEfxlWTtTaWYu7qkKVohtVWXpELFqkpel2DCDxet5BTo0qs8ukuZHxlQPnIonODnl2bw==",
"version": "3.1.13",
"resolved": "https://registry.npmjs.org/electron/-/electron-3.1.13.tgz",
"integrity": "sha512-aRNywoUSO1Va/lpU4nz3K6GDyFqYtlOnHGLcERAAHfhB+IJrJ34cUJW4FVBpm43AwvUdAeuCkVKRLtOmrgx5CA==",
"optional": true,
"requires": {
"@types/node": "^10.12.18",
"@types/node": "^10.1.4",
"electron-download": "^4.1.0",
"extract-zip": "^1.0.3"
}