diff --git a/HISTORY.md b/HISTORY.md index 2f1a8242..7552ff60 100644 --- a/HISTORY.md +++ b/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 ================== diff --git a/package.json b/package.json index e663eab4..266aac80 100644 --- a/package.json +++ b/package.json @@ -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"