diff options
author | dependabot[bot] | 2020-07-31 08:43:28 +0000 |
---|---|---|
committer | GitHub | 2020-07-31 08:43:28 +0000 |
commit | b2d52357de7a6a16c3549b1c5566bc84840a77e4 (patch) | |
tree | 1789bf88b8bf6d675b2af2bd007c185797dfd5ba /package-lock.json | |
parent | f6203473b9d785c0bc00e019a9fb805e6152b7da (diff) | |
download | bookmark-manager-b2d52357de7a6a16c3549b1c5566bc84840a77e4.tar.gz bookmark-manager-b2d52357de7a6a16c3549b1c5566bc84840a77e4.tar.bz2 bookmark-manager-b2d52357de7a6a16c3549b1c5566bc84840a77e4.zip |
Bump elliptic from 6.4.1 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 8ea9c8e..a22e318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4359,9 +4359,9 @@ "integrity": "sha512-jasjtY5RUy/TOyiUYM2fb4BDaPZfm6CXRFeJDMfFsXYADGxUN49RBqtgB7EL2RmJXeIRUk9lM1U6A5yk2YJMPQ==" }, "elliptic": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz", - "integrity": "sha512-eFOJTMyCYb7xtE/caJ6JJu+bhi67WCYNbkGSknu20pmM8Ke/bqOfdnZWxyoGN26JgfxTbXrsCkEw4KheCT/KGg==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", "requires": { "bn.js": "^4.4.0", "brorand": "^1.0.1", |