Skip to content

Commit

Permalink
[Snyk] Security upgrade lint-staged from 9.5.0 to 10.2.0 (#498)
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-ANSIREGEX-1583908

* fix: fix test

* fix: update node

* fix: update npm

* fix: remove node16

* fix: clear cache

* Revert "fix: clear cache"

This reverts commit e3a5e61.

* fix: use node npm

* fix: bump actions

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Victor Ayogu <[email protected]>
Co-authored-by: Victor A <[email protected]>
  • Loading branch information
4 people authored Mar 20, 2024
1 parent feb9686 commit 7d55d7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: [ lts/-1, lts/*]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"husky": "^8.0.2",
"jest": "^29.7.0",
"jest-express": "^1.10.1",
"lint-staged": "^9.0.0",
"lint-staged": "^15.2.2",
"listr": "^0.14.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 7d55d7e

Please sign in to comment.