Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
chore(deps): update dependency spectron to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2019
1 parent d30ba4f commit f5de510
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"sinon": "7.3.2",
"spectron": "6.0.0",
"spectron": "7.0.0",
"style-loader": "0.23.1",
"stylelint": "10.1.0",
"stylelint-config-prettier": "5.2.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5727,13 +5727,13 @@ electron-builder@20.44.4:
update-notifier "^3.0.0"
yargs "^13.2.4"

electron-chromedriver@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-4.0.0.tgz#064fa2f0d5a97998eeff3258575b90bac8d436da"
integrity sha512-CeeAr4QVtsxkEpDWvFLzhdtgDVLQt32RBWjEJ4WxkIPNj0MX5D8gzli2djEPnnLUOX19vcBgs/CW7WBB/O3JIg==
electron-chromedriver@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-5.0.1.tgz#0c102a482f16bd47f54fcdd238cf64210395ff4a"
integrity sha512-w82q6KkIsKjzhcucllpxeulIxYn5rccNw43rpbMuZcgMQ0EPsckoYwUt7Gadmdi14xniZ+debN9SM8V1EUyaBQ==
dependencies:
electron-download "^4.1.0"
extract-zip "^1.6.5"
electron-download "^4.1.1"
extract-zip "^1.6.7"

electron-debug@^2.0.0:
version "2.0.0"
Expand All @@ -5753,7 +5753,7 @@ electron-devtools-installer@2.2.4:
rimraf "^2.5.2"
semver "^5.3.0"

electron-download@^4.1.0:
electron-download@^4.1.0, electron-download@^4.1.1:
version "4.1.1"
resolved "https://registry.npmjs.org/electron-download/-/electron-download-4.1.1.tgz#02e69556705cc456e520f9e035556ed5a015ebe8"
integrity sha512-FjEWG9Jb/ppK/2zToP+U5dds114fM1ZOJqMAR4aXXL5CvyPE9fiqBK/9YcwC9poIFQTEJk/EM/zyRwziziRZrg==
Expand Down Expand Up @@ -6644,7 +6644,7 @@ extglob@^2.0.4:
snapdragon "^0.8.1"
to-regex "^3.0.1"

extract-zip@^1.0.3, extract-zip@^1.6.5:
extract-zip@^1.0.3, extract-zip@^1.6.7:
version "1.6.7"
resolved "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz#a840b4b8af6403264c8db57f4f1a74333ef81fe9"
integrity sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=
Expand Down Expand Up @@ -13559,13 +13559,13 @@ specificity@^0.4.1:
resolved "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019"
integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==

spectron@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/spectron/-/spectron-6.0.0.tgz#b6ead4735837f36b4be05afa29094460666e61d8"
integrity sha512-YQnQgdlpdPU572YhyX1hcDT40Q+5D0hkH4hM3jYy8HLHU1+6z4WTRQkjYdCBcYHE/3fHIQdPeaI+9DUzupQZtw==
spectron@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/spectron/-/spectron-7.0.0.tgz#2a16ea2b2fbe6149f5fa9fa1a2be601f5878e00c"
integrity sha512-l6EqXNJLLjbHFr4s2tky0hQU7Ql8UzNsAJm6CiDvX1eGOPiRVJBf2lqZWHGPayZQ7auxdhqAhnHceJJkokDiPQ==
dependencies:
dev-null "^0.1.1"
electron-chromedriver "~4.0.0"
electron-chromedriver "^5.0.1"
request "^2.87.0"
split "^1.0.0"
webdriverio "^4.13.0"
Expand Down

0 comments on commit f5de510

Please sign in to comment.