Skip to content

Commit

Permalink
[Snyk] Security upgrade eslint from 8.57.0 to 9.0.0 (#113)
Browse files Browse the repository at this point in the history
* fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* ci workflow trigger

* chore: sync package and lock

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
saidsef and snyk-bot authored Apr 7, 2024
1 parent 3460759 commit 4abbb91
Show file tree
Hide file tree
Showing 4 changed files with 404 additions and 303 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ parserOptions:
ecmaVersion: latest
sourceType: module
rules: {}
overrides:
- files: ["*.js", "*.mjs"]
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
node: [ 18, 19, 20, 21 ]
node: [ 19, 20, 21 ]
name: Node ${{ matrix.node }} test
steps:
- name: Git Checkout
Expand All @@ -23,10 +23,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Node Version
run: node --version
- name: NPM Rebuild
run: npm ci
- name: NPM Lint
run: npm run lint
- name: NPM Test
run: npm run test

Expand Down
Loading

0 comments on commit 4abbb91

Please sign in to comment.