diff --git a/electron/lib/greenworks-linux64.node b/electron/lib/greenworks-linux64.node index 225c672b3..0acdfd010 100755 Binary files a/electron/lib/greenworks-linux64.node and b/electron/lib/greenworks-linux64.node differ diff --git a/electron/lib/greenworks-osx64.node b/electron/lib/greenworks-osx64.node index f82e79dc5..a93485a9b 100755 Binary files a/electron/lib/greenworks-osx64.node and b/electron/lib/greenworks-osx64.node differ diff --git a/electron/lib/greenworks-win64.node b/electron/lib/greenworks-win64.node index 7206b9a49..56ac49733 100755 Binary files a/electron/lib/greenworks-win64.node and b/electron/lib/greenworks-win64.node differ diff --git a/electron/lib/libsdkencryptedappticket.dylib b/electron/lib/libsdkencryptedappticket.dylib index 46029ee5d..4c356e794 100644 Binary files a/electron/lib/libsdkencryptedappticket.dylib and b/electron/lib/libsdkencryptedappticket.dylib differ diff --git a/electron/lib/libsdkencryptedappticket.so b/electron/lib/libsdkencryptedappticket.so index 121ed6f04..5228c960b 100644 Binary files a/electron/lib/libsdkencryptedappticket.so and b/electron/lib/libsdkencryptedappticket.so differ diff --git a/electron/lib/libsteam_api.dylib b/electron/lib/libsteam_api.dylib index 5cba9b00d..0bbdeeb9c 100644 Binary files a/electron/lib/libsteam_api.dylib and b/electron/lib/libsteam_api.dylib differ diff --git a/electron/lib/libsteam_api.so b/electron/lib/libsteam_api.so index 6a4681129..99c916479 100644 Binary files a/electron/lib/libsteam_api.so and b/electron/lib/libsteam_api.so differ diff --git a/electron/lib/sdkencryptedappticket64.dll b/electron/lib/sdkencryptedappticket64.dll index e7f2a3006..7e8ecbbb1 100644 Binary files a/electron/lib/sdkencryptedappticket64.dll and b/electron/lib/sdkencryptedappticket64.dll differ diff --git a/electron/lib/sdkencryptedappticket64.lib b/electron/lib/sdkencryptedappticket64.lib index 25216dc05..146f4cfeb 100644 Binary files a/electron/lib/sdkencryptedappticket64.lib and b/electron/lib/sdkencryptedappticket64.lib differ diff --git a/electron/lib/steam_api.dll b/electron/lib/steam_api.dll index a3a661afc..7fde3a36d 100644 Binary files a/electron/lib/steam_api.dll and b/electron/lib/steam_api.dll differ diff --git a/electron/lib/steam_api.lib b/electron/lib/steam_api.lib index 15da45648..f163d0c6a 100644 Binary files a/electron/lib/steam_api.lib and b/electron/lib/steam_api.lib differ diff --git a/electron/lib/steam_api64.dll b/electron/lib/steam_api64.dll index 2fc976a1d..9ad453cf6 100644 Binary files a/electron/lib/steam_api64.dll and b/electron/lib/steam_api64.dll differ diff --git a/electron/lib/steam_api64.lib b/electron/lib/steam_api64.lib index afa69c5b7..4a9b01120 100644 Binary files a/electron/lib/steam_api64.lib and b/electron/lib/steam_api64.lib differ diff --git a/package-lock.json b/package-lock.json index 3578b5180..67af658c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "babel-loader": "^9.1.3", "copy-webpack-plugin": "^12.0.2", "css-loader": "^6.8.1", - "electron": "^26.3.0", + "electron": "^29.4.5", "electron-packager": "^17.1.2", "eslint": "^8.52.0", "eslint-plugin-react": "^7.33.2", @@ -4723,10 +4723,13 @@ "integrity": "sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==" }, "node_modules/@types/node": { - "version": "18.18.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.4.tgz", - "integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==", - "dev": true + "version": "20.14.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.14.tgz", + "integrity": "sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/numeral": { "version": "2.0.3", @@ -7746,14 +7749,14 @@ "dev": true }, "node_modules/electron": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-26.3.0.tgz", - "integrity": "sha512-7ZpvSHu+jmqialSvywTZnOQZZGLqlyj+yV5HGDrEzFnMiFaXBRpbByHgoUhaExJ/8t/0xKQjKlMRAY65w+zNZQ==", + "version": "29.4.5", + "resolved": "https://registry.npmjs.org/electron/-/electron-29.4.5.tgz", + "integrity": "sha512-DlEuzGbWBYl1Qr0qUYgNZdoixJg4YGHy2HC6fkRjSXSlb01UrQ5ORi8hNLzelzyYx8rNQyyE3zDUuk9EnZwYuA==", "dev": true, "hasInstallScript": true, "dependencies": { "@electron/get": "^2.0.0", - "@types/node": "^18.11.18", + "@types/node": "^20.9.0", "extract-zip": "^2.0.1" }, "bin": { @@ -17423,6 +17426,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", diff --git a/package.json b/package.json index 2c0aa42f6..183b59abe 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "babel-loader": "^9.1.3", "copy-webpack-plugin": "^12.0.2", "css-loader": "^6.8.1", - "electron": "^26.3.0", + "electron": "^29.4.5", "electron-packager": "^17.1.2", "eslint": "^8.52.0", "eslint-plugin-react": "^7.33.2",