Skip to content

Commit 4c112ca

Browse files
authored
[Tech] Update GOGDL binaries (#2395)
* other: update GOGDL binaries * chore: updated electron due to security fix
1 parent 808ef12 commit 4c112ca

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"@typescript-eslint/eslint-plugin": "^5.20.0",
216216
"@typescript-eslint/parser": "^5.20.0",
217217
"@vitejs/plugin-react": "^2.2.0",
218-
"electron": "^22.0.2",
218+
"electron": "^22.2.0",
219219
"electron-builder": "^23.6.0",
220220
"electron-devtools-installer": "^3.2.0",
221221
"eslint": "^8.13.0",

public/bin/darwin/gogdl

81.3 KB
Binary file not shown.

public/bin/linux/gogdl

69.8 KB
Binary file not shown.

public/bin/win32/gogdl.exe

44 KB
Binary file not shown.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3208,10 +3208,10 @@ electron-updater@^5.0.1:
32083208
semver "^7.3.5"
32093209
typed-emitter "^2.1.0"
32103210

3211-
electron@^22.0.2:
3212-
version "22.0.2"
3213-
resolved "https://registry.yarnpkg.com/electron/-/electron-22.0.2.tgz#256c3f7749bcab5d68dc0ba4ae86c1b60852f0b3"
3214-
integrity sha512-NdJlA2+FMgDJBhQFKMPyWJY8ng/tWpFlrRsW2JkZgSzYPXOnIu9muO3b83YHGoDn+GTyS8ghPsgcAwPMXtxirA==
3211+
electron@^22.2.0:
3212+
version "22.2.0"
3213+
resolved "https://registry.yarnpkg.com/electron/-/electron-22.2.0.tgz#1aa321415d8b8021a4b0807641f0ad56028feaf5"
3214+
integrity sha512-puRZSF2vWJ4pz3oetL5Td8LcuivTWz3MoAk/gjImHSN1B/2VJNEQlw1jGdkte+ppid2craOswE2lmCOZ7SwF1g==
32153215
dependencies:
32163216
"@electron/get" "^2.0.0"
32173217
"@types/node" "^16.11.26"

0 commit comments

Comments
 (0)