diff --git a/package.json b/package.json index 3d19d84..89f9ce8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "v8-compile-cache": "^2.3.0" }, "devDependencies": { - "electron": "19.0.10", + "electron": "19.0.11", "electron-builder": "^23.3.3", "nodemon": "^2.0.19" }, diff --git a/yarn.lock b/yarn.lock index 8fa6c10..a5ab65f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -840,10 +840,10 @@ electron-publish@23.3.3: lazy-val "^1.0.5" mime "^2.5.2" -electron@19.0.10: - version "19.0.10" - resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.10.tgz#4d2f03f307fbb70a295ff419112130b75661eda9" - integrity sha512-EiWtPWdD7CzkRkp1cw7t0N9W2qhI5XZOudHX7daOh5wI076nsdV2dtlAf/XyTHhPNoKR5qhTWrSnYL9PY6D1vg== +electron@19.0.11: + version "19.0.11" + resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.11.tgz#0c0a52abc08694fd38916d9270baf45bb7752a27" + integrity sha512-GPM6C1Ze17/gR4koTE171MxrI5unYfFRgXQdkMdpWM2Cd55LMUrVa0QHCsfKpsaloufv9T65lsOn0uZuzCw5UA== dependencies: "@electron/get" "^1.14.1" "@types/node" "^16.11.26" @@ -2298,6 +2298,11 @@ uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== +v8-compile-cache@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" + integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== + verror@1.10.0: version "1.10.0" resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"