From e5990d8f9a6f270ee1b82826e0b3013ba716708b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 17:01:14 +0000 Subject: [PATCH] Bump ws from 6.0.0 to 6.2.2 in /block-chain Bumps [ws](https://github.com/websockets/ws) from 6.0.0 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.0.0...6.2.2) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- block-chain/package-lock.json | 14 +++++++------- block-chain/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/block-chain/package-lock.json b/block-chain/package-lock.json index 8ca4fcd..00420f6 100644 --- a/block-chain/package-lock.json +++ b/block-chain/package-lock.json @@ -19,9 +19,9 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "body-parser": { "version": "1.18.3", @@ -430,11 +430,11 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz", - "integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", "requires": { - "async-limiter": "1.0.0" + "async-limiter": "~1.0.0" } } } diff --git a/block-chain/package.json b/block-chain/package.json index e831ac1..e14560a 100644 --- a/block-chain/package.json +++ b/block-chain/package.json @@ -12,6 +12,6 @@ "body-parser": "^1.18.3", "crypto-js": "^3.1.9-1", "express": "^4.16.3", - "ws": "^6.0.0" + "ws": "^6.2.2" } }