Skip to content

Commit

Permalink
chore(deps): fix critical vulnerability errors in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Mar 7, 2024
1 parent 2c3634f commit 152c8c1
Show file tree
Hide file tree
Showing 6 changed files with 1,761 additions and 4,769 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build
node_modules
/coverage
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm test --coverage
- run: npm test
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ node_modules
artifacts
npm-debug.log
.editorconfig
coverage/
.nyc_output/
.eslintcache
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
.npmignore
.sublime-project*
test/
coverage/
.nyc_output/
Loading

0 comments on commit 152c8c1

Please sign in to comment.