package.json - update dependencies, @vercel/ncc

This commit is contained in:
MSP-Greg
2021-06-18 16:35:19 +02:00
committed by Benoit Daloze
parent fe983d22a1
commit 65c1995be7
3 changed files with 52397 additions and 47554 deletions
+6 -6
View File
@@ -22,13 +22,13 @@
},
"homepage": "https://github.com/ruby/setup-ruby",
"dependencies": {
"@actions/cache": "^1.0.5",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.3",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.4"
"@actions/cache": "^1.0.7",
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1"
},
"devDependencies": {
"@vercel/ncc": "^0.23.0"
"@vercel/ncc": "^0.28.6"
}
}