Update deps (#121)

Fixes: https://github.com/astral-sh/setup-uv/issues/119
This commit is contained in:
Kevin Stillhammer 2024-10-15 13:33:59 +02:00 committed by GitHub
parent 10d8740fc2
commit f3bcaebff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4669 additions and 5654 deletions

View file

@ -24,7 +24,7 @@
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.5.0",
@ -36,10 +36,10 @@
"@biomejs/biome": "1.9.3",
"@types/node": "^22.7.5",
"@types/semver": "^7.5.8",
"@vercel/ncc": "^0.38.1",
"@vercel/ncc": "^0.38.2",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}