diff --git a/package-lock.json b/package-lock.json index 10859d7..ad4c53a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11737,9 +11737,9 @@ } }, "ws": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", - "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "x-xss-protection": { "version": "1.3.0", diff --git a/package.json b/package.json index 7a5dc1f..eab470f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "superagent-absolute": "^1.0.1", "swagger-jsdoc": "^4.0.0", "uuid": "^8.2.0", - "ws": "^7.3.1" + "ws": "^7.4.6" }, "devDependencies": { "@stryker-mutator/core": "^4.5.0",