Skip to content

Commit f0dec08

Browse files
ElecashPatrickJS
authored andcommitted
Update WS version (PatrickJS#101)
Update WS version to 1.1.0 to avoid denial of service attacks. More info: https://snyk.io/vuln/npm:ws:20160624
1 parent 3779e66 commit f0dec08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"license": "MIT",
4343
"dependencies": {
4444
"angular": "*",
45-
"ws": "^1.0.0"
45+
"ws": "^1.1.0"
4646
},
4747
"devDependencies": {
4848
"angular-animate": "^1.3.13",

0 commit comments

Comments
 (0)