Browse Source

chore: bump electron from 30.0.2 to 30.0.3 (#907)

Bumps [electron](https://github.com/electron/electron) from 30.0.2 to 30.0.3.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v30.0.2...v30.0.3)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
f6b88eebe3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^30.0.2"
"electron": "^30.0.3"
}
},
"node_modules/@electron/get": {
@ -245,9 +245,9 @@
"optional": true
},
"node_modules/electron": {
"version": "30.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.2.tgz",
"integrity": "sha512-zv7T+GG89J/hyWVkQsLH4Y/rVEfqJG5M/wOBIGNaDdqd8UV9/YZPdS7CuFeaIj0H9LhCt95xkIQNpYB/3svOkQ==",
"version": "30.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.3.tgz",
"integrity": "sha512-h+suwx6e0fnv/9wi0/cmCMtG+4LrPzJZa+3DEEpxcPcP+pcWnBI70t8QspxgMNIh2wzXLMD9XVqrLkEbiBAInw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -997,9 +997,9 @@
"optional": true
},
"electron": {
"version": "30.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.2.tgz",
"integrity": "sha512-zv7T+GG89J/hyWVkQsLH4Y/rVEfqJG5M/wOBIGNaDdqd8UV9/YZPdS7CuFeaIj0H9LhCt95xkIQNpYB/3svOkQ==",
"version": "30.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.3.tgz",
"integrity": "sha512-h+suwx6e0fnv/9wi0/cmCMtG+4LrPzJZa+3DEEpxcPcP+pcWnBI70t8QspxgMNIh2wzXLMD9XVqrLkEbiBAInw==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",

2
package.json

@ -17,6 +17,6 @@
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^30.0.2"
"electron": "^30.0.3"
}
}
Loading…
Cancel
Save