commit 67662453cb4d617dc1ac1419e063872c222a85fc
parent 5c4aeb0108c77c653e496bf843452e010b1b2838
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 29 May 2021 00:36:13 +0000
Bump ws from 7.3.1 to 7.4.6 in /server
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/server/package-lock.json b/server/package-lock.json
@@ -15,9 +15,9 @@
"integrity": "sha512-uNX6jVFjBXfZtsc7B8jVPJ3QdfCF/Sjde4gxsy3rNQmHuWGFarnU7IFGdxZKJ4h4uRjANQc6rG7GiGolRW9fgA=="
},
"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=="
}
}
}
diff --git a/server/package.json b/server/package.json
@@ -11,6 +11,6 @@
"dependencies": {
"ua-parser-js": "^0.7.21",
"unique-names-generator": "^4.3.0",
- "ws": "^7.3.1"
+ "ws": "^7.4.6"
}
}