Skip to content

Commit

Permalink
revert dep updates for mtime and @types/mime
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jan 19, 2025
1 parent c88fe67 commit 30c22fe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ updates:
- dependency-name: node-fetch
versions:
- ">=3.0.0"
# ignore mime and @types/mime per https://github.com/softprops/action-gh-release/pull/475
- dependency-name: mime
versions:
- ">=4.0.0"
- dependency-name: "@types/mime"
versions:
- ">=4.0.0"
commit-message:
prefix: "chore(deps)"
- package-ecosystem: github-actions
Expand Down
29 changes: 12 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@octokit/plugin-retry": "^7.1.3",
"@octokit/plugin-throttling": "^9.4.0",
"glob": "^11.0.1",
"mime": "^4.0.6"
"mime": "^3.0.0"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/mime": "^4.0.0",
"@types/mime": "^3.0.1",
"@types/node": "^22.10.6",
"@vercel/ncc": "^0.38.3",
"jest": "^29.3.1",
Expand Down

0 comments on commit 30c22fe

Please sign in to comment.