Skip to content

Commit e62bb8b

Browse files
committed
deps: etag@~1.8.1
1 parent 70589c3 commit e62bb8b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

History.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ unreleased
88
* deps: content-type@~1.0.4
99
- perf: remove argument reassignment
1010
- perf: skip parameter parsing when no parameters
11+
* deps: etag@~1.8.1
12+
- perf: replace regular expression with substring
1113
1214

1315
4.15.5 / 2017-09-24

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"depd": "~1.1.1",
3838
"encodeurl": "~1.0.1",
3939
"escape-html": "~1.0.3",
40-
"etag": "~1.8.0",
40+
"etag": "~1.8.1",
4141
"finalhandler": "~1.0.6",
4242
"fresh": "0.5.2",
4343
"merge-descriptors": "1.0.1",

0 commit comments

Comments
 (0)