Skip to content

Commit 40c5442

Browse files
authored
Merge pull request #475 from liuliu-dev/dependabot/npm_and_yarn/cipher-base-1.0.7
Bump cipher-base from 1.0.4 to 1.0.7
2 parents b0594d1 + b681d55 commit 40c5442

1 file changed

Lines changed: 138 additions & 6 deletions

File tree

yarn.lock

Lines changed: 138 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3742,6 +3742,14 @@ builtin-status-codes@^3.0.0:
37423742
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
37433743
integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==
37443744

3745+
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
3746+
version "1.0.2"
3747+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
3748+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
3749+
dependencies:
3750+
es-errors "^1.3.0"
3751+
function-bind "^1.1.2"
3752+
37453753
call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
37463754
version "1.0.7"
37473755
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
@@ -3753,6 +3761,24 @@ call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bin
37533761
get-intrinsic "^1.2.4"
37543762
set-function-length "^1.2.1"
37553763

3764+
call-bind@^1.0.8:
3765+
version "1.0.8"
3766+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c"
3767+
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
3768+
dependencies:
3769+
call-bind-apply-helpers "^1.0.0"
3770+
es-define-property "^1.0.0"
3771+
get-intrinsic "^1.2.4"
3772+
set-function-length "^1.2.2"
3773+
3774+
call-bound@^1.0.3, call-bound@^1.0.4:
3775+
version "1.0.4"
3776+
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
3777+
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
3778+
dependencies:
3779+
call-bind-apply-helpers "^1.0.2"
3780+
get-intrinsic "^1.3.0"
3781+
37563782
callsites@^3.0.0, callsites@^3.1.0:
37573783
version "3.1.0"
37583784
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -3898,12 +3924,13 @@ ci-info@^4.2.0:
38983924
integrity sha512-l+2bNRMiQgcfILUi33labAZYIWlH1kWDp+ecNo5iisRKrbm0xcRyCww71/YU0Fkw0mAFpz9bJayXPjey6vkmaQ==
38993925

39003926
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
3901-
version "1.0.4"
3902-
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
3903-
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
3927+
version "1.0.7"
3928+
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.7.tgz#bd094bfef42634ccfd9e13b9fc73274997111e39"
3929+
integrity sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==
39043930
dependencies:
3905-
inherits "^2.0.1"
3906-
safe-buffer "^5.0.1"
3931+
inherits "^2.0.4"
3932+
safe-buffer "^5.2.1"
3933+
to-buffer "^1.2.2"
39073934

39083935
cjs-module-lexer@^1.2.3:
39093936
version "1.4.1"
@@ -4537,6 +4564,15 @@ dot-case@^3.0.4:
45374564
no-case "^3.0.4"
45384565
tslib "^2.0.3"
45394566

4567+
dunder-proto@^1.0.1:
4568+
version "1.0.1"
4569+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
4570+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
4571+
dependencies:
4572+
call-bind-apply-helpers "^1.0.1"
4573+
es-errors "^1.3.0"
4574+
gopd "^1.2.0"
4575+
45404576
eastasianwidth@^0.2.0:
45414577
version "0.2.0"
45424578
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -4685,6 +4721,11 @@ es-define-property@^1.0.0:
46854721
dependencies:
46864722
get-intrinsic "^1.2.4"
46874723

4724+
es-define-property@^1.0.1:
4725+
version "1.0.1"
4726+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
4727+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
4728+
46884729
es-errors@^1.2.1, es-errors@^1.3.0:
46894730
version "1.3.0"
46904731
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
@@ -4702,6 +4743,13 @@ es-object-atoms@^1.0.0:
47024743
dependencies:
47034744
es-errors "^1.3.0"
47044745

4746+
es-object-atoms@^1.1.1:
4747+
version "1.1.1"
4748+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
4749+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
4750+
dependencies:
4751+
es-errors "^1.3.0"
4752+
47054753
es-set-tostringtag@^2.0.3:
47064754
version "2.0.3"
47074755
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777"
@@ -5085,6 +5133,13 @@ for-each@^0.3.3:
50855133
dependencies:
50865134
is-callable "^1.1.3"
50875135

5136+
for-each@^0.3.5:
5137+
version "0.3.5"
5138+
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.5.tgz#d650688027826920feeb0af747ee7b9421a41d47"
5139+
integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==
5140+
dependencies:
5141+
is-callable "^1.2.7"
5142+
50885143
foreground-child@^3.1.0:
50895144
version "3.3.0"
50905145
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
@@ -5201,11 +5256,35 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@
52015256
has-symbols "^1.0.3"
52025257
hasown "^2.0.0"
52035258

5259+
get-intrinsic@^1.3.0:
5260+
version "1.3.0"
5261+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
5262+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
5263+
dependencies:
5264+
call-bind-apply-helpers "^1.0.2"
5265+
es-define-property "^1.0.1"
5266+
es-errors "^1.3.0"
5267+
es-object-atoms "^1.1.1"
5268+
function-bind "^1.1.2"
5269+
get-proto "^1.0.1"
5270+
gopd "^1.2.0"
5271+
has-symbols "^1.1.0"
5272+
hasown "^2.0.2"
5273+
math-intrinsics "^1.1.0"
5274+
52045275
get-package-type@^0.1.0:
52055276
version "0.1.0"
52065277
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
52075278
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
52085279

5280+
get-proto@^1.0.1:
5281+
version "1.0.1"
5282+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
5283+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
5284+
dependencies:
5285+
dunder-proto "^1.0.1"
5286+
es-object-atoms "^1.0.0"
5287+
52095288
get-stream@^6.0.0:
52105289
version "6.0.1"
52115290
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
@@ -5313,6 +5392,11 @@ gopd@^1.0.1:
53135392
dependencies:
53145393
get-intrinsic "^1.1.3"
53155394

5395+
gopd@^1.2.0:
5396+
version "1.2.0"
5397+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
5398+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
5399+
53165400
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4:
53175401
version "4.2.11"
53185402
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
@@ -5367,6 +5451,11 @@ has-symbols@^1.0.2, has-symbols@^1.0.3:
53675451
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
53685452
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
53695453

5454+
has-symbols@^1.1.0:
5455+
version "1.1.0"
5456+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
5457+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
5458+
53705459
has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
53715460
version "1.0.2"
53725461
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
@@ -5844,6 +5933,13 @@ is-typed-array@^1.1.13, is-typed-array@^1.1.3:
58445933
dependencies:
58455934
which-typed-array "^1.1.14"
58465935

5936+
is-typed-array@^1.1.14:
5937+
version "1.1.15"
5938+
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz#4bfb4a45b61cee83a5a46fba778e4e8d59c0ce0b"
5939+
integrity sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==
5940+
dependencies:
5941+
which-typed-array "^1.1.16"
5942+
58475943
is-weakref@^1.0.2:
58485944
version "1.0.2"
58495945
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
@@ -6556,6 +6652,11 @@ markdown-table@^3.0.0:
65566652
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.4.tgz#fe44d6d410ff9d6f2ea1797a3f60aa4d2b631c2a"
65576653
integrity sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==
65586654

6655+
math-intrinsics@^1.1.0:
6656+
version "1.1.0"
6657+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
6658+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
6659+
65596660
md5.js@^1.3.4:
65606661
version "1.3.5"
65616662
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
@@ -8707,7 +8808,7 @@ serialize-javascript@^6.0.1:
87078808
dependencies:
87088809
randombytes "^2.1.0"
87098810

8710-
set-function-length@^1.2.1:
8811+
set-function-length@^1.2.1, set-function-length@^1.2.2:
87118812
version "1.2.2"
87128813
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
87138814
integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
@@ -9351,6 +9452,15 @@ tmpl@1.0.5:
93519452
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
93529453
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
93539454

9455+
to-buffer@^1.2.2:
9456+
version "1.2.2"
9457+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.2.tgz#ffe59ef7522ada0a2d1cb5dfe03bb8abc3cdc133"
9458+
integrity sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==
9459+
dependencies:
9460+
isarray "^2.0.5"
9461+
safe-buffer "^5.2.1"
9462+
typed-array-buffer "^1.0.3"
9463+
93549464
to-regex-range@^5.0.1:
93559465
version "5.0.1"
93569466
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
@@ -9482,6 +9592,15 @@ typed-array-buffer@^1.0.2:
94829592
es-errors "^1.3.0"
94839593
is-typed-array "^1.1.13"
94849594

9595+
typed-array-buffer@^1.0.3:
9596+
version "1.0.3"
9597+
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz#a72395450a4869ec033fd549371b47af3a2ee536"
9598+
integrity sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==
9599+
dependencies:
9600+
call-bound "^1.0.3"
9601+
es-errors "^1.3.0"
9602+
is-typed-array "^1.1.14"
9603+
94859604
typed-array-byte-length@^1.0.1:
94869605
version "1.0.1"
94879606
resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67"
@@ -9836,6 +9955,19 @@ which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.2:
98369955
gopd "^1.0.1"
98379956
has-tostringtag "^1.0.2"
98389957

9958+
which-typed-array@^1.1.16:
9959+
version "1.1.19"
9960+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz#df03842e870b6b88e117524a4b364b6fc689f956"
9961+
integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==
9962+
dependencies:
9963+
available-typed-arrays "^1.0.7"
9964+
call-bind "^1.0.8"
9965+
call-bound "^1.0.4"
9966+
for-each "^0.3.5"
9967+
get-proto "^1.0.1"
9968+
gopd "^1.2.0"
9969+
has-tostringtag "^1.0.2"
9970+
98399971
which@^2.0.1:
98409972
version "2.0.2"
98419973
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)