Bump dependencies (#487)

This commit is contained in:
Kevin Stillhammer
2025-07-17 20:30:31 +02:00
committed by GitHub
parent b75ff7d7b8
commit de545d4421
4 changed files with 127 additions and 86 deletions

View File

@ -30,8 +30,8 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.2",
"@octokit/core": "^7.0.2",
"@octokit/plugin-paginate-rest": "^12.0.0",
"@octokit/plugin-rest-endpoint-methods": "^14.0.0",
"@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"
@ -39,12 +39,12 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.21",
"@types/node": "^24.0.14",
"@types/semver": "^7.7.0",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.3.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
}
}