Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Mar 23, 2015
1 parent 8864c69 commit 1c2bc50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
0.7.1 / 2015-03-23
==================

- update: all outdated dependencies (insofar as possible)
- update: HSTS now uses Lodash like all the rest of the libraries

0.7.0 / 2015-03-05
==================

Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -27,21 +27,21 @@
"node": ">= 0.10.0"
},
"dependencies": {
"connect": "3.3.4",
"connect": "3.3.5",
"dont-sniff-mimetype": "0.1.0",
"frameguard": "0.2.1",
"helmet-crossdomain": "0.1.0",
"helmet-csp": "0.2.1",
"helmet-csp": "0.2.2",
"hide-powered-by": "0.1.0",
"hpkp": "0.1.0",
"hsts": "0.1.0",
"hsts": "0.1.1",
"ienoopen": "0.1.0",
"nocache": "0.2.0",
"x-xss-protection": "0.1.2"
},
"devDependencies": {
"mocha": "^2.1.0",
"sinon": "^1.12.2"
"mocha": "^2.2.1",
"sinon": "^1.14.1"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 1c2bc50

Please sign in to comment.