Skip to content

Commit

Permalink
build(deps): update dependency node-mocks-http to v1.14.0 (#454)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent c88c0f3 commit 50bac26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion authorization-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.0.1",
"jest": "29.7.0",
"node-mocks-http": "1.13.0",
"node-mocks-http": "1.14.0",
"prettier": "3.1.1",
"redis-memory-server": "0.10.0",
"rimraf": "5.0.5",
Expand Down
8 changes: 4 additions & 4 deletions authorization-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8306,10 +8306,10 @@ 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.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.13.0.tgz#39d7154981b96fd03d323f6af594cb5725f77e54"
integrity sha512-lArD6sJMPJ53WF50GX0nJ89B1nkV1TdMvNwq8WXXFrUXF80ujSyye1T30mgiHh4h2It0/svpF3C4kZ2OAONVlg==
node-mocks-http@1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.14.0.tgz#b239e101640558d1fcbb89d23da2476d7886ad90"
integrity sha512-yOb3zNr9/5N27TAWxxMlrvWp4nNfRcrC0dAiqyj5NLyk6Jm80T95AhNj/YjThelkTkmTutS6RAB8pkmpkMofdA==
dependencies:
accepts "^1.3.7"
content-disposition "^0.5.3"
Expand Down

0 comments on commit 50bac26

Please sign in to comment.