5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-11 11:04:47 +00:00

Bump dependencies (#389)

This commit is contained in:
Kevin Stillhammer
2025-04-29 22:50:17 +02:00
committed by GitHub
parent ef6bcdff59
commit 6b9c6063ab
4 changed files with 311 additions and 150 deletions

View File

@@ -30,20 +30,20 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.2",
"@octokit/core": "^6.1.4",
"@octokit/plugin-paginate-rest": "^11.4.3",
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
"@octokit/plugin-paginate-rest": "^12.0.0",
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
"@renovatebot/pep440": "^4.1.0",
"smol-toml": "^1.3.1",
"undici": "^7.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.10",
"@types/semver": "^7.5.8",
"@types/node": "^22.15.3",
"@types/semver": "^7.7.0",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.2.6",
"ts-jest": "^29.3.2",
"typescript": "^5.8.2"
}
}