Skip to content

Commit 6340461

Browse files
Bump @types/morgan from 1.9.9 to 1.9.10 (#291)
Bumps [@types/morgan](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/morgan) from 1.9.9 to 1.9.10. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/morgan">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/morgan&package-manager=npm_and_yarn&previous-version=1.9.9&new-version=1.9.10)](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 24803a7 commit 6340461

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
@@ -21,7 +21,7 @@
2121
"@types/http-errors": "^2.0.5",
2222
"@types/jest": "^29.5.14",
2323
"@types/lodash": "^4.17.17",
24-
"@types/morgan": "^1.9.9",
24+
"@types/morgan": "^1.9.10",
2525
"@types/supertest": "^6.0.3",
2626
"@types/yargs": "^17.0.33",
2727
"babel-plugin-root-import": "^6.6.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,12 +2080,12 @@ __metadata:
20802080
languageName: node
20812081
linkType: hard
20822082

2083-
"@types/morgan@npm:^1.9.9":
2084-
version: 1.9.9
2085-
resolution: "@types/morgan@npm:1.9.9"
2083+
"@types/morgan@npm:^1.9.10":
2084+
version: 1.9.10
2085+
resolution: "@types/morgan@npm:1.9.10"
20862086
dependencies:
20872087
"@types/node": "npm:*"
2088-
checksum: 2b310c6f7c3cd1d0e19fd8c644c6f4edd58415bb88be78cc8bea853c02b165a76e6d7ade91f5b92c124e9b9cf3a810c23e400392d5e30118988f68575dcd1ed4
2088+
checksum: 419f3fdefd89771f4935b690d7e49954ef8e1e3dd4a050a4b53daa363911df987c14e6d5f4fcba07a931a32c5a6ef1b318b6927c1b390cfb8ec900e84a230c02
20892089
languageName: node
20902090
linkType: hard
20912091

@@ -5423,7 +5423,7 @@ __metadata:
54235423
"@types/http-errors": "npm:^2.0.5"
54245424
"@types/jest": "npm:^29.5.14"
54255425
"@types/lodash": "npm:^4.17.17"
5426-
"@types/morgan": "npm:^1.9.9"
5426+
"@types/morgan": "npm:^1.9.10"
54275427
"@types/supertest": "npm:^6.0.3"
54285428
"@types/yargs": "npm:^17.0.33"
54295429
babel-plugin-root-import: "npm:^6.6.0"

0 commit comments

Comments
 (0)