Merge pull request #226 from CompeyDev/dependabot/npm_and_yarn/electron-36.3.1

Bump electron from 36.2.1 to 36.3.1
This commit is contained in:
Erica Marigold 2025-05-24 11:47:21 +05:30 committed by GitHub
commit 3a1dffaae9
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"electron": "^36.2.1",
"electron": "^36.3.1",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
}
@ -940,9 +940,9 @@
"optional": true
},
"node_modules/electron": {
"version": "36.2.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.2.1.tgz",
"integrity": "sha512-mm1Y+Ms46xcOTA69h8hpqfX392HfV4lga9aEkYkd/Syx1JBStvcACOIouCgGrnZpxNZPVS1jM8NTcMkNjuK6BQ==",
"version": "36.3.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-36.3.1.tgz",
"integrity": "sha512-LeOZ+tVahmctHaAssLCGRRUa2SAO09GXua3pKdG+WzkbSDMh+3iOPONNVPTqGp8HlWnzGj4r6mhsIbM2RgH+eQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"electron": "^36.2.1",
"electron": "^36.3.1",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
},