Skip to content

Commit f629e9d

Browse files
authored
Merge pull request #6 from jongan69/dependabot/npm_and_yarn/secp256k1-5.0.1
Bump secp256k1 from 5.0.0 to 5.0.1
2 parents 6f8c455 + b7a99f6 commit f629e9d

File tree

1 file changed

+45
-23
lines changed

1 file changed

+45
-23
lines changed

yarn.lock

Lines changed: 45 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,6 +5123,19 @@ elliptic@^6.4.0, elliptic@^6.5.3, elliptic@^6.5.4, elliptic@^6.5.5:
51235123
minimalistic-assert "^1.0.1"
51245124
minimalistic-crypto-utils "^1.0.1"
51255125

5126+
elliptic@^6.5.7:
5127+
version "6.5.7"
5128+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
5129+
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
5130+
dependencies:
5131+
bn.js "^4.11.9"
5132+
brorand "^1.1.0"
5133+
hash.js "^1.0.0"
5134+
hmac-drbg "^1.0.1"
5135+
inherits "^2.0.4"
5136+
minimalistic-assert "^1.0.1"
5137+
minimalistic-crypto-utils "^1.0.1"
5138+
51265139
emoji-regex@^7.0.1:
51275140
version "7.0.3"
51285141
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
@@ -6239,11 +6252,6 @@ http-shutdown@^1.2.2:
62396252
resolved "https://registry.yarnpkg.com/http-shutdown/-/http-shutdown-1.2.2.tgz#41bc78fc767637c4c95179bc492f312c0ae64c5f"
62406253
integrity sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==
62416254

6242-
http2@^3.3.7:
6243-
version "3.3.7"
6244-
resolved "https://registry.yarnpkg.com/http2/-/http2-3.3.7.tgz#78396eb1e0bcd1db1f4b138d997c682e23414fbc"
6245-
integrity sha512-puSi8M8WNlFJm9Pk4c/Mbz9Gwparuj3gO9/RRO5zv6piQ0FY+9Qywp0PdWshYgsMJSalixFY7eC6oPu0zRxLAQ==
6246-
62476255
https-proxy-agent@^5.0.0:
62486256
version "5.0.1"
62496257
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
@@ -7432,11 +7440,6 @@ [email protected]:
74327440
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
74337441
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
74347442

7435-
net@^1.0.2:
7436-
version "1.0.2"
7437-
resolved "https://registry.yarnpkg.com/net/-/net-1.0.2.tgz#d1757ec9a7fb2371d83cf4755ce3e27e10829388"
7438-
integrity sha512-kbhcj2SVVR4caaVnGLJKmlk2+f+oLkjqdKeQlmUtz6nGzOpbcobwVIeSURNgraV/v3tlmGIX82OcPCl0K6RbHQ==
7439-
74407443
74417444
version "14.1.1"
74427445
resolved "https://registry.yarnpkg.com/next/-/next-14.1.1.tgz#92bd603996c050422a738e90362dff758459a171"
@@ -8701,11 +8704,11 @@ sdp@^2.12.0, sdp@^2.6.0:
87018704
integrity sha512-jhXqQAQVM+8Xj5EjJGVweuEzgtGWb3tmEEpl3CLP3cStInSbVHSg0QWOGQzNq8pSID4JkpeV2mPqlMDLrm0/Vw==
87028705

87038706
secp256k1@^5.0.0:
8704-
version "5.0.0"
8705-
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-5.0.0.tgz#be6f0c8c7722e2481e9773336d351de8cddd12f7"
8706-
integrity sha512-TKWX8xvoGHrxVdqbYeZM9w+izTF4b9z3NhSaDkdn81btvuh+ivbIMGT/zQvDtTFWhRlThpoz6LEYTr7n8A5GcA==
8707+
version "5.0.1"
8708+
resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-5.0.1.tgz#dc2c86187d48ff2da756f0f7e96417ee03c414b1"
8709+
integrity sha512-lDFs9AAIaWP9UCdtWrotXWWF9t8PWgQDcxqgAnpM9rMqxb3Oaq2J0thzPVSxBwdJgyQtkU/sYtFtbM1RSt/iYA==
87078710
dependencies:
8708-
elliptic "^6.5.4"
8711+
elliptic "^6.5.7"
87098712
node-addon-api "^5.0.0"
87108713
node-gyp-build "^4.2.0"
87118714

@@ -8998,7 +9001,7 @@ strict-uri-encode@^2.0.0:
89989001
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
89999002
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
90009003

9001-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9004+
"string-width-cjs@npm:string-width@^4.2.0":
90029005
version "4.2.3"
90039006
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
90049007
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9016,6 +9019,15 @@ string-width@^3.0.0, string-width@^3.1.0:
90169019
is-fullwidth-code-point "^2.0.0"
90179020
strip-ansi "^5.1.0"
90189021

9022+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9023+
version "4.2.3"
9024+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9025+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9026+
dependencies:
9027+
emoji-regex "^8.0.0"
9028+
is-fullwidth-code-point "^3.0.0"
9029+
strip-ansi "^6.0.1"
9030+
90199031
string-width@^5.0.1, string-width@^5.1.2:
90209032
version "5.1.2"
90219033
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -9115,7 +9127,7 @@ [email protected]:
91159127
is-obj "^1.0.1"
91169128
is-regexp "^1.0.0"
91179129

9118-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9130+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
91199131
version "6.0.1"
91209132
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
91219133
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9129,6 +9141,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
91299141
dependencies:
91309142
ansi-regex "^4.1.0"
91319143

9144+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9145+
version "6.0.1"
9146+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9147+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9148+
dependencies:
9149+
ansi-regex "^5.0.1"
9150+
91329151
strip-ansi@^7.0.1:
91339152
version "7.1.0"
91349153
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -9373,11 +9392,6 @@ tiny-secp256k1@^1.1.6:
93739392
elliptic "^6.4.0"
93749393
nan "^2.13.2"
93759394

9376-
tls@^0.0.1:
9377-
version "0.0.1"
9378-
resolved "https://registry.yarnpkg.com/tls/-/tls-0.0.1.tgz#0ab2bf5968d71df2f8c0e1515d24a2240b98aac8"
9379-
integrity sha512-GzHpG+hwupY8VMR6rYsnAhTHqT/97zT45PG8WD5eTT1lq+dFE0nN+1PYpsoBcHJgSmTz5ceK2Cv88IkPmIPOtQ==
9380-
93819395
tmp-promise@^3.0.2:
93829396
version "3.0.3"
93839397
resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7"
@@ -9965,8 +9979,7 @@ word-wrap@^1.2.5:
99659979
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
99669980
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
99679981

9968-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9969-
name wrap-ansi-cjs
9982+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
99709983
version "7.0.0"
99719984
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
99729985
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9993,6 +10006,15 @@ wrap-ansi@^6.0.1:
999310006
string-width "^4.1.0"
999410007
strip-ansi "^6.0.0"
999510008

10009+
wrap-ansi@^7.0.0:
10010+
version "7.0.0"
10011+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10012+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10013+
dependencies:
10014+
ansi-styles "^4.0.0"
10015+
string-width "^4.1.0"
10016+
strip-ansi "^6.0.0"
10017+
999610018
wrap-ansi@^8.1.0:
999710019
version "8.1.0"
999810020
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)