diff --git a/examples/package.json b/examples/package.json index f7f87c9f..739094ad 100644 --- a/examples/package.json +++ b/examples/package.json @@ -10,6 +10,6 @@ "native-menu" ], "devDependencies": { - "electron": "^22.0.0" + "electron": "^22.3.25" } } diff --git a/examples/yarn.lock b/examples/yarn.lock index f19a3045..fbbf759d 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -141,10 +141,10 @@ detect-node@^2.0.4: resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== -electron@^22.0.0: - version "22.0.2" - resolved "https://registry.yarnpkg.com/electron/-/electron-22.0.2.tgz#256c3f7749bcab5d68dc0ba4ae86c1b60852f0b3" - integrity sha512-NdJlA2+FMgDJBhQFKMPyWJY8ng/tWpFlrRsW2JkZgSzYPXOnIu9muO3b83YHGoDn+GTyS8ghPsgcAwPMXtxirA== +electron@^22.3.25: + version "22.3.25" + resolved "https://registry.yarnpkg.com/electron/-/electron-22.3.25.tgz#a9a70b63a6712c658cd7fab343129b2a78450f80" + integrity sha512-AjrP7bebMs/IPsgmyowptbA7jycTkrJC7jLZTb5JoH30PkBC6pZx/7XQ0aDok82SsmSiF4UJDOg+HoLrEBiqmg== dependencies: "@electron/get" "^2.0.0" "@types/node" "^16.11.26"