From 75062791f1df644676b6a0946d0451ef0bbb2408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:45:46 -0800 Subject: [PATCH] chore: bump electron from 16.0.8 to 17.0.0 (#576) Bumps [electron](https://github.com/electron/electron) from 16.0.8 to 17.0.0. - [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/v16.0.8...v17.0.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 563ee48..f630b27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,9 +37,9 @@ } }, "@types/node": { - "version": "14.18.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.9.tgz", - "integrity": "sha512-j11XSuRuAlft6vLDEX4RvhqC0KxNxx6QIyMXNb0vHHSNPXTPeiy3algESWmOOIzEtiEL0qiowPU3ewW9hHVa7Q==", + "version": "14.18.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.10.tgz", + "integrity": "sha512-6iihJ/Pp5fsFJ/aEDGyvT4pHGmCpq7ToQ/yf4bl5SbVAvwpspYJ+v3jO7n8UyjhQVHTy+KNszOozDdv+O6sovQ==", "dev": true }, "boolean": { @@ -179,9 +179,9 @@ "dev": true }, "electron": { - "version": "16.0.8", - "resolved": "https://registry.npmjs.org/electron/-/electron-16.0.8.tgz", - "integrity": "sha512-znTVkl8LaGcPNdfc6SRr+6LYg2GtSCKXln/nW/PC+urBfAFnOYIuDock8QyGVFfzr5PuAa+g8YQQAboHV77D7g==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-17.0.0.tgz", + "integrity": "sha512-3UXcBQMwbMWdPvGHaSdPMluHrd+/bc+K143MyvE5zVZ+S1XCHt4sau7dj6svJHns5llN0YG/c6h/vRfadIp8Zg==", "dev": true, "requires": { "@electron/get": "^1.13.0", diff --git a/package.json b/package.json index 4bafb7b..2e559fc 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "GitHub", "license": "CC0-1.0", "devDependencies": { - "electron": "^16.0.8" + "electron": "^17.0.0" } }