Skip to content

Commit

Permalink
chore(deps): update bluebird to 3.5.1 🌟
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 28, 2018
1 parent 70fa6ed commit 9bddaed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/cypress-io/xvfb.git"
},
"dependencies": {
"debug": "^3.1.0",
"lodash.once": "^4.1.1"
"debug": "3.1.0",
"lodash.once": "4.1.1"
},
"main": "index.js",
"files": [
Expand All @@ -33,14 +33,14 @@
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
},
"devDependencies": {
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"eslint": "^4.13.1",
"eslint-plugin-cypress-dev": "^1.1.2",
"eslint-plugin-mocha": "^4.11.0",
"bluebird": "3.5.1",
"chai": "4.1.2",
"eslint": "4.19.1",
"eslint-plugin-cypress-dev": "1.1.2",
"eslint-plugin-mocha": "4.12.1",
"husky": "1.0.1",
"mocha": "^3.5.0",
"npm-utils": "^2.0.0",
"mocha": "3.5.3",
"npm-utils": "2.0.3",
"semantic-release": "15.9.16"
},
"release": {
Expand Down

0 comments on commit 9bddaed

Please sign in to comment.