|
1737 | 1737 | resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
|
1738 | 1738 | integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==
|
1739 | 1739 |
|
| 1740 | +"@types/webdriverio@^4.8.0": |
| 1741 | + version "4.13.3" |
| 1742 | + resolved "https://registry.yarnpkg.com/@types/webdriverio/-/webdriverio-4.13.3.tgz#c1571c4e62724135c0b11e7d7e36b07af5168856" |
| 1743 | + integrity sha512-AfSQM1xTO9Ax+u9uSQPDuw69DQ0qA2RMoKHn86jCgWNcwKVUjGMSP4sfSl3JOfcZN8X/gWvn7znVPp2/g9zcJA== |
| 1744 | + dependencies: |
| 1745 | + "@types/node" "*" |
| 1746 | + |
1740 | 1747 | "@types/webpack-env@^1.15.1":
|
1741 | 1748 | version "1.15.1"
|
1742 | 1749 | resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.15.1.tgz#c8e84705e08eed430b5e15b39c65b0944e4d1422"
|
@@ -6050,10 +6057,10 @@ electron-builder@^22.2.0:
|
6050 | 6057 | update-notifier "^4.0.0"
|
6051 | 6058 | yargs "^15.1.0"
|
6052 | 6059 |
|
6053 |
| -electron-chromedriver@^7.0.0: |
6054 |
| - version "7.0.0" |
6055 |
| - resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-7.0.0.tgz#204e1bfcdf2dfd56e5a3b8e6f37d19b1433a7937" |
6056 |
| - integrity sha512-7qymT0fn3VTit0peym1iz4Y+fTwq9EPsv1V9Qh+vQdoVqP/4SM9lOHrsBeuFN1JJADZLu7R119ZvMkP6EnLYhw== |
| 6060 | +electron-chromedriver@^8.0.0: |
| 6061 | + version "8.0.0" |
| 6062 | + resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-8.0.0.tgz#16f6124d481e9312cc18abc16495ddc2d61f8264" |
| 6063 | + integrity sha512-d0210ExhkGOwYLXFZHQR6LISZ8UbMqXWLwjTe8Cdh44XlO4z4+6DWQfM0p7aB2Qak/An6tN732Yl98wN1ylZww== |
6057 | 6064 | dependencies:
|
6058 | 6065 | electron-download "^4.1.1"
|
6059 | 6066 | extract-zip "^1.6.7"
|
@@ -6105,10 +6112,10 @@ electron-to-chromium@^1.3.349:
|
6105 | 6112 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.353.tgz#c6f13f27d5212643979867a400c1a5e8a4ef042a"
|
6106 | 6113 | integrity sha512-CkG24biyy9qQTQs8U2vGQaiyWSFDxAXP/UGHBveXZ1TGoWOAw+eYZXryrX0UeIMKnQjcaHx33hzYuydv98kqGQ==
|
6107 | 6114 |
|
6108 |
| -electron@^7.0.0: |
6109 |
| - version "7.1.12" |
6110 |
| - resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.12.tgz#7a9a416975f466b941c8ef1a48c5a50aefad494f" |
6111 |
| - integrity sha512-gOJxAlJX2UyCRRncKzKzHSZStDI6MdoDzsustTCzudoZx3vlst1kkIP0n5t3TWTNoKNY/ihRsYIpeu63ar1m/g== |
| 6115 | +electron@^8.0.0: |
| 6116 | + version "8.0.1" |
| 6117 | + resolved "https://registry.yarnpkg.com/electron/-/electron-8.0.1.tgz#7f5070a1625f423cddcece25a1eb9e6d2f1339fb" |
| 6118 | + integrity sha512-kLZAQkbrAFNjQVpcHJUnjRYQNafuuWKnsdxzag5do1ewMqN0J4Pi/hPE27+5/1YAFMcbvCrPqhWIpcMsi8mKXQ== |
6112 | 6119 | dependencies:
|
6113 | 6120 | "@electron/get" "^1.0.1"
|
6114 | 6121 | "@types/node" "^12.0.12"
|
@@ -13596,13 +13603,14 @@ spdy@^4.0.1:
|
13596 | 13603 | select-hose "^2.0.0"
|
13597 | 13604 | spdy-transport "^3.0.0"
|
13598 | 13605 |
|
13599 |
| -spectron@^9.0.0: |
13600 |
| - version "9.0.0" |
13601 |
| - resolved "https://registry.yarnpkg.com/spectron/-/spectron-9.0.0.tgz#6581780027172095e168353c82ed934212a0c97f" |
13602 |
| - integrity sha512-aMxprQ+5/8hDl27P6FafIuuL8jAueJ7WEc6S6pEEQNU7xGCMcfj0RY6TB1i9BtkazMymIxAkmwqlK233Fbhcgw== |
| 13606 | +spectron@^10.0.0: |
| 13607 | + version "10.0.1" |
| 13608 | + resolved "https://registry.yarnpkg.com/spectron/-/spectron-10.0.1.tgz#d89fdd3c9625c7dbb5d1f047fda7cb922eda0125" |
| 13609 | + integrity sha512-eMAOr7ovYf+e6+DhkoxVWAMRfZvLJMjtZKwWYkL56fv3Ij6rxhYLjOxybKj0phgMYZ7o2cX5zu2NoyiUM756CA== |
13603 | 13610 | dependencies:
|
| 13611 | + "@types/webdriverio" "^4.8.0" |
13604 | 13612 | dev-null "^0.1.1"
|
13605 |
| - electron-chromedriver "^7.0.0" |
| 13613 | + electron-chromedriver "^8.0.0" |
13606 | 13614 | request "^2.87.0"
|
13607 | 13615 | split "^1.0.0"
|
13608 | 13616 | webdriverio "^4.13.0"
|
|
0 commit comments