summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-29 02:36:47 +0000
committerGitHub <noreply@github.com>2021-05-29 02:36:47 +0000
commit4e9c6e03b37a7b554ac26955c0dbf7634de60327 (patch)
treeaf35df91ea8afc3d9fd44b0db8bcea6b492a68a4
parent188c5eba3edaf3bf1f95c6f494e5d88c54faaa0e (diff)
downloadnextcloud-server-4e9c6e03b37a7b554ac26955c0dbf7634de60327.tar.gz
nextcloud-server-4e9c6e03b37a7b554ac26955c0dbf7634de60327.zip
[Security] Bump ws from 7.3.1 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. **This update includes security fixes.** - [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-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index be653ed72a3..66073a13d93 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11218,9 +11218,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==",
"dev": true
},
"xml-name-validator": {