Merge pull request #58 from CompeyDev/dependabot/npm_and_yarn/electron-24.3.0

Bump electron from 24.2.0 to 24.3.0
This commit is contained in:
Erica Marigold 2023-05-12 22:31:26 +05:30 committed by GitHub
commit 8a91968c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -182,9 +182,9 @@
}
},
"@types/node": {
"version": "18.16.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz",
"integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==",
"version": "18.16.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.7.tgz",
"integrity": "sha512-MFg7ua/bRtnA1hYE3pVyWxGd/r7aMqjNOdHvlSsXV3n8iaeGKkOaPzpJh6/ovf4bEXWcojkeMJpTsq3mzXW4IQ==",
"dev": true
},
"@types/responselike": {
@ -713,9 +713,9 @@
}
},
"electron": {
"version": "24.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-24.2.0.tgz",
"integrity": "sha512-fEYAftYqFhveniWJbEHXjNMWjooFFIuqNj/eEFJkGzycInfBJq/c4E/dew++s6s0YLubxFnjoF2qZiqapLj0gA==",
"version": "24.3.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-24.3.0.tgz",
"integrity": "sha512-M7PpfpOzGdLeZPr2xhxXuvJeoXPEHMH40Rtv8BCGleRPolwna9BepAGc0H0F+Uz5kGKOv3xcm99fTurvXUH0nw==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"electron": "^24.2.0",
"electron": "^24.3.0",
"eslint": "^7.32.0",
"typescript": "^5.0.4"
},