Skip to content

Commit b405f0b

Browse files
committed
Update dependency node-mocks-http to v1.11.0
1 parent b6e63f2 commit b405f0b

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"express-validator": "6.6.1",
2626
"morgan": "1.10.0",
27-
"node-mocks-http": "1.8.1",
27+
"node-mocks-http": "1.11.0",
2828
"simple-http-status": "1.1.0"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3128,6 +3128,13 @@ contains-path@^0.1.0:
31283128
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
31293129
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
31303130

3131+
content-disposition@^0.5.3:
3132+
version "0.5.3"
3133+
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
3134+
integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==
3135+
dependencies:
3136+
safe-buffer "5.1.2"
3137+
31313138
convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.7.0:
31323139
version "1.7.0"
31333140
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
@@ -6355,12 +6362,13 @@ node-libs-browser@^2.2.1:
63556362
util "^0.11.0"
63566363
vm-browserify "^1.0.1"
63576364

6358-
node-mocks-http@1.8.1:
6359-
version "1.8.1"
6360-
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.8.1.tgz#f149345992618e4d631dfdf77546025d8526b2bb"
6361-
integrity sha512-qtd9YwXzCTdLfqjP7XSOtFei3TggwnjFIppmYEneQBaDIuknwgJTpItLskC5/pWOpU3lsK5aqdo+5CfIKHkXLg==
6365+
node-mocks-http@1.11.0:
6366+
version "1.11.0"
6367+
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.11.0.tgz#defc0febf6b935f08245397d47534a8de592996e"
6368+
integrity sha512-jS/WzSOcKbOeGrcgKbenZeNhxUNnP36Yw11+hL4TTxQXErGfqYZ+MaYNNvhaTiGIJlzNSqgQkk9j8dSu1YWSuw==
63626369
dependencies:
63636370
accepts "^1.3.7"
6371+
content-disposition "^0.5.3"
63646372
depd "^1.1.0"
63656373
fresh "^0.5.2"
63666374
merge-descriptors "^1.0.1"

0 commit comments

Comments
 (0)