Skip to content

Commit a8b3050

Browse files
Update dependency tape to v5.7.5
1 parent 2bd8d42 commit a8b3050

File tree

2 files changed

+88
-24
lines changed

2 files changed

+88
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"devDependencies": {
3131
"svg-parser": "2.0.4",
3232
"svgo": "3.2.0",
33-
"tape": "5.7.4"
33+
"tape": "5.7.5"
3434
}
3535
}

yarn.lock

Lines changed: 87 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,19 @@
22
# yarn lockfile v1
33

44

5-
"@ljharb/resumer@^0.0.1":
6-
version "0.0.1"
7-
resolved "https://registry.yarnpkg.com/@ljharb/resumer/-/resumer-0.0.1.tgz#8a940a9192dd31f6a1df17564bbd26dc6ad3e68d"
8-
integrity sha512-skQiAOrCfO7vRTq53cxznMpks7wS1va95UCidALlOVWqvBAzwPVErwizDwoMqNVMEn1mDq0utxZd02eIrvF1lw==
5+
"@ljharb/resumer@^0.1.2":
6+
version "0.1.2"
7+
resolved "https://registry.yarnpkg.com/@ljharb/resumer/-/resumer-0.1.2.tgz#d57a6b8ddeb0c6f88f942fd59d7dad972248ca9d"
8+
integrity sha512-opZnY9WsZ6tjPSpmTEdPY+LpxpEwqg3VsQiGFv+wAaA1ffTghnG019mAD8BKxkcpZx6HtvNj0vdyxDHTxPQlJw==
99
dependencies:
10-
"@ljharb/through" "^2.3.9"
10+
"@ljharb/through" "^2.3.12"
1111

12-
"@ljharb/through@^2.3.11":
13-
version "2.3.11"
14-
resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.11.tgz#783600ff12c06f21a76cc26e33abd0b1595092f9"
15-
integrity sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==
12+
"@ljharb/through@^2.3.12":
13+
version "2.3.12"
14+
resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.12.tgz#c418c43060eee193adce48b15c2206096a28e9ea"
15+
integrity sha512-ajo/heTlG3QgC8EGP6APIejksVAYt4ayz4tqoP3MolFELzcH1x1fzwEYRJTPO0IELutZ5HQ0c26/GqAYy79u3g==
1616
dependencies:
17-
call-bind "^1.0.2"
18-
19-
"@ljharb/through@^2.3.9":
20-
version "2.3.9"
21-
resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.9.tgz#85f221eb82f9d555e180e87d6e50fb154af85408"
22-
integrity sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==
17+
call-bind "^1.0.5"
2318

2419
"@trysound/sax@0.2.0":
2520
version "0.2.0"
@@ -97,6 +92,17 @@ call-bind@^1.0.4, call-bind@^1.0.5:
9792
get-intrinsic "^1.2.1"
9893
set-function-length "^1.1.1"
9994

95+
call-bind@^1.0.7:
96+
version "1.0.7"
97+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
98+
integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
99+
dependencies:
100+
es-define-property "^1.0.0"
101+
es-errors "^1.3.0"
102+
function-bind "^1.1.2"
103+
get-intrinsic "^1.2.4"
104+
set-function-length "^1.2.1"
105+
100106
commander@^7.2.0:
101107
version "7.2.0"
102108
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
@@ -188,6 +194,15 @@ define-data-property@^1.1.1:
188194
gopd "^1.0.1"
189195
has-property-descriptors "^1.0.0"
190196

197+
define-data-property@^1.1.2:
198+
version "1.1.4"
199+
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
200+
integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
201+
dependencies:
202+
es-define-property "^1.0.0"
203+
es-errors "^1.3.0"
204+
gopd "^1.0.1"
205+
191206
define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0:
192207
version "1.2.0"
193208
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5"
@@ -297,6 +312,18 @@ es-abstract@^1.22.1:
297312
unbox-primitive "^1.0.2"
298313
which-typed-array "^1.1.11"
299314

315+
es-define-property@^1.0.0:
316+
version "1.0.0"
317+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
318+
integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
319+
dependencies:
320+
get-intrinsic "^1.2.4"
321+
322+
es-errors@^1.3.0:
323+
version "1.3.0"
324+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
325+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
326+
300327
es-get-iterator@^1.1.3:
301328
version "1.1.3"
302329
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
@@ -387,6 +414,17 @@ get-intrinsic@^1.2.2:
387414
has-symbols "^1.0.3"
388415
hasown "^2.0.0"
389416

417+
get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
418+
version "1.2.4"
419+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
420+
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
421+
dependencies:
422+
es-errors "^1.3.0"
423+
function-bind "^1.1.2"
424+
has-proto "^1.0.1"
425+
has-symbols "^1.0.3"
426+
hasown "^2.0.0"
427+
390428
get-package-type@^0.1.0:
391429
version "0.1.0"
392430
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
@@ -446,6 +484,13 @@ has-property-descriptors@^1.0.0:
446484
dependencies:
447485
get-intrinsic "^1.1.1"
448486

487+
has-property-descriptors@^1.0.1:
488+
version "1.0.2"
489+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
490+
integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
491+
dependencies:
492+
es-define-property "^1.0.0"
493+
449494
has-proto@^1.0.1:
450495
version "1.0.1"
451496
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
@@ -477,6 +522,13 @@ hasown@^2.0.0:
477522
dependencies:
478523
function-bind "^1.1.2"
479524

525+
hasown@^2.0.1:
526+
version "2.0.1"
527+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.1.tgz#26f48f039de2c0f8d3356c223fb8d50253519faa"
528+
integrity sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==
529+
dependencies:
530+
function-bind "^1.1.2"
531+
480532
inflight@^1.0.4:
481533
version "1.0.6"
482534
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
@@ -786,6 +838,18 @@ set-function-length@^1.1.1:
786838
gopd "^1.0.1"
787839
has-property-descriptors "^1.0.0"
788840

841+
set-function-length@^1.2.1:
842+
version "1.2.1"
843+
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425"
844+
integrity sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==
845+
dependencies:
846+
define-data-property "^1.1.2"
847+
es-errors "^1.3.0"
848+
function-bind "^1.1.2"
849+
get-intrinsic "^1.2.3"
850+
gopd "^1.0.1"
851+
has-property-descriptors "^1.0.1"
852+
789853
set-function-name@^2.0.0:
790854
version "2.0.1"
791855
resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.1.tgz#12ce38b7954310b9f61faa12701620a0c882793a"
@@ -866,23 +930,23 @@ svgo@3.2.0:
866930
csso "^5.0.5"
867931
picocolors "^1.0.0"
868932

869-
tape@5.7.4:
870-
version "5.7.4"
871-
resolved "https://registry.yarnpkg.com/tape/-/tape-5.7.4.tgz#5c515282a513599e9d1434665640900faf066a3b"
872-
integrity sha512-uaigP+5H9+E8aaMLKMbGkDd33G5TKu4UFpapqT7um+8xSHQQUS2lJNd+hTj9fFVQLg8bmcIofwc8b9f6+ISSfQ==
933+
tape@5.7.5:
934+
version "5.7.5"
935+
resolved "https://registry.yarnpkg.com/tape/-/tape-5.7.5.tgz#fa015b537507afe90067fb448ace738745bb1fd3"
936+
integrity sha512-C5Gm1MR8ujZmNrsmOiHSkKFfY2thrnUrFw/fFtcva9FABbN7LrHuQPi3MTS0Z0i/SLfYSJtRIcJYDUpwPsQ8yA==
873937
dependencies:
874-
"@ljharb/resumer" "^0.0.1"
875-
"@ljharb/through" "^2.3.11"
938+
"@ljharb/resumer" "^0.1.2"
939+
"@ljharb/through" "^2.3.12"
876940
array.prototype.every "^1.1.5"
877-
call-bind "^1.0.5"
941+
call-bind "^1.0.7"
878942
deep-equal "^2.2.3"
879943
defined "^1.0.1"
880944
dotignore "^0.1.2"
881945
for-each "^0.3.3"
882946
get-package-type "^0.1.0"
883947
glob "^7.2.3"
884948
has-dynamic-import "^2.1.0"
885-
hasown "^2.0.0"
949+
hasown "^2.0.1"
886950
inherits "^2.0.4"
887951
is-regex "^1.1.4"
888952
minimist "^1.2.8"

0 commit comments

Comments
 (0)