third party web 0.10.1
This commit is contained in:
parent
d43fd5ccfb
commit
2d5eeb324b
|
|
@ -4,6 +4,9 @@
|
|||
### Fixed
|
||||
* You can now use `--android` to run tests on Android phones (the same way as on Browsertime) [#2544](https://github.com/sitespeedio/sitespeed.io/pull/2544).
|
||||
|
||||
### Added
|
||||
* Upgraded to third-party-web 0.10.1.
|
||||
|
||||
## 9.6.0 - 2019-07-11
|
||||
### Added
|
||||
* Docker container is now using Firefox 68.
|
||||
|
|
|
|||
|
|
@ -9244,9 +9244,9 @@
|
|||
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
|
||||
},
|
||||
"third-party-web": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.9.0.tgz",
|
||||
"integrity": "sha512-RiDVKxtaf8DJ3+cK6SM0oWyqkJS2JotPnXQeFTnvYW/ebkmd53GbT+WjMVqfStNj8QuPZCxUGu7aSwFy6wzlug=="
|
||||
"version": "0.10.1",
|
||||
"resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.10.1.tgz",
|
||||
"integrity": "sha512-yjhpYfr6E2kUYQ9NyelVQPKTKJifQj5fmuGmGedr5D8n45b9vJO+ghovfhORbgKkMvdLE+MPL7PihnuOUCyTAQ=="
|
||||
},
|
||||
"through": {
|
||||
"version": "2.3.8",
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
"recursive-readdir": "2.2.2",
|
||||
"simplecrawler": "1.1.7",
|
||||
"tape": "4.10.1",
|
||||
"third-party-web": "0.9.0",
|
||||
"third-party-web": "0.10.1",
|
||||
"text-table": "0.2.0",
|
||||
"uuid": "3.3.2",
|
||||
"webcoach": "3.6.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue