Update to Electron 15.3.2

This commit is contained in:
theolivenbaum
2021-11-16 06:43:15 +01:00
parent cbac8541be
commit cbc150db06
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
variables:
PackageVersion: 15.3.1.$(Build.BuildId)
PackageVersion: 15.3.2.$(Build.BuildId)
projectAPI: './ElectronNET.API/ElectronNET.API.csproj'
projectCLI: './ElectronNET.CLI/ElectronNET.CLI.csproj'

View File

@@ -390,9 +390,9 @@
"dev": true
},
"electron": {
"version": "15.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.3.1.tgz",
"integrity": "sha512-6/qp3Dor7HSGq28qhJEVD1zBFZoWicmo3/ZLvo7rhXPPZFwEMSJGPMEZM9WYSfWW4t/OozpWNuuDe970cF7g2Q==",
"version": "15.3.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.3.2.tgz",
"integrity": "sha512-sEpOX10gjAyvq33HDxJrq2HhYZT3qndZjUrHkzG16QTLjykP7lMvGnJ/bt6wn+T75f4wwv59FUbQx2hW3Xz5TQ==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",

View File

@@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/node": "^16.11.7",
"electron": "^15.3.1",
"electron": "^15.3.2",
"tslint": "^6.1.3",
"typescript": "^4.4.4"
}