From 495f4dbb37d0473c71fffc2a0011007cb335821d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 04:34:41 +0000 Subject: [PATCH] Bump ws from 7.4.5 to 7.4.6 in /gitbook/sample Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6) Signed-off-by: dependabot[bot] --- gitbook/sample/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitbook/sample/package-lock.json b/gitbook/sample/package-lock.json index 72cbefa..8fe6a3d 100644 --- a/gitbook/sample/package-lock.json +++ b/gitbook/sample/package-lock.json @@ -14293,9 +14293,9 @@ "dev": true }, "ws": { - "version": "7.4.5", - "resolved": "https://registry.npm.taobao.org/ws/download/ws-7.4.5.tgz?cache=0&sync_timestamp=1618734243525&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fws%2Fdownload%2Fws-7.4.5.tgz", - "integrity": "sha1-pITdhR6b62/bQgAn44hejOSJhsE=", + "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": {