forked from nervosnetwork/ckb-explorer-frontend
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-config-airbnb to v19
- Loading branch information
1 parent
5113993
commit 1f880cb
Showing
2 changed files
with
210 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3826,6 +3826,19 @@ arraybuffer.prototype.slice@^1.0.1: | |
is-array-buffer "^3.0.2" | ||
is-shared-array-buffer "^1.0.2" | ||
|
||
arraybuffer.prototype.slice@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz#98bd561953e3e74bb34938e77647179dfe6e9f12" | ||
integrity sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw== | ||
dependencies: | ||
array-buffer-byte-length "^1.0.0" | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
get-intrinsic "^1.2.1" | ||
is-array-buffer "^3.0.2" | ||
is-shared-array-buffer "^1.0.2" | ||
|
||
arrify@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
|
@@ -4333,6 +4346,15 @@ call-bind@^1.0.0, call-bind@^1.0.2: | |
function-bind "^1.1.1" | ||
get-intrinsic "^1.0.2" | ||
|
||
call-bind@^1.0.4, call-bind@^1.0.5: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513" | ||
integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ== | ||
dependencies: | ||
function-bind "^1.1.2" | ||
get-intrinsic "^1.2.1" | ||
set-function-length "^1.1.1" | ||
|
||
callsites@^3.0.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" | ||
|
@@ -5181,6 +5203,15 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/default-passive-events/-/default-passive-events-2.0.0.tgz#79b1aa67becbaab38b718469b5480fef92eda649" | ||
integrity sha512-eMtt76GpDVngZQ3ocgvRcNCklUMwID1PaNbCNxfpDXuiOXttSh0HzBbda1HU9SIUsDc02vb7g9+3I5tlqe/qMQ== | ||
|
||
define-data-property@^1.0.1, define-data-property@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3" | ||
integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ== | ||
dependencies: | ||
get-intrinsic "^1.2.1" | ||
gopd "^1.0.1" | ||
has-property-descriptors "^1.0.0" | ||
|
||
define-lazy-prop@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" | ||
|
@@ -5703,6 +5734,51 @@ es-abstract@^1.21.2: | |
unbox-primitive "^1.0.2" | ||
which-typed-array "^1.1.10" | ||
|
||
es-abstract@^1.22.1: | ||
version "1.22.3" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.3.tgz#48e79f5573198de6dee3589195727f4f74bc4f32" | ||
integrity sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA== | ||
dependencies: | ||
array-buffer-byte-length "^1.0.0" | ||
arraybuffer.prototype.slice "^1.0.2" | ||
available-typed-arrays "^1.0.5" | ||
call-bind "^1.0.5" | ||
es-set-tostringtag "^2.0.1" | ||
es-to-primitive "^1.2.1" | ||
function.prototype.name "^1.1.6" | ||
get-intrinsic "^1.2.2" | ||
get-symbol-description "^1.0.0" | ||
globalthis "^1.0.3" | ||
gopd "^1.0.1" | ||
has-property-descriptors "^1.0.0" | ||
has-proto "^1.0.1" | ||
has-symbols "^1.0.3" | ||
hasown "^2.0.0" | ||
internal-slot "^1.0.5" | ||
is-array-buffer "^3.0.2" | ||
is-callable "^1.2.7" | ||
is-negative-zero "^2.0.2" | ||
is-regex "^1.1.4" | ||
is-shared-array-buffer "^1.0.2" | ||
is-string "^1.0.7" | ||
is-typed-array "^1.1.12" | ||
is-weakref "^1.0.2" | ||
object-inspect "^1.13.1" | ||
object-keys "^1.1.1" | ||
object.assign "^4.1.4" | ||
regexp.prototype.flags "^1.5.1" | ||
safe-array-concat "^1.0.1" | ||
safe-regex-test "^1.0.0" | ||
string.prototype.trim "^1.2.8" | ||
string.prototype.trimend "^1.0.7" | ||
string.prototype.trimstart "^1.0.7" | ||
typed-array-buffer "^1.0.0" | ||
typed-array-byte-length "^1.0.0" | ||
typed-array-byte-offset "^1.0.0" | ||
typed-array-length "^1.0.4" | ||
unbox-primitive "^1.0.2" | ||
which-typed-array "^1.1.13" | ||
|
||
es-get-iterator@^1.1.2: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6" | ||
|
@@ -5785,23 +5861,24 @@ escodegen@^2.0.0: | |
optionalDependencies: | ||
source-map "~0.6.1" | ||
|
||
eslint-config-airbnb-base@^14.2.1: | ||
version "14.2.1" | ||
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz#8a2eb38455dc5a312550193b319cdaeef042cd1e" | ||
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA== | ||
eslint-config-airbnb-base@^15.0.0: | ||
version "15.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236" | ||
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig== | ||
dependencies: | ||
confusing-browser-globals "^1.0.10" | ||
object.assign "^4.1.2" | ||
object.entries "^1.1.2" | ||
object.entries "^1.1.5" | ||
semver "^6.3.0" | ||
|
||
eslint-config-airbnb@18.2.1: | ||
version "18.2.1" | ||
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz#b7fe2b42f9f8173e825b73c8014b592e449c98d9" | ||
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg== | ||
eslint-config-airbnb@19.0.4: | ||
version "19.0.4" | ||
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz#84d4c3490ad70a0ffa571138ebcdea6ab085fdc3" | ||
integrity sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew== | ||
dependencies: | ||
eslint-config-airbnb-base "^14.2.1" | ||
eslint-config-airbnb-base "^15.0.0" | ||
object.assign "^4.1.2" | ||
object.entries "^1.1.2" | ||
object.entries "^1.1.5" | ||
|
||
[email protected]: | ||
version "9.0.0" | ||
|
@@ -6618,6 +6695,11 @@ function-bind@^1.1.1: | |
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" | ||
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== | ||
|
||
function-bind@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" | ||
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== | ||
|
||
function.prototype.name@^1.1.1: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.2.tgz#5cdf79d7c05db401591dfde83e3b70c5123e9a45" | ||
|
@@ -6637,6 +6719,16 @@ function.prototype.name@^1.1.5: | |
es-abstract "^1.19.0" | ||
functions-have-names "^1.2.2" | ||
|
||
function.prototype.name@^1.1.6: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd" | ||
integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
functions-have-names "^1.2.3" | ||
|
||
functions-have-names@^1.2.0: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.1.tgz#a981ac397fa0c9964551402cdc5533d7a4d52f91" | ||
|
@@ -6704,6 +6796,16 @@ get-intrinsic@^1.2.1: | |
has-proto "^1.0.1" | ||
has-symbols "^1.0.3" | ||
|
||
get-intrinsic@^1.2.2: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz#281b7622971123e1ef4b3c90fd7539306da93f3b" | ||
integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA== | ||
dependencies: | ||
function-bind "^1.1.2" | ||
has-proto "^1.0.1" | ||
has-symbols "^1.0.3" | ||
hasown "^2.0.0" | ||
|
||
get-own-enumerable-property-symbols@^3.0.0: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" | ||
|
@@ -6943,6 +7045,13 @@ hash.js@^1.0.0, hash.js@^1.0.3: | |
inherits "^2.0.3" | ||
minimalistic-assert "^1.0.1" | ||
|
||
hasown@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c" | ||
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA== | ||
dependencies: | ||
function-bind "^1.1.2" | ||
|
||
he@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" | ||
|
@@ -7598,7 +7707,7 @@ is-typed-array@^1.1.10: | |
gopd "^1.0.1" | ||
has-tostringtag "^1.0.0" | ||
|
||
is-typed-array@^1.1.9: | ||
is-typed-array@^1.1.12, is-typed-array@^1.1.9: | ||
version "1.1.12" | ||
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" | ||
integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== | ||
|
@@ -9087,6 +9196,11 @@ object-inspect@^1.12.3: | |
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" | ||
integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== | ||
|
||
object-inspect@^1.13.1: | ||
version "1.13.1" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" | ||
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== | ||
|
||
object-inspect@^1.7.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67" | ||
|
@@ -9150,14 +9264,14 @@ object.entries@^1.1.0: | |
function-bind "^1.1.1" | ||
has "^1.0.3" | ||
|
||
object.entries@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add" | ||
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA== | ||
object.entries@^1.1.5: | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.7.tgz#2b47760e2a2e3a752f39dd874655c61a7f03c131" | ||
integrity sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA== | ||
dependencies: | ||
define-properties "^1.1.3" | ||
es-abstract "^1.17.5" | ||
has "^1.0.3" | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
object.entries@^1.1.6: | ||
version "1.1.6" | ||
|
@@ -11100,6 +11214,15 @@ regexp.prototype.flags@^1.5.0: | |
define-properties "^1.2.0" | ||
functions-have-names "^1.2.3" | ||
|
||
regexp.prototype.flags@^1.5.1: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e" | ||
integrity sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
set-function-name "^2.0.0" | ||
|
||
regexpp@^3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" | ||
|
@@ -11327,6 +11450,16 @@ safe-array-concat@^1.0.0: | |
has-symbols "^1.0.3" | ||
isarray "^2.0.5" | ||
|
||
safe-array-concat@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz#91686a63ce3adbea14d61b14c99572a8ff84754c" | ||
integrity sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
get-intrinsic "^1.2.1" | ||
has-symbols "^1.0.3" | ||
isarray "^2.0.5" | ||
|
||
[email protected], safe-buffer@~5.1.0, safe-buffer@~5.1.1: | ||
version "5.1.2" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" | ||
|
@@ -11527,6 +11660,25 @@ [email protected]: | |
parseurl "~1.3.3" | ||
send "0.18.0" | ||
|
||
set-function-length@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed" | ||
integrity sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ== | ||
dependencies: | ||
define-data-property "^1.1.1" | ||
get-intrinsic "^1.2.1" | ||
gopd "^1.0.1" | ||
has-property-descriptors "^1.0.0" | ||
|
||
set-function-name@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.1.tgz#12ce38b7954310b9f61faa12701620a0c882793a" | ||
integrity sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA== | ||
dependencies: | ||
define-data-property "^1.0.1" | ||
functions-have-names "^1.2.3" | ||
has-property-descriptors "^1.0.0" | ||
|
||
[email protected]: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" | ||
|
@@ -11852,6 +12004,15 @@ string.prototype.trim@^1.2.7: | |
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
string.prototype.trim@^1.2.8: | ||
version "1.2.8" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd" | ||
integrity sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
string.prototype.trimend@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.0.tgz#ee497fd29768646d84be2c9b819e292439614373" | ||
|
@@ -11877,6 +12038,15 @@ string.prototype.trimend@^1.0.6: | |
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
string.prototype.trimend@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e" | ||
integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
string.prototype.trimleft@^2.1.1: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc" | ||
|
@@ -11920,6 +12090,15 @@ string.prototype.trimstart@^1.0.6: | |
define-properties "^1.1.4" | ||
es-abstract "^1.20.4" | ||
|
||
string.prototype.trimstart@^1.0.7: | ||
version "1.0.7" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz#d4cdb44b83a4737ffbac2d406e405d43d0184298" | ||
integrity sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg== | ||
dependencies: | ||
call-bind "^1.0.2" | ||
define-properties "^1.2.0" | ||
es-abstract "^1.22.1" | ||
|
||
string_decoder@^1.1.1: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" | ||
|
@@ -13108,6 +13287,17 @@ which-typed-array@^1.1.10, which-typed-array@^1.1.11: | |
gopd "^1.0.1" | ||
has-tostringtag "^1.0.0" | ||
|
||
which-typed-array@^1.1.13: | ||
version "1.1.13" | ||
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.13.tgz#870cd5be06ddb616f504e7b039c4c24898184d36" | ||
integrity sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow== | ||
dependencies: | ||
available-typed-arrays "^1.0.5" | ||
call-bind "^1.0.4" | ||
for-each "^0.3.3" | ||
gopd "^1.0.1" | ||
has-tostringtag "^1.0.0" | ||
|
||
which-typed-array@^1.1.9: | ||
version "1.1.9" | ||
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6" | ||
|