Skip to content

Commit

Permalink
build(deps-dev): bump electron from 17.4.11 to 18.3.7
Browse files Browse the repository at this point in the history
Bumps [electron](https://github.com/electron/electron) from 17.4.11 to 18.3.7.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v17.4.11...v18.3.7)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 28, 2022
1 parent 24b550e commit 2bfe84a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.2",
"electron": "17.4.11",
"electron": "18.3.7",
"electron-builder": "^22.9.1",
"electron-notarize": "^1.2.1",
"electron-rebuild": "^3.2.9",
Expand Down
22 changes: 6 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3365,21 +3365,11 @@
resolved "https://registry.npmjs.org/@types/node/-/node-13.13.52.tgz"
integrity sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==

"@types/node@^14.6.2":
version "14.18.24"
resolved "https://registry.npmjs.org/@types/node/-/node-14.18.24.tgz"
integrity sha512-aJdn8XErcSrfr7k8ZDDfU6/2OgjZcB2Fu9d+ESK8D7Oa5mtsv8Fa8GpcwTA0v60kuZBaalKPzuzun4Ov1YWO/w==

"@types/node@^16.11.26":
"@types/node@^16.11.26", "@types/node@^16.6":
version "16.11.37"
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.37.tgz"
integrity sha512-U8+EA3a23YkBLKQFE9rxFw4A2YWFttRyQ15mz+dMsXiAo9zbdizFndBMz1aLpV2k7M+syncZy/cady/9pC3sPg==

"@types/node@^16.6":
version "16.11.36"
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz"
integrity sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==

"@types/node@^8.10.50":
version "8.10.66"
resolved "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz"
Expand Down Expand Up @@ -6302,13 +6292,13 @@ electron@*:
"@types/node" "^16.11.26"
extract-zip "^1.0.3"

electron@17.4.11:
version "17.4.11"
resolved "https://registry.npmjs.org/electron/-/electron-17.4.11.tgz"
integrity sha512-mdSWM2iY/Bh5bKzd5drYS3mf8JWyR9P9UXZA2uLEZ+1fhgLEVkY9qu501QHoMsKlNwgn96EreQC+dfdQ75VTcA==
electron@18.3.7:
version "18.3.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-18.3.7.tgz#a22a23d63811d067c8e33abc5674122408319265"
integrity sha512-SDvX0VYejR1xw9PrJyvnyiDcuIhdzFVaA1NaRN2LEWXr5R6mEFl8NVTM+i5dtxMm2SHP/FPnkvmsWZs6MHijqg==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"
"@types/node" "^16.11.26"
extract-zip "^1.0.3"

emittery@^0.10.2:
Expand Down

0 comments on commit 2bfe84a

Please sign in to comment.