Update licenses and dependencies (#477)

This commit is contained in:
MaksimZhukov
2023-01-09 15:27:57 +01:00
committed by GitHub
parent 4878a7e749
commit 36adcc2cb2
19 changed files with 2771 additions and 3472 deletions

View File

@@ -24,19 +24,19 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.0",
"@actions/github": "^5.1.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.0.4"
"minimatch": "^5.1.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^16.11.7",
"@types/minimatch": "^3.0.5",
"@types/minimatch": "^5.1.2",
"@types/js-yaml": "^4.0.5",
"@vercel/ncc": "^0.34.0",
"@vercel/ncc": "^0.36.0",
"jest": "^27.5.1",
"prettier": "^2.8.1",
"ts-jest": "^27.1.3",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
}
}