Skip to content

Commit 7d55d7e

Browse files
twilio-product-securitysnyk-botvictoray
authored
[Snyk] Security upgrade lint-staged from 9.5.0 to 10.2.0 (#498)
* 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]>
1 parent feb9686 commit 7d55d7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [ lts/-1, lts/*]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v3
2525
with:

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"husky": "^8.0.2",
3737
"jest": "^29.7.0",
3838
"jest-express": "^1.10.1",
39-
"lint-staged": "^9.0.0",
39+
"lint-staged": "^15.2.2",
40+
"listr": "^0.14.3",
4041
"npm-run-all": "^4.1.5",
4142
"prettier": "^2.2.1",
4243
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)