From 8757cba610ce39bf1ddc4058dccd98c3eb3c8678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 15:54:39 +0000 Subject: [PATCH] Bump elliptic in /DotChat/Clients/DotChat.Clients.JavaScript Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] --- .../Clients/DotChat.Clients.JavaScript/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json b/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json index 0f7646c..08f1366 100644 --- a/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json +++ b/DotChat/Clients/DotChat.Clients.JavaScript/package-lock.json @@ -1,6 +1,6 @@ { "name": "dot-chat-client", - "version": "1.1.0", + "version": "1.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2272,9 +2272,9 @@ "dev": true }, "elliptic": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", - "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", "dev": true, "requires": { "bn.js": "^4.4.0",