diff --git a/Source/SmallBasic.Client/package.json b/Source/SmallBasic.Client/package.json index d5c36a5..e7b533e 100644 --- a/Source/SmallBasic.Client/package.json +++ b/Source/SmallBasic.Client/package.json @@ -43,6 +43,6 @@ }, "dependencies": { "dotnet-2.0.0": "1.4.4", - "electron": "15.2.0" + "electron": "15.3.5" } } diff --git a/Source/SmallBasic.Client/yarn.lock b/Source/SmallBasic.Client/yarn.lock index 910c117..b3d9c9b 100644 --- a/Source/SmallBasic.Client/yarn.lock +++ b/Source/SmallBasic.Client/yarn.lock @@ -1028,10 +1028,10 @@ electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.867: resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.871.tgz" integrity sha512-qcLvDUPf8DSIMWarHT2ptgcqrYg62n3vPA7vhrOF24d8UNzbUBaHu2CySiENR3nEDzYgaN60071t0F6KLYMQ7Q== -electron@15.2.0: - version "15.2.0" - resolved "https://registry.npmjs.org/electron/-/electron-15.2.0.tgz" - integrity sha512-kg0JdlsVbJgD/hO/A7o9VH8U44pQWkIsyt/sALxH6g8CiHQxMujLn2JfB2gyUfHXPT7m8vD4Z+CurS2KodEsWw== +electron@15.3.5: + version "15.3.5" + resolved "https://registry.yarnpkg.com/electron/-/electron-15.3.5.tgz#62fc7d2289d3f47e9e05c0aa9bb6d929a6faf398" + integrity sha512-z0/7+p3uZYBmjf7UEVBfcMTVgW6ThGgfI4jdbQ1TH4XOLYkj560/abv91/s8kK0MZ7JQg4KRP1JwQZ4q6+BPFw== dependencies: "@electron/get" "^1.13.0" "@types/node" "^14.6.2"