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

Bump dependencies (#532)

This commit is contained in:
Kevin Stillhammer
2025-08-21 11:22:03 +02:00
committed by GitHub
parent adeb28643f
commit 4959332f0f
4 changed files with 4245 additions and 1636 deletions

View File

@@ -30,19 +30,19 @@
"@octokit/core": "^7.0.3",
"@octokit/plugin-paginate-rest": "^13.1.1",
"@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@renovatebot/pep440": "^4.1.0",
"smol-toml": "^1.3.4",
"undici": "^7.10.0"
"@renovatebot/pep440": "^4.2.0",
"smol-toml": "^1.4.2",
"undici": "^7.14.0"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.0.14",
"@types/node": "^24.3.0",
"@types/semver": "^7.7.0",
"@vercel/ncc": "^0.38.3",
"jest": "^30.0.5",
"js-yaml": "^4.1.0",
"ts-jest": "^29.4.1",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}