Bump elliptic from 6.5.2 to 6.5.3 (#65)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-02 12:39:15 +02:00 committed by GitHub
parent 447f22ba56
commit 1f52a19970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
package-lock.json generated
View file

@ -2245,13 +2245,13 @@
"dev": true
},
"browser-sync": {
"version": "2.26.10",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.10.tgz",
"integrity": "sha512-JeVQP3CARvNA1DELj+ZGWj+/0pzE8+Omvq1WNgzaTXVdP3lNEbGxZbkjvLK7hHpQywjQ1sDJWlJQZT6V59XDTg==",
"version": "2.26.12",
"resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.26.12.tgz",
"integrity": "sha512-1GjAe+EpZQJgtKhWsxklEjpaMV0DrRylpHRvZWgOphDQt+bfLZjfynl/j1WjSFIx8ozj9j78g6Yk4TqD3gKaMA==",
"dev": true,
"requires": {
"browser-sync-client": "^2.26.10",
"browser-sync-ui": "^2.26.10",
"browser-sync-client": "^2.26.12",
"browser-sync-ui": "^2.26.12",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.4.1",
@ -2394,9 +2394,9 @@
}
},
"browser-sync-client": {
"version": "2.26.10",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.10.tgz",
"integrity": "sha512-8pYitKwpVva7hzXJI8lTljNDbA9fjMEobHSxWqegIUon/GjJAG3UgHB/+lBWnOLzTY8rGX66MvGqL1Aknyrj7g==",
"version": "2.26.12",
"resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.26.12.tgz",
"integrity": "sha512-bEBDRkufKxrIfjOsIB1FN9itUEXr2oLtz1AySgSSr80K2AWzmtoYnxtVASx/i40qFrSdeI31pNvdCjHivihLVA==",
"dev": true,
"requires": {
"etag": "1.8.1",
@ -2406,9 +2406,9 @@
}
},
"browser-sync-ui": {
"version": "2.26.10",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.10.tgz",
"integrity": "sha512-UfNSBItlXcmEvJ9RE4JooNtIsiIfHowp+7/52Jz4VFfQD4v78QK5/NV9DVrG41oMM3zLyhW4f/RliOb4ysStZg==",
"version": "2.26.12",
"resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.12.tgz",
"integrity": "sha512-PkAJNf/TfCFTCkQUfXplR2Kp/+/lbCWFO9lrgLZsmxIhvMLx2pYZFBbTBIaem8qjXhld9ZcESUC8EdU5VWFJgQ==",
"dev": true,
"requires": {
"async-each-series": "0.1.1",
@ -4271,9 +4271,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",