aboutsummaryrefslogtreecommitdiff
path: root/node_modules/serve-static
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/serve-static')
-rw-r--r--node_modules/serve-static/HISTORY.md12
-rw-r--r--node_modules/serve-static/package.json14
2 files changed, 20 insertions, 6 deletions
diff --git a/node_modules/serve-static/HISTORY.md b/node_modules/serve-static/HISTORY.md
index 434737d35..c9811070d 100644
--- a/node_modules/serve-static/HISTORY.md
+++ b/node_modules/serve-static/HISTORY.md
@@ -1,3 +1,15 @@
+1.12.3 / 2017-05-16
+===================
+
+ * deps: send@0.15.3
+ - deps: debug@2.6.7
+
+1.12.2 / 2017-04-26
+===================
+
+ * deps: send@0.15.2
+ - deps: debug@2.6.4
+
1.12.1 / 2017-03-04
===================
diff --git a/node_modules/serve-static/package.json b/node_modules/serve-static/package.json
index 79de5bb33..d78ce81f5 100644
--- a/node_modules/serve-static/package.json
+++ b/node_modules/serve-static/package.json
@@ -1,7 +1,7 @@
{
"name": "serve-static",
"description": "Serve static files",
- "version": "1.12.1",
+ "version": "1.12.3",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"repository": "expressjs/serve-static",
@@ -9,14 +9,16 @@
"encodeurl": "~1.0.1",
"escape-html": "~1.0.3",
"parseurl": "~1.3.1",
- "send": "0.15.1"
+ "send": "0.15.3"
},
"devDependencies": {
- "eslint": "3.17.0",
- "eslint-config-standard": "7.0.0",
- "eslint-plugin-markdown": "1.0.0-beta.4",
+ "eslint": "3.19.0",
+ "eslint-config-standard": "10.2.1",
+ "eslint-plugin-import": "2.2.0",
+ "eslint-plugin-markdown": "1.0.0-beta.6",
+ "eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "3.5.0",
- "eslint-plugin-standard": "2.1.1",
+ "eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"