fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"description": "my first socket.io app",
|
"description": "my first socket.io app",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"color-convert": "^1.9.3",
|
"color-convert": "^1.9.3",
|
||||||
"express": "^4.17.1",
|
"express": "^4.21.0",
|
||||||
"socket.io": "^3.0.0"
|
"socket.io": "^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user