diff --git a/package-lock.json b/package-lock.json index 3346daa..2c381ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4272,9 +4272,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==" }, "xdg-basedir": { "version": "2.0.0", diff --git a/package.json b/package.json index ffd08ae..f76efc0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "jsdom": "^16.3.0", "nodemailer": "^4.0.1", "rimraf": "^3.0.2", - "ws": "^7.3.1" + "ws": "^7.4.6" }, "devDependencies": { "babel-cli": "^6.24.1",