Skip to content

Commit

Permalink
Merge pull request #166 from hyperledger/fix_ws_cve
Browse files Browse the repository at this point in the history
fix: Overridding ws to 8.17.1 from CVEs
  • Loading branch information
peterbroadhurst authored Jul 15, 2024
2 parents 917315a + f5dee6a commit 69bb026
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
47 changes: 23 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"ws": "^8.16.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@nestjs/cli": "^10.3.2",
Expand Down Expand Up @@ -84,5 +83,8 @@
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"overrides": {
"ws": ">=8.17.1"
}
}

0 comments on commit 69bb026

Please sign in to comment.