Skip to content

Commit 7573eea

Browse files
committed
deps: escape-html@~1.0.3
1 parent 353f380 commit 7573eea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
unreleased
2+
==========
3+
4+
* deps: escape-html@~1.0.3
5+
- perf: enable strict mode
6+
- perf: optimize string replacement
7+
- perf: use faster string coercion
8+
19
1.10.0 / 2015-06-17
210
===================
311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"repository": "expressjs/serve-static",
88
"dependencies": {
9-
"escape-html": "1.0.2",
9+
"escape-html": "~1.0.3",
1010
"parseurl": "~1.3.0",
1111
"send": "0.13.0"
1212
},

0 commit comments

Comments
 (0)