Skip to content

Commit

Permalink
build(deps): update dependency mime to ^4.0.6 (#4783)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mime](https://github.com/broofa/mime) | [`^4.0.4` ->
`^4.0.6`](https://renovatebot.com/diffs/npm/mime/4.0.4/4.0.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mime/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mime/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mime/4.0.4/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mime/4.0.4/4.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>broofa/mime (mime)</summary>

###
[`v4.0.6`](https://github.com/broofa/mime/blob/HEAD/CHANGELOG.md#406-2024-12-17)

[Compare
Source](https://github.com/broofa/mime/compare/v4.0.5...v4.0.6)

##### Bug Fixes

- remove sourcemaps
([#&#8203;325](https://github.com/broofa/mime/issues/325))
([c326c4e](https://github.com/broofa/mime/commit/c326c4e06db373164618ce01634c638aa35e3653))

###
[`v4.0.5`](https://github.com/broofa/mime/blob/HEAD/CHANGELOG.md#405-2024-12-17)

[Compare
Source](https://github.com/broofa/mime/compare/v4.0.4...v4.0.5)

##### Bug Fixes

- format types files with prettier
([#&#8203;321](https://github.com/broofa/mime/issues/321))
([e526816](https://github.com/broofa/mime/commit/e526816bbbbbe663fdcf006761a9bfa446fc6246))

#####
[4.0.4](https://github.com/broofa/mime/compare/v4.0.3...v4.0.4)
(2024-07-06)

#####
[4.0.3](https://github.com/broofa/mime/compare/v4.0.2...v4.0.3)
(2024-04-25)

##### Bug Fixes

- add types dir to package.json#files, fixes
[#&#8203;310](https://github.com/broofa/mime/issues/310)
([a547ca7](https://github.com/broofa/mime/commit/a547ca719186ed42da1eb4c4196d1c889156a7cc))

#####
[4.0.2](https://github.com/broofa/mime/compare/v4.0.0-beta.1...v4.0.2)
(2024-04-24)

##### Bug Fixes

- update mime-score version, fixes
[#&#8203;297](https://github.com/broofa/mime/issues/297)
([#&#8203;299](https://github.com/broofa/mime/issues/299))
([533872a](https://github.com/broofa/mime/commit/533872ac66d45505b05742334f8c752ce06074b9))

#####
[4.0.1](https://github.com/broofa/mime/compare/v4.0.0-beta.1...v4.0.1)
(2023-12-17)

##### Bug Fixes

- update mime-score version, fixes
[#&#8203;297](https://github.com/broofa/mime/issues/297)
([c150f9b](https://github.com/broofa/mime/commit/c150f9be4e7286bb263085fc21f4778b527b7866))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent a6fe495 commit ec0fdc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@supabase/supabase-js": "^2.47.8",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"mime": "^4.0.4",
"mime": "^4.0.6",
"nanoid": "^5.0.9",
"next": "^15.1.0",
"p-queue": "^8.0.1",
Expand Down
16 changes: 8 additions & 8 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 ec0fdc7

Please sign in to comment.