Skip to content

Commit

Permalink
feat(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pintus committed Jul 14, 2017
1 parent 8cbabdb commit dd9f23d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ $ docker run --name hfc -p 8000:8000 -d --privileged vvc/hfchrome

This project also includes a Docker Compose configuration in order to launch a composition of 3 microservices, as follows:

![Docker Microservices](https://github.com/vivocha/hands-free-chrome/blob/master/assets/img/hfc-ms.png)
![Docker Microservices](https://github.com/vivocha/hands-free-chrome/raw/master/assets/img/hfc-ms.png)

- **two Hands-free Chrome** nodes (hfc1, hfc2) to capture screenshots;
- **one NGINX** instance (hfc-nginx-lb) to act as a load balancer between the two nodes; it is also configured to cache images in order to avoid performing the same screenshot capture tasks in a given time window (see `nginx/nginx.conf` file).
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
".npmrc"
],
"dependencies": {
"chrome-remote-interface": "^0.23.3",
"chrome-remote-interface": "^0.24.2",
"debug": "^2.6.8",
"hapi": "^16.4.3",
"joi": "^10.6.0",
Expand All @@ -52,16 +52,16 @@
"@types/joi": "^10.4.0",
"@types/md5": "^2.1.32",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.7",
"@types/node": "^8.0.12",
"@types/sharp": "^0.17.2",
"async": "^2.5.0",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.0",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"commitizen": "^2.9.6",
"coveralls": "^2.13.1",
"cz-conventional-changelog": "^2.0.0",
"find-up": "^2.1.0",
"husky": "^0.14.2",
"husky": "^0.14.3",
"inert": "^4.2.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
Expand Down

0 comments on commit dd9f23d

Please sign in to comment.