Skip to content

Commit ef5ab27

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854
1 parent 068d9d0 commit ef5ab27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "module",
2929
"dependencies": {
3030
"@actions/core": "^1.5.0",
31-
"@actions/github": "^5.0.0",
31+
"@actions/github": "^6.0.0",
3232
"commander": "^8.1.0",
3333
"cross-fetch": "^3.1.4",
3434
"log4js": "^6.3.0",

0 commit comments

Comments
 (0)