Skip to content

Commit

Permalink
Update dependency content-type to v1.0.5 (#77)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [content-type](https://togithub.com/jshttp/content-type) | [`1.0.4` -> `1.0.5`](https://renovatebot.com/diffs/npm/content-type/1.0.4/1.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/content-type/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/content-type/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/content-type/1.0.4/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/content-type/1.0.4/1.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/content-type](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/content-type) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`1.1.3` -> `1.1.6`](https://renovatebot.com/diffs/npm/@types%2fcontent-type/1.1.3/1.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fcontent-type/1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fcontent-type/1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fcontent-type/1.1.3/1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fcontent-type/1.1.3/1.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>jshttp/content-type (content-type)</summary>

### [`v1.0.5`](https://togithub.com/jshttp/content-type/blob/HEAD/HISTORY.md#105--2023-01-29)

[Compare Source](https://togithub.com/jshttp/content-type/compare/v1.0.4...v1.0.5)

\==================

-   perf: skip value escaping when unnecessary

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 61246f2 commit b91e656
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"@types/ci-info": "2.0.0",
"@types/compression": "0.0.36",
"@types/content-disposition": "0.5.6",
"@types/content-type": "1.1.3",
"@types/content-type": "1.1.6",
"@types/cookie": "0.3.3",
"@types/cross-spawn": "6.0.3",
"@types/debug": "4.1.5",
Expand Down Expand Up @@ -215,7 +215,7 @@
"conf": "5.0.0",
"constants-browserify": "1.0.0",
"content-disposition": "0.5.4",
"content-type": "1.0.4",
"content-type": "1.0.5",
"cookie": "0.4.1",
"cross-spawn": "7.0.3",
"crypto-browserify": "3.12.0",
Expand Down
19 changes: 12 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b91e656

Please sign in to comment.