Skip to content

Commit

Permalink
Update node-mocks-http to version 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Sep 10, 2024
1 parent 9ffabdd commit 796320e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-standard": "^4.1.0",
"husky": "^3.1.0",
"mongoose-seed": "^0.6.0",
"node-mocks-http": "^1.10.1",
"node-mocks-http": "^1.16.0",
"nodemon": "^2.0.7"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@
"@types/bson" "*"
"@types/node" "*"

"@types/node@*", "@types/node@^20.10.6":
"@types/node@*":
version "20.11.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.18.tgz#06912d152e47c2ac0a393c62141e623ca6005d46"
integrity sha512-ABT5VWnnYneSBcNWYSCuR05M826RoMyMSGiFivXGx6ZUIsXb9vn4643IEwkg2zbEOSgAiSogtapN2fgc4mAPlw==
Expand Down Expand Up @@ -5368,13 +5368,13 @@ node-int64@^0.4.0:
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==

node-mocks-http@^1.10.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.14.1.tgz#6a387ce09229fe545dcc0154d16bc3480618e013"
integrity sha512-mfXuCGonz0A7uG1FEjnypjm34xegeN5+HI6xeGhYKecfgaZhjsmYoLE9LEFmT+53G1n8IuagPZmVnEL/xNsFaA==
node-mocks-http@^1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.16.0.tgz#c54c75fce7b7bec9afed9a00606d3c69e9ae8dc4"
integrity sha512-jmDjsr87ugnZ4nqBeX8ccMB1Fn04qc5Fz45XgrneJerWGV0VqS+wpu/zVkwv8LDAYHljDy5FzNvRJaOzEW9Dyw==
dependencies:
"@types/express" "^4.17.21"
"@types/node" "^20.10.6"
"@types/node" "*"
accepts "^1.3.7"
content-disposition "^0.5.3"
depd "^1.1.0"
Expand Down

0 comments on commit 796320e

Please sign in to comment.