fix: package.json & package-lock.json to reduce vulnerabilities (#129)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ACTIONSCORE-2980270
This commit is contained in:
Snyk bot
2022-08-15 04:02:11 +01:00
committed by GitHub
parent e311295dda
commit 317d6dc36c
2 changed files with 25 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
"author": "Naoki Oketani <okepy.naoki@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@octokit/rest": "^18.12.0",
"axios": "^0.27.2",