Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#28)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ACTIONSCORE-2980270
  • Loading branch information
snyk-bot committed Aug 19, 2022
1 parent fb73b92 commit 53206f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 21 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/stefanbuck/github-issue-parser#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.9.1",
"js-yaml": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 53206f2

Please sign in to comment.