diff --git a/package-lock.json b/package-lock.json index 5d3624b5b..742b6aebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15542,9 +15542,9 @@ } }, "ws": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", - "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xml-name-validator": { "version": "3.0.0", diff --git a/package.json b/package.json index 38d0e68fc..f1bcc5448 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "ts-toolbelt": "^9.6.0", "uuid": "^8.3.2", "webpack-node-externals": "^3.0.0", - "ws": "^7.4.5" + "ws": "^7.4.6" }, "optionalDependencies": { "bufferutil": "^4.0.3",