Updating deps

This commit is contained in:
Benjamin Lannon 2022-03-05 11:01:16 -05:00
commit f489db4b93
2 changed files with 22 additions and 16 deletions

View file

@ -10,10 +10,10 @@
"build": "ncc build index.js -o lib -m"
},
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.28.6"
"@vercel/ncc": "^0.33.3"
}
}