diff options
author | Devine Lu Linvega <[email protected]> | 2019-05-05 07:28:16 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-05-05 07:28:18 +0900 |
commit | 7afd2f9b41875ae35b78fab791e09abffd9dbccd (patch) | |
tree | 9317560b06b1ba232789e257faff5d45ed443d1d /desktop/package-lock.json | |
parent | 4255f762a5b12bdc1bd4b5e4a7905644b56ed8ef (diff) | |
download | Orca-7afd2f9b41875ae35b78fab791e09abffd9dbccd.tar.gz Orca-7afd2f9b41875ae35b78fab791e09abffd9dbccd.zip |
Updated electron
Diffstat (limited to 'desktop/package-lock.json')
-rw-r--r-- | desktop/package-lock.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 33dfaa8..d2073e7 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@types/node": { - "version": "10.14.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.5.tgz", - "integrity": "sha512-Ja7d4s0qyGFxjGeDq5S7Si25OFibSAHUi6i17UWnwNnpitADN7hah9q0Tl25gxuV5R1u2Bx+np6w4LHXfHyj/g==", + "version": "10.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.6.tgz", + "integrity": "sha512-Fvm24+u85lGmV4hT5G++aht2C5I4Z4dYlWZIh62FAfFO/TfzXtPpoLI6I7AuBWkIFqZCnhFOoTT7RjjaIL5Fjg==", "dev": true }, "ajv": { @@ -340,9 +340,9 @@ } }, "electron": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-5.0.0.tgz", - "integrity": "sha512-++emIe4vLihiYiAVL+E8DT5vSNVFEIuQCRxA+VfpDRVBcog85UB28vi4ogRmMOK3UffzKdWV6e1jqp3T0KpBoA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-5.0.1.tgz", + "integrity": "sha512-8KksyhAPcpXVeO8ViVGxfZAuf8yEVBCtV0h/lMBD8VFbCQ9icej1K5csCFAGirbZbqOz5IdsBZX9Gpb9n4RCag==", "dev": true, "requires": { "@types/node": "^10.12.18", @@ -1316,9 +1316,9 @@ } }, "rcedit": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.1.1.tgz", - "integrity": "sha512-6NjOhOpkvbc/gpMEfk2hpXuWyHfbLFN8as5jx3jf4bhELvouRoYvc8d/W3NVVPwEBF1ICfbpwp1oRm8OJ2WDWw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.1.2.tgz", + "integrity": "sha512-z2ypB4gbINhI6wVe0JJMmdpmOpmNc4g90sE6/6JSuch5kYnjfz9CxvVPqqhShgR6GIkmtW3W2UlfiXhWljA0Fw==", "dev": true }, "read-pkg": { |