Skip to content

Commit

Permalink
chore: Update helmet, mongoose, eslint, rollup and sinon deps (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAlderson committed Jan 24, 2018
1 parent 8256a69 commit a6e68a4
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 94 deletions.
144 changes: 57 additions & 87 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"debug": "^3.1.0",
"del": "^3.0.0",
"express": "^4.16.2",
"helmet": "^3.9.0",
"helmet": "^3.10.0",
"mkdirp": "^0.5.1",
"mongoose": "^5.0.0",
"mongoose": "^5.0.1",
"p-map": "^1.2.0",
"response-time": "^2.3.2",
"winston": "^3.0.0-rc1"
Expand All @@ -36,23 +36,23 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-flow-type-plugin": "^1.0.1",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.15.0",
"eslint": "^4.16.0",
"eslint-config-vixo": "^2.0.2",
"flow": "^0.2.3",
"flow-bin": "^0.63.1",
"flow-typed": "^2.2.3",
"husky": "^0.14.3",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"rollup": "^0.54.1",
"rollup": "^0.55.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^2.0.1",
"sinon": "^4.1.6",
"rollup-plugin-uglify": "^3.0.0",
"sinon": "^4.2.1",
"standard-version": "^4.3.0",
"supertest": "^3.0.0",
"uglify-es": "^3.3.7"
"uglify-es": "^3.3.8"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a6e68a4

Please sign in to comment.