diff --git a/.pnp.cjs b/.pnp.cjs index b1be42c17e5..a7758f32aff 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -2614,7 +2614,7 @@ const RAW_RUNTIME_STATE = ["bloom-filter", "npm:0.2.0"],\ ["bn.js", "npm:4.12.0"],\ ["bs58", "npm:4.0.1"],\ - ["elliptic", "npm:6.5.7"],\ + ["elliptic", "npm:6.6.1"],\ ["inherits", "npm:2.0.1"],\ ["lodash", "npm:4.17.21"],\ ["ripemd160", "npm:2.0.2"],\ @@ -6818,7 +6818,7 @@ const RAW_RUNTIME_STATE = ["browserify-rsa", "npm:4.1.0"],\ ["create-hash", "npm:1.2.0"],\ ["create-hmac", "npm:1.1.7"],\ - ["elliptic", "npm:6.5.7"],\ + ["elliptic", "npm:6.6.1"],\ ["inherits", "npm:2.0.4"],\ ["parse-asn1", "npm:5.1.6"],\ ["readable-stream", "npm:3.6.2"],\ @@ -8279,7 +8279,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["create-ecdh", "npm:4.0.4"],\ ["bn.js", "npm:4.12.0"],\ - ["elliptic", "npm:6.5.7"]\ + ["elliptic", "npm:6.6.1"]\ ],\ "linkType": "HARD"\ }]\ @@ -9246,10 +9246,10 @@ const RAW_RUNTIME_STATE = }]\ ]],\ ["elliptic", [\ - ["npm:6.5.7", {\ - "packageLocation": "./.yarn/cache/elliptic-npm-6.5.7-df8e79dc1f-fbad1fad0a.zip/node_modules/elliptic/",\ + ["npm:6.6.1", {\ + "packageLocation": "./.yarn/cache/elliptic-npm-6.6.1-87bb857cbc-dc678c9feb.zip/node_modules/elliptic/",\ "packageDependencies": [\ - ["elliptic", "npm:6.5.7"],\ + ["elliptic", "npm:6.6.1"],\ ["bn.js", "npm:4.12.0"],\ ["brorand", "npm:1.1.0"],\ ["hash.js", "npm:1.1.7"],\ diff --git a/.yarn/cache/elliptic-npm-6.5.7-df8e79dc1f-fbad1fad0a.zip b/.yarn/cache/elliptic-npm-6.6.1-87bb857cbc-dc678c9feb.zip similarity index 87% rename from .yarn/cache/elliptic-npm-6.5.7-df8e79dc1f-fbad1fad0a.zip rename to .yarn/cache/elliptic-npm-6.6.1-87bb857cbc-dc678c9feb.zip index fc1cf754e12..4f347ed094a 100644 Binary files a/.yarn/cache/elliptic-npm-6.5.7-df8e79dc1f-fbad1fad0a.zip and b/.yarn/cache/elliptic-npm-6.6.1-87bb857cbc-dc678c9feb.zip differ diff --git a/.yarn/cache/fsevents-patch-19706e7e35-10.zip b/.yarn/cache/fsevents-patch-19706e7e35-10.zip deleted file mode 100644 index aff1ab12ce5..00000000000 Binary files a/.yarn/cache/fsevents-patch-19706e7e35-10.zip and /dev/null differ diff --git a/.yarnrc.yml b/.yarnrc.yml index 88cc8e05dff..4e89c2e4612 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -16,7 +16,6 @@ npmAuditExcludePackages: - "@humanwhocodes/object-schema" # TODO: Update eslint - micromatch # TODO: remove when new micromatch will be released https://github.com/advisories/GHSA-952p-6rrq-rcjv - eslint # TODO: Update eslint https://github.com/dashpay/platform/issues/2212 - - elliptic # TODO: Remove when elliptic >6.5.7 released - memdown # TODO: Update leveldb - levelup # TODO: Update leveldb - deferred-leveldown # TODO: Update leveldb diff --git a/package.json b/package.json index 6bc6abe1012..63aa9226dc9 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "packages/search-contract" ], "resolutions": { - "elliptic": "6.5.7", + "elliptic": "6.6.1", "bn.js": "4.12.0", "fast-json-patch": "^3.1.1", "oclif@3.4.2": "patch:oclif@npm:3.4.2#.yarn/patches/oclif-npm-3.4.2-a655d32eed.patch", diff --git a/yarn.lock b/yarn.lock index 6fce5d7901a..c69a41f3f37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7076,9 +7076,9 @@ __metadata: languageName: node linkType: hard -"elliptic@npm:6.5.7": - version: 6.5.7 - resolution: "elliptic@npm:6.5.7" +"elliptic@npm:6.6.1": + version: 6.6.1 + resolution: "elliptic@npm:6.6.1" dependencies: bn.js: "npm:^4.11.9" brorand: "npm:^1.1.0" @@ -7087,7 +7087,7 @@ __metadata: inherits: "npm:^2.0.4" minimalistic-assert: "npm:^1.0.1" minimalistic-crypto-utils: "npm:^1.0.1" - checksum: fbad1fad0a5cc07df83f80cc1f7a784247ef59075194d3e340eaeb2f4dd594825ee24c7e9b0cf279c9f1982efe610503bb3139737926428c4821d4fca1bcf348 + checksum: dc678c9febd89a219c4008ba3a9abb82237be853d9fd171cd602c8fb5ec39927e65c6b5e7a1b2a4ea82ee8e0ded72275e7932bb2da04a5790c2638b818e4e1c5 languageName: node linkType: hard