Merge pull request #4 from CompeyDev/dependabot/npm_and_yarn/electron-19.0.5

Bump electron from 19.0.4 to 19.0.5
This commit is contained in:
Compey 2022-06-22 11:04:37 +05:30 committed by GitHub
commit 104d52432b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -712,9 +712,9 @@
"dev": true
},
"electron": {
"version": "19.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.4.tgz",
"integrity": "sha512-roRYr1VNAWIhjD9n8qZdmhROtrzsFpuZEXrjWAw+GqPbZlrUInmvFCviRDC2Lt+VBsTNRpTfPpfzXSlLL4reEw==",
"version": "19.0.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.5.tgz",
"integrity": "sha512-gC4kPr/Mf7QbeE5NAo1AC4Zg/SXLnW0ttlyzhVdyB2aErBspWh231UhHLJUlOdaVNqitdbnppdaXjoZHsR5QzQ==",
"dev": true,
"requires": {
"@electron/get": "^1.14.1",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"electron": "^19.0.4",
"electron": "^19.0.5",
"eslint": "^7.32.0",
"typescript": "^4.7.4"
},