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

Bump dependencies (#324)

This commit is contained in:
Kevin Stillhammer
2025-03-17 10:32:59 +01:00
committed by GitHub
parent a4fd982317
commit d02c4c2d68
5 changed files with 16761 additions and 9840 deletions

View File

@@ -32,17 +32,17 @@
"@octokit/core": "^6.1.4",
"@octokit/plugin-paginate-rest": "^11.4.3",
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
"undici": "^6.19.8",
"undici": "^7.5.0",
"smol-toml": "^1.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.5",
"@types/node": "^22.13.10",
"@types/semver": "^7.5.8",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}