This commit is contained in:
Naoki Oketani
2021-05-09 17:24:03 +09:00
parent 9ceef494c8
commit 1f505b760c
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "npm-audit-action",
"version": "1.7.1",
"version": "1.7.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",

View File

@@ -1,6 +1,6 @@
{
"name": "npm-audit-action",
"version": "1.7.1",
"version": "1.7.2",
"private": true,
"description": "GitHub Action to run `npm audit`",
"main": "lib/main.js",