Skip to content

Commit 721f733

Browse files
committed
update electron to 16.0.8
1 parent 3150487 commit 721f733

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"ytpl": "^2.2.3"
100100
},
101101
"devDependencies": {
102-
"electron": "^16.0.7",
102+
"electron": "^16.0.8",
103103
"electron-builder": "^22.10.5",
104104
"electron-devtools-installer": "^3.1.1",
105105
"electron-icon-maker": "0.0.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3144,10 +3144,10 @@ electron-updater@^4.6.3:
31443144
lodash.isequal "^4.5.0"
31453145
semver "^7.3.5"
31463146

3147-
electron@^16.0.7:
3148-
version "16.0.7"
3149-
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.7.tgz#87eaccd05ab61563d3c17dfbad2949bba7ead162"
3150-
integrity sha512-/IMwpBf2svhA1X/7Q58RV+Nn0fvUJsHniG4TizaO7q4iKFYSQ6hBvsLz+cylcZ8hRMKmVy5G1XaMNJID2ah23w==
3147+
electron@^16.0.8:
3148+
version "16.0.8"
3149+
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.8.tgz#7ebd3e23c4883c239f53d8b7af1100f455ac8a02"
3150+
integrity sha512-znTVkl8LaGcPNdfc6SRr+6LYg2GtSCKXln/nW/PC+urBfAFnOYIuDock8QyGVFfzr5PuAa+g8YQQAboHV77D7g==
31513151
dependencies:
31523152
"@electron/get" "^1.13.0"
31533153
"@types/node" "^14.6.2"

0 commit comments

Comments
 (0)