Skip to content

Commit

Permalink
Bump response-time from 2.3.2 to 2.3.3 (#654)
Browse files Browse the repository at this point in the history
Bumps [response-time](https://github.com/expressjs/response-time) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/expressjs/response-time/releases)
- [Changelog](https://github.com/expressjs/response-time/blob/master/HISTORY.md)
- [Commits](expressjs/response-time@2.3.2...2.3.3)

---
updated-dependencies:
- dependency-name: response-time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 10d7148 commit 0e13f51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"rate-limiter-flexible": "^5.0.3",
"response-time": "^2.3.2"
"response-time": "^2.3.3"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2141,11 +2141,6 @@ [email protected], depd@~2.0.0:
resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==

depd@~1.1.0:
version "1.1.2"
resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
Expand Down Expand Up @@ -4105,12 +4100,12 @@ resolve@^1.0.0, resolve@^1.1.6, resolve@^1.20.0:
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"

response-time@^2.3.2:
version "2.3.2"
resolved "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz#ffa71bab952d62f7c1d49b7434355fbc68dffc5a"
integrity sha1-/6cbq5UtYvfB1Jt0NDVfvGjf/Fo=
response-time@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/response-time/-/response-time-2.3.3.tgz#cfec433ea1b286943a2b48b01c67a051a536b130"
integrity sha512-SsjjOPHl/FfrTQNgmc5oen8Hr1Jxpn6LlHNXxCIFdYMHuK1kMeYMobb9XN3mvxaGQm3dbegqYFMX4+GDORfbWg==
dependencies:
depd "~1.1.0"
depd "~2.0.0"
on-headers "~1.0.1"

reusify@^1.0.4:
Expand Down

0 comments on commit 0e13f51

Please sign in to comment.