Bump minor version to 1.8.0

This commit is contained in:
Naoki Oketani
2021-10-03 09:27:31 +09:00
parent 47dbb726b6
commit b279a61c36
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.7.4
- uses: oke-py/npm-audit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_assignees: oke-py

View File

@@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v1.7.4
- uses: oke-py/npm-audit-action@v1.8.0
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}

4
package-lock.json generated
View File

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

View File

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