aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-12 22:31:00 +0000
committerGitHub <noreply@github.com>2021-10-12 22:31:00 +0000
commit0a888c0ceb34c8a8265b0556265a942f41515a6b (patch)
tree2dba74467ea4cb8670290188ac85c6ef059bfdb9
parente0b4354f5c8a367f40c7a9842372585936b0069a (diff)
downloadYouTube-TV-Client-0a888c0ceb34c8a8265b0556265a942f41515a6b.tar.gz
YouTube-TV-Client-0a888c0ceb34c8a8265b0556265a942f41515a6b.tar.bz2
YouTube-TV-Client-0a888c0ceb34c8a8265b0556265a942f41515a6b.zip
Bump electron from 13.1.9 to 13.3.0
Bumps [electron](https://github.com/electron/electron) from 13.1.9 to 13.3.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/v13.1.9...v13.3.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index fc8c4be..05679c0 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"electron-updater": "^4.3.9"
},
"devDependencies": {
- "electron": "^13.1.9",
+ "electron": "^13.3.0",
"electron-builder": "^22.11.7"
},
"build": {
diff --git a/yarn.lock b/yarn.lock
index 7811ce9..f7c9cba 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -728,10 +728,10 @@ electron-updater@^4.3.9:
lodash.isequal "^4.5.0"
semver "^7.3.5"
-electron@^13.1.9:
- version "13.1.9"
- resolved "https://registry.npmjs.org/electron/-/electron-13.1.9.tgz"
- integrity sha512-By4Zb72XNQLrPb70BXdIW3NtEHFwybP5DIQjohnCxOYONq5vojuHjNcTuWnBgMvwQ2qwykk6Tw5EwF2Pt0CWjA==
+electron@^13.3.0:
+ version "13.3.0"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-13.3.0.tgz#5f4f245723dd50fcd2c3d386a1d66fe748af404f"
+ integrity sha512-d/BvOLDjI4i7yf9tqCuLL2fFGA2TrM/D9PyRpua+rJolG0qrwp/FohP02L0m+44kmPpofIo4l3NPwLmzyKKimA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"