Browse Source

chore: bump electron from 27.0.2 to 27.0.3 (#861)

Bumps [electron](https://github.com/electron/electron) from 27.0.2 to 27.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/v27.0.2...v27.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] 2 years ago
committed by GitHub
parent
commit
aa6e7dfdd3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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": "^27.0.2"
"electron": "^27.0.3"
}
},
"node_modules/@electron/get": {
@ -242,9 +242,9 @@
"optional": true
},
"node_modules/electron": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-27.0.2.tgz",
"integrity": "sha512-4fbcHQ40ZDlqhr5Pamm+M5BF7ry2lGqjFTWTJ/mrBwuiPWu6xhV/RWgUhKBaLqKNfAaNl3eMxV3Jc82gv6JauQ==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-27.0.3.tgz",
"integrity": "sha512-VaB9cI1se+mUtz366NP+zxFVnkHLbCBNO4wwouw3FuGyX/m7/Bv1I89JhWOBv78tC+n11ZYMrVD23Jf6EZgVcg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -985,9 +985,9 @@
"optional": true
},
"electron": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-27.0.2.tgz",
"integrity": "sha512-4fbcHQ40ZDlqhr5Pamm+M5BF7ry2lGqjFTWTJ/mrBwuiPWu6xhV/RWgUhKBaLqKNfAaNl3eMxV3Jc82gv6JauQ==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-27.0.3.tgz",
"integrity": "sha512-VaB9cI1se+mUtz366NP+zxFVnkHLbCBNO4wwouw3FuGyX/m7/Bv1I89JhWOBv78tC+n11ZYMrVD23Jf6EZgVcg==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",

2
package.json

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