From bad89d1be3cc450a2613b4e432918d8206b8848a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 07:44:17 +0000 Subject: [PATCH] build(deps): bump elliptic from 6.5.2 to 6.5.3 in /examples 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] --- examples/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index 024554e..186b5f7 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -3188,9 +3188,9 @@ "dev": true }, "elliptic": { - "version": "6.5.2", - "resolved": "http://registry.npm.baidu-int.com/elliptic/-/elliptic-6.5.2.tgz", - "integrity": "sha1-BcVnjXFzwEnYykM1UiJKSV0ON2I=", + "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",