10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-14 10:34:47 +00:00
This commit is contained in:
dependabot[bot] 2026-04-06 08:44:15 +00:00 committed by GitHub
commit b69cb60208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 325 additions and 356 deletions

671
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@
"@actions/io": "^3.0.2", "@actions/io": "^3.0.2",
"@actions/tool-cache": "4.0.0", "@actions/tool-cache": "4.0.0",
"@octokit/action": "^8.0.4", "@octokit/action": "^8.0.4",
"semver": "^7.7.3" "semver": "^7.7.4"
}, },
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
@ -25,11 +25,11 @@
"prepare": "husky" "prepare": "husky"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^25.0.9", "@types/node": "^25.5.2",
"esbuild": "^0.27", "esbuild": "^0.28",
"husky": "^9.1.7", "husky": "^9.1.7",
"prettier": "^3.8.0", "prettier": "^3.8.1",
"typescript": "^5.9.3", "typescript": "^6.0.2",
"vitest": "^4" "vitest": "^4"
} }
} }