mirror of
https://github.com/actions/labeler.git
synced 2026-01-10 23:01:03 +08:00
Update licenses and dependencies (#477)
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user