Skip to content

Commit

Permalink
fix: bump dependencies (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Oct 10, 2019
1 parent 08084de commit f651772
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.2",
"finalhandler": "^1.1.2",
"gaxios": "^2.0.0",
"gaxios": "^2.0.1",
"jsonexport": "^2.4.1",
"meow": "^5.0.0",
"serve-static": "^1.14.1",
"server-destroy": "^1.0.1",
"update-notifier": "^3.0.0"
"update-notifier": "^3.0.1"
},
"devDependencies": {
"@types/cheerio": "^0.22.10",
"@types/finalhandler": "^1.1.0",
"@types/meow": "^5.0.0",
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.4",
"@types/serve-static": "^1.13.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.12",
"@types/serve-static": "^1.13.3",
"@types/server-destroy": "^1.0.0",
"@types/sinon": "^7.0.6",
"@types/sinon": "^7.5.0",
"@types/update-notifier": "^2.5.0",
"assert-rejects": "^1.0.0",
"c8": "^5.0.1",
"codecov": "^3.2.0",
"gts": "^1.0.0",
"mocha": "^6.1.4",
"nock": "^11.3.2",
"c8": "^5.0.4",
"codecov": "^3.6.1",
"gts": "^1.1.0",
"mocha": "^6.2.1",
"nock": "^11.4.0",
"semantic-release": "^15.13.24",
"sinon": "^7.2.3",
"source-map-support": "^0.5.10",
"typescript": "^3.3.3"
"sinon": "^7.5.0",
"source-map-support": "^0.5.13",
"typescript": "^3.6.4"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit f651772

Please sign in to comment.