fix CVE-2022-0235 (#108)

* npm audit fix

* npm run all

* 1.8.4

* update README and daily action to use v1.8.4
This commit is contained in:
Naoki Oketani
2022-01-25 12:30:57 +09:00
committed by GitHub
parent 8196a9cc90
commit 02cb9c4d3b
5 changed files with 8827 additions and 19 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.8.3
- uses: oke-py/npm-audit-action@v1.8.4
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.8.3
- uses: oke-py/npm-audit-action@v1.8.4
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}

2236
dist/index.js vendored

File diff suppressed because one or more lines are too long

6604
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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