1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Electron: Upgraded Electron to 1.7.11 to fix security vulnerability

This commit is contained in:
Laurent Cozic
2018-01-23 18:10:30 +00:00
parent 26e3a7b68c
commit c011b53d1f
2 changed files with 8 additions and 8 deletions

View File

@ -29,9 +29,9 @@
"optional": true "optional": true
}, },
"@types/node": { "@types/node": {
"version": "7.0.46", "version": "7.0.52",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.46.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.52.tgz",
"integrity": "sha512-u+JAi1KtmaUoU/EHJkxoiuvzyo91FCE41Z9TZWWcOUU3P8oUdlDLdrGzCGWySPgbRMD17B0B+1aaJLYI9egQ6A==", "integrity": "sha512-jjpyQsKGsOF/wUElNjfPULk+d8PKvJOIXk3IUeBYYmNCy5dMWfrI+JiixYNw8ppKOlcRwWTXFl0B+i5oGrf95Q==",
"dev": true "dev": true
}, },
"ajv": { "ajv": {
@ -1302,12 +1302,12 @@
"dev": true "dev": true
}, },
"electron": { "electron": {
"version": "1.7.9", "version": "1.7.11",
"resolved": "https://registry.npmjs.org/electron/-/electron-1.7.9.tgz", "resolved": "https://registry.npmjs.org/electron/-/electron-1.7.11.tgz",
"integrity": "sha1-rdVOn4+D7QL2UZ7BATX2mLGTNs8=", "integrity": "sha1-mTtqp54OeafPzDafTIE/vZoLCNk=",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "7.0.46", "@types/node": "7.0.52",
"electron-download": "3.3.0", "electron-download": "3.3.0",
"extract-zip": "1.6.6" "extract-zip": "1.6.6"
} }

View File

@ -41,7 +41,7 @@
"devDependencies": { "devDependencies": {
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-preset-react": "^6.24.1", "babel-preset-react": "^6.24.1",
"electron": "^1.7.9", "electron": "^1.7.11",
"electron-builder": "^19.45.4" "electron-builder": "^19.45.4"
}, },
"optionalDependencies": { "optionalDependencies": {