fix(core): Upgrade ws to address CVE-2024-37890 (#9801)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-20 17:26:50 +02:00
committed by GitHub
parent b131d75a4d
commit f98c4b8ac0
3 changed files with 32 additions and 44 deletions

View File

@@ -77,7 +77,8 @@
"semver": "^7.5.4",
"tslib": "^2.6.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.2"
"typescript": "^5.4.2",
"ws": ">=8.17.1"
},
"patchedDependencies": {
"typedi@0.10.0": "patches/typedi@0.10.0.patch",