Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2022-08-18 19:57:13 +00:00
parent 341b59f315
commit a37ee26906
19 changed files with 933 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.4.0",
"version": "1.9.1",
"description": "Actions core lib",
"keywords": [
"github",
@ -35,7 +35,12 @@
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^12.0.2"
"@types/node": "^12.0.2",
"@types/uuid": "^8.3.4"
}
}