Skip to content

Commit

Permalink
Upgrade dependencies to fix reported security issue
Browse files Browse the repository at this point in the history
Dependabot reported a problem in underscore package version used, this
should address it.
  • Loading branch information
Mihails Strasuns authored and mihails-strasuns committed Jun 13, 2021
1 parent 8ae9872 commit c910ec8
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

87 changes: 71 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.1",
"promisify-child-process": "^3.1.4",
"typed-rest-client": "^1.8.1"
"typed-rest-client": "^1.8.4"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/node": "^14.17.3",
"@vercel/ncc": "^0.27.0",
"typescript": "^4.1.3"
"typescript": "^4.3.2"
}
}

0 comments on commit c910ec8

Please sign in to comment.