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

bump deps (#569)

This commit is contained in:
Kevin Stillhammer
2025-09-14 15:04:41 +02:00
committed by GitHub
parent ffff8aa2b5
commit 995ad106c9
5 changed files with 3335 additions and 1489 deletions

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json", "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"assist": { "assist": {
"actions": { "actions": {
"source": { "source": {

1967
dist/setup/index.js generated vendored

File diff suppressed because it is too large Load Diff

1967
dist/update-known-versions/index.js generated vendored

File diff suppressed because it is too large Load Diff

530
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,15 +32,15 @@
"@octokit/plugin-rest-endpoint-methods": "^16.0.0", "@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@renovatebot/pep440": "^4.2.0", "@renovatebot/pep440": "^4.2.0",
"smol-toml": "^1.4.2", "smol-toml": "^1.4.2",
"undici": "^7.15.0" "undici": "^7.16.0"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.2.2", "@biomejs/biome": "2.2.4",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^24.3.0", "@types/node": "^24.3.1",
"@types/semver": "^7.7.0", "@types/semver": "^7.7.1",
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.3",
"jest": "^30.1.1", "jest": "^30.1.3",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ts-jest": "^29.4.1", "ts-jest": "^29.4.1",
"typescript": "^5.9.2" "typescript": "^5.9.2"