Skip to content

Commit 289862a

Browse files
committed
[Dependencies] Add version constraint ws>=8.17.1 to address vulnerability
https://github.com/aws/aws-parallelcluster-ui/security/dependabot/41.
1 parent ea32055 commit 289862a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

frontend/package-lock.json

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"lint-staged": "^13.0.3",
6363
"prettier": "^2.7.1",
6464
"timezone-mock": "^1.3.6",
65-
"typescript": "^4.7.4"
65+
"typescript": "^4.7.4",
66+
"ws": ">=8.17.1"
6667
},
6768
"lint-staged": {
6869
"**/*.{js,jsx,ts,tsx}": [

0 commit comments

Comments
 (0)