Skip to content

Commit

Permalink
chore(deps-dev): Bump @types/serve-static from 1.15.5 to 1.15.7 (#2058)
Browse files Browse the repository at this point in the history
Bumps
[@types/serve-static](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/serve-static)
from 1.15.5 to 1.15.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/serve-static">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/serve-static&package-manager=npm_and_yarn&previous-version=1.15.5&new-version=1.15.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 5786d73 commit a3892bc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"@types/marked-terminal": "^6.0.1",
"@types/normalize-path": "^3.0.2",
"@types/puppeteer-core": "^7.0.4",
"@types/serve-static": "^1.15.5",
"@types/serve-static": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Expand Up @@ -53,7 +53,7 @@
"@types/marked-terminal": "^6.0.1",
"@types/normalize-path": "^3.0.2",
"@types/puppeteer-core": "^7.0.4",
"@types/serve-static": "^1.15.5",
"@types/serve-static": "^1.15.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.57.0",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Expand Up @@ -58,7 +58,7 @@ __metadata:
"@types/puppeteer-core": ^7.0.4
"@types/react": ^16.14
"@types/react-dom": ^16.9
"@types/serve-static": ^1.15.5
"@types/serve-static": ^1.15.7
"@typescript-eslint/eslint-plugin": ^6.18.1
"@typescript-eslint/parser": ^6.18.1
accessibility-insights-report: 4.7.3
Expand Down Expand Up @@ -5223,7 +5223,7 @@ __metadata:
languageName: node
linkType: hard

"@types/serve-static@npm:^1.13.10, @types/serve-static@npm:^1.15.5":
"@types/serve-static@npm:^1.13.10":
version: 1.15.5
resolution: "@types/serve-static@npm:1.15.5"
dependencies:
Expand All @@ -5234,6 +5234,17 @@ __metadata:
languageName: node
linkType: hard

"@types/serve-static@npm:^1.15.7":
version: 1.15.7
resolution: "@types/serve-static@npm:1.15.7"
dependencies:
"@types/http-errors": "*"
"@types/node": "*"
"@types/send": "*"
checksum: bbbf00dbd84719da2250a462270dc68964006e8d62f41fe3741abd94504ba3688f420a49afb2b7478921a1544d3793183ffa097c5724167da777f4e0c7f1a7d6
languageName: node
linkType: hard

"@types/shimmer@npm:^1.0.2":
version: 1.0.2
resolution: "@types/shimmer@npm:1.0.2"
Expand Down Expand Up @@ -5990,7 +6001,7 @@ __metadata:
"@types/marked-terminal": ^6.0.1
"@types/normalize-path": ^3.0.2
"@types/puppeteer-core": ^7.0.4
"@types/serve-static": ^1.15.5
"@types/serve-static": ^1.15.7
"@typescript-eslint/eslint-plugin": ^6.18.1
"@typescript-eslint/parser": ^6.18.1
case-sensitive-paths-webpack-plugin: ^2.4.0
Expand Down

0 comments on commit a3892bc

Please sign in to comment.