Skip to content

Commit e44cdc7

Browse files
authored
chore(deps): lift the runtime crypto and utility dependencies past their advisories (#5)
elliptic below 6.6.1 accepts signatures it should reject, and this package verifies real signatures. lodash and both bn.js lines carry their own advisories in the same runtime graph that ships to consumers. Every declared range already admitted the patched version, so package.json needs no change. The lockfile is edited in place because yarn 1 renormalizes the whole file on any write; a frozen install and a registry check validate the integrity hashes.
1 parent 6782a81 commit e44cdc7

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -500,14 +500,14 @@ binary-extensions@^2.0.0:
500500
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
501501

502502
bn.js@^4.11.9:
503-
version "4.12.0"
504-
resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz"
505-
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
503+
version "4.12.3"
504+
resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.3.tgz"
505+
integrity sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==
506506

507507
bn.js@^5.2.0:
508-
version "5.2.1"
509-
resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz"
510-
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
508+
version "5.2.3"
509+
resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.3.tgz"
510+
integrity sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==
511511

512512
brace-expansion@^1.1.7:
513513
version "1.1.11"
@@ -806,9 +806,9 @@ electron-to-chromium@^1.4.668:
806806
integrity sha512-6Fmg8QkkumNOwuZ/5mIbMU9WI3H2fmn5ajcVya64I5Yr5CcNmO7vcLt0Y7c96DCiMO5/9G+4sI2r6eEvdg1F7A==
807807

808808
elliptic@^6.5.4:
809-
version "6.5.5"
810-
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz"
811-
integrity sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==
809+
version "6.6.1"
810+
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz"
811+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
812812
dependencies:
813813
bn.js "^4.11.9"
814814
brorand "^1.1.0"
@@ -1384,9 +1384,9 @@ locate-path@^6.0.0:
13841384
p-locate "^5.0.0"
13851385

13861386
lodash@^4.17.21:
1387-
version "4.17.21"
1388-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
1389-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1387+
version "4.18.0"
1388+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.0.tgz"
1389+
integrity sha512-l1mfj2atMqndAHI3ls7XqPxEjV2J9ZkcNyHpoZA3r2T1LLwDB69jgkMWh71YKwhBbK0G2f4WSn05ahmQXVxupA==
13901390

13911391
log-symbols@4.1.0:
13921392
version "4.1.0"

0 commit comments

Comments
 (0)