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