Merge pull request #307 from RobinLinus/dependabot/npm_and_yarn/server/ws-7.4.6

Bump ws from 7.3.1 to 7.4.6 in /server
This commit is contained in:
RobinLinus 2021-06-04 15:38:04 +02:00 committed by GitHub
commit 6150a48f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -15,9 +15,9 @@
"integrity": "sha512-uNX6jVFjBXfZtsc7B8jVPJ3QdfCF/Sjde4gxsy3rNQmHuWGFarnU7IFGdxZKJ4h4uRjANQc6rG7GiGolRW9fgA==" "integrity": "sha512-uNX6jVFjBXfZtsc7B8jVPJ3QdfCF/Sjde4gxsy3rNQmHuWGFarnU7IFGdxZKJ4h4uRjANQc6rG7GiGolRW9fgA=="
}, },
"ws": { "ws": {
"version": "7.3.1", "version": "7.4.6",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="
} }
} }
} }

View file

@ -11,6 +11,6 @@
"dependencies": { "dependencies": {
"ua-parser-js": "^0.7.24", "ua-parser-js": "^0.7.24",
"unique-names-generator": "^4.3.0", "unique-names-generator": "^4.3.0",
"ws": "^7.3.1" "ws": "^7.4.6"
} }
} }