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:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
2236
dist/index.js
vendored
File diff suppressed because one or more lines are too long
6604
package-lock.json
generated
6604
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user