diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 12:44:42 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 12:44:42 -0400 |
| commit | dae643e2513e2902b96dfa4510a89dcaf8fb6201 (patch) | |
| tree | 6db32da5d7ec39abb3556d821449d1223baa7ca3 /package.json | |
| parent | d039f0bab277f841ab5f69715d94e1114de512b3 (diff) | |
| download | YouTube-TV-Client-dae643e2513e2902b96dfa4510a89dcaf8fb6201.tar.gz YouTube-TV-Client-dae643e2513e2902b96dfa4510a89dcaf8fb6201.tar.bz2 YouTube-TV-Client-dae643e2513e2902b96dfa4510a89dcaf8fb6201.zip | |
More security fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 512ebc3..a3ac49a 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "dist": "electron-builder" }, "dependencies": { - "electron-log": "^4.4.1", - "electron-updater": "^4.3.9" + "electron-log": "^4.4.8", + "electron-updater": "^5.0.5" }, "devDependencies": { - "electron": "^13.3.0", - "electron-builder": "^22.11.7" + "electron": "^19.0.8", + "electron-builder": "^23.1.0" }, "build": { "appId": "me.alee14.ytvclient", |
