diff options
author | dependabot[bot] | 2020-08-02 01:13:21 +0000 |
---|---|---|
committer | GitHub | 2020-08-02 01:13:21 +0000 |
commit | 72aac33a933fae8409c21a145068506e03470fc8 (patch) | |
tree | 4b8103b755b5ca1f29fa40814b17d0ecb1631c15 /assets | |
parent | f46bb82424523bed06344d95d6a5ecf8e9069fd5 (diff) | |
download | waev-72aac33a933fae8409c21a145068506e03470fc8.tar.gz |
Bump elliptic from 6.5.2 to 6.5.3 in /assets
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] <support@github.com>
Diffstat (limited to 'assets')
-rw-r--r-- | assets/package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/package-lock.json b/assets/package-lock.json index 51501b3..e736e1e 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -2812,9 +2812,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", @@ -2827,9 +2827,9 @@ }, "dependencies": { "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==", + "version": "4.11.9", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", + "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==", "dev": true } } |