Skip to content

Commit

Permalink
[Dependencies] Add version constraint ws>=8.17.1 to address vulnerabi…
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed Jul 23, 2024
1 parent ea32055 commit 289862a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 7 additions & 5 deletions frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"timezone-mock": "^1.3.6",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"ws": ">=8.17.1"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
Expand Down

0 comments on commit 289862a

Please sign in to comment.