Skip to content

Commit 6071136

Browse files
Bump @types/http-errors from 2.0.4 to 2.0.5 (#290)
Bumps [@types/http-errors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/http-errors) from 2.0.4 to 2.0.5. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/http-errors">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/http-errors&package-manager=npm_and_yarn&previous-version=2.0.4&new-version=2.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent fad3f63 commit 6071136

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@labforward/eslint-config-node": "~0.1.8",
1919
"@types/express": "^5.0.2",
2020
"@types/fs-extra": "^11.0.4",
21-
"@types/http-errors": "^2.0.4",
21+
"@types/http-errors": "^2.0.5",
2222
"@types/jest": "^29.5.14",
2323
"@types/lodash": "^4.17.17",
2424
"@types/morgan": "^1.9.9",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,10 +1994,10 @@ __metadata:
19941994
languageName: node
19951995
linkType: hard
19961996

1997-
"@types/http-errors@npm:*, @types/http-errors@npm:^2.0.4":
1998-
version: 2.0.4
1999-
resolution: "@types/http-errors@npm:2.0.4"
2000-
checksum: 494670a57ad4062fee6c575047ad5782506dd35a6b9ed3894cea65830a94367bd84ba302eb3dde331871f6d70ca287bfedb1b2cf658e6132cd2cbd427ab56836
1997+
"@types/http-errors@npm:*, @types/http-errors@npm:^2.0.5":
1998+
version: 2.0.5
1999+
resolution: "@types/http-errors@npm:2.0.5"
2000+
checksum: 00f8140fbc504f47356512bd88e1910c2f07e04233d99c88c854b3600ce0523c8cd0ba7d1897667243282eb44c59abb9245959e2428b9de004f93937f52f7c15
20012001
languageName: node
20022002
linkType: hard
20032003

@@ -5420,7 +5420,7 @@ __metadata:
54205420
"@labforward/eslint-config-node": "npm:~0.1.8"
54215421
"@types/express": "npm:^5.0.2"
54225422
"@types/fs-extra": "npm:^11.0.4"
5423-
"@types/http-errors": "npm:^2.0.4"
5423+
"@types/http-errors": "npm:^2.0.5"
54245424
"@types/jest": "npm:^29.5.14"
54255425
"@types/lodash": "npm:^4.17.17"
54265426
"@types/morgan": "npm:^1.9.9"

0 commit comments

Comments
 (0)