Skip to content

Commit 53206f2

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#28)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACTIONSCORE-2980270
1 parent fb73b92 commit 53206f2

2 files changed

Lines changed: 22 additions & 7 deletions

File tree

package-lock.json

Lines changed: 21 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/stefanbuck/github-issue-parser#readme",
2222
"dependencies": {
23-
"@actions/core": "^1.2.6",
23+
"@actions/core": "^1.9.1",
2424
"js-yaml": "^4.0.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)