Update deps

This commit is contained in:
Kevin Stillhammer 2024-08-24 09:28:20 +02:00
parent 4b677dce24
commit 6c37ad0dd4
No known key found for this signature in database
2 changed files with 367 additions and 94 deletions

View file

@ -35,7 +35,7 @@
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/rest": "^20.1.1"
"@octokit/rest": "^21.0.2"
},
"devDependencies": {
"@types/node": "^20.14.9",
@ -44,14 +44,14 @@
"@typescript-eslint/parser": "^7.15.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.4.5"
}
}