Revize 626d312d
Přidáno uživatelem dependabot[bot] před asi 4 roky(ů)
- ID 626d312d90214d04b84f0de29fbec0ab7a788f42
- Rodič 214cfe87
client/package-lock.json | ||
---|---|---|
6711 | 6711 |
"integrity": "sha512-aN3Z89qEYIwVjzGi9SrcTjjopRZ3STUA6xTufS0fxZy8xOO2iqVw8rYKdT32CHgOKHOYj5KGmz3n6xUKE4QJiQ==" |
6712 | 6712 |
}, |
6713 | 6713 |
"elliptic": { |
6714 |
"version": "6.5.2",
|
|
6715 |
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
|
|
6716 |
"integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
|
|
6714 |
"version": "6.5.4",
|
|
6715 |
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
|
|
6716 |
"integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
|
|
6717 | 6717 |
"requires": { |
6718 |
"bn.js": "^4.4.0",
|
|
6719 |
"brorand": "^1.0.1",
|
|
6718 |
"bn.js": "^4.11.9",
|
|
6719 |
"brorand": "^1.1.0",
|
|
6720 | 6720 |
"hash.js": "^1.0.0", |
6721 |
"hmac-drbg": "^1.0.0",
|
|
6722 |
"inherits": "^2.0.1",
|
|
6723 |
"minimalistic-assert": "^1.0.0",
|
|
6724 |
"minimalistic-crypto-utils": "^1.0.0"
|
|
6721 |
"hmac-drbg": "^1.0.1",
|
|
6722 |
"inherits": "^2.0.4",
|
|
6723 |
"minimalistic-assert": "^1.0.1",
|
|
6724 |
"minimalistic-crypto-utils": "^1.0.1"
|
|
6725 | 6725 |
}, |
6726 | 6726 |
"dependencies": { |
6727 | 6727 |
"bn.js": { |
6728 |
"version": "4.11.9",
|
|
6729 |
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz",
|
|
6730 |
"integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw=="
|
|
6728 |
"version": "4.12.0",
|
|
6729 |
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
|
|
6730 |
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
|
|
6731 | 6731 |
} |
6732 | 6732 |
} |
6733 | 6733 |
}, |
Také k dispozici: Unified diff
Signed-off-by: dependabot[bot] <support@github.com>