Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 3, 2018
1 parent 77be3ec commit 007192d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
},
"homepage": "https://github.com/octokit/fixtures-server#readme",
"dependencies": {
"@octokit/fixtures": "^8.0.0",
"cachimo": "^1.0.2",
"@octokit/fixtures": "^8.3.0",
"cachimo": "^1.0.6",
"console-log-level": "^1.4.0",
"cors": "^2.8.4",
"express": "^4.15.4",
"express": "^4.16.3",
"glob": "^7.1.2",
"http-proxy-middleware": "^0.18.0",
"lodash": "^4.17.4",
"lodash": "^4.17.10",
"yargs": "^12.0.1"
},
"devDependencies": {
"axios": "^0.17.0",
"coveralls": "^3.0.0",
"pkg": "^4.3.0",
"axios": "^0.18.0",
"coveralls": "^3.0.2",
"pkg": "^4.3.3",
"proxyquire": "^2.0.0",
"semantic-release": "^15.0.0",
"standard": "^10.0.3",
"supertest": "^3.0.0",
"tap": "^12.0.0"
"standard": "^11.0.1",
"supertest": "^3.1.0",
"tap": "^12.0.1"
},
"release": {
"publish": [
Expand Down

0 comments on commit 007192d

Please sign in to comment.