Skip to content

Commit 4ba26da

Browse files
build(deps-dev): bump tape from 5.2.2 to 5.3.0 (#1169)
1 parent a364b7e commit 4ba26da

File tree

1 file changed

+34
-15
lines changed

1 file changed

+34
-15
lines changed

yarn.lock

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5322,6 +5322,11 @@ get-intrinsic@^1.0.1, get-intrinsic@^1.0.2:
53225322
has "^1.0.3"
53235323
has-symbols "^1.0.1"
53245324

5325+
get-package-type@^0.1.0:
5326+
version "0.1.0"
5327+
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
5328+
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
5329+
53255330
get-pkg-repo@^1.0.0:
53265331
version "1.4.0"
53275332
resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz#c73b489c06d80cc5536c2c853f9e05232056972d"
@@ -5626,6 +5631,13 @@ has-ansi@^2.0.0:
56265631
dependencies:
56275632
ansi-regex "^2.0.0"
56285633

5634+
has-dynamic-import@^2.0.0:
5635+
version "2.0.0"
5636+
resolved "https://registry.yarnpkg.com/has-dynamic-import/-/has-dynamic-import-2.0.0.tgz#d96d140ff7cbde2fee58c00e2123d7078bfc365e"
5637+
integrity sha512-GYPi/aZmACJVrVfEhP1rNUFmtCuK+SQ96mn8Bs7mXiGZRAJiI4VjaMmjj4uuvW8qaF085uWJvyJk9UNYUIYn0A==
5638+
dependencies:
5639+
call-bind "^1.0.2"
5640+
56295641
has-flag@^1.0.0:
56305642
version "1.0.0"
56315643
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
@@ -5653,6 +5665,11 @@ has-symbols@^1.0.1:
56535665
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
56545666
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
56555667

5668+
has-symbols@^1.0.2:
5669+
version "1.0.2"
5670+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
5671+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
5672+
56565673
has-unicode@^2.0.0, has-unicode@^2.0.1:
56575674
version "2.0.1"
56585675
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -6284,13 +6301,13 @@ is-promise@^2.1.0:
62846301
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
62856302
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
62866303

6287-
is-regex@^1.0.4, is-regex@^1.0.5, is-regex@^1.1.1, is-regex@^1.1.2:
6288-
version "1.1.2"
6289-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251"
6290-
integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==
6304+
is-regex@^1.0.4, is-regex@^1.0.5, is-regex@^1.1.1, is-regex@^1.1.3:
6305+
version "1.1.3"
6306+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
6307+
integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
62916308
dependencies:
62926309
call-bind "^1.0.2"
6293-
has-symbols "^1.0.1"
6310+
has-symbols "^1.0.2"
62946311

62956312
is-set@^2.0.1:
62966313
version "2.0.1"
@@ -8419,10 +8436,10 @@ object-copy@^0.1.0:
84198436
define-property "^0.2.5"
84208437
kind-of "^3.0.3"
84218438

8422-
object-inspect@^1.7.0, object-inspect@^1.9.0:
8423-
version "1.9.0"
8424-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
8425-
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
8439+
object-inspect@^1.11.0, object-inspect@^1.7.0, object-inspect@^1.9.0:
8440+
version "1.11.0"
8441+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
8442+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
84268443

84278444
object-is@^1.1.4, object-is@^1.1.5:
84288445
version "1.1.5"
@@ -10606,21 +10623,23 @@ tapable@^1.0.0, tapable@^1.1.3:
1060610623
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
1060710624

1060810625
tape@^5.0.0:
10609-
version "5.2.2"
10610-
resolved "https://registry.yarnpkg.com/tape/-/tape-5.2.2.tgz#a98475ecf30aa0ed2a89c36439bb9438d24d2184"
10611-
integrity sha512-grXrzPC1ly2kyTMKdqxh5GiLpb0BpNctCuecTB0psHX4Gu0nc+uxWR4xKjTh/4CfQlH4zhvTM2/EXmHXp6v/uA==
10626+
version "5.3.0"
10627+
resolved "https://registry.yarnpkg.com/tape/-/tape-5.3.0.tgz#09e40130162b7f935d5d5c9b48cc7a81b1b05706"
10628+
integrity sha512-C4MJ44uuvFail8XhZD6D2j2u1+lar6KMkEdtJBApkC/5Hfk99OvyRcQFwiHWZLKwvxnEDeXBoTRw53p1o3Wgxw==
1061210629
dependencies:
1061310630
call-bind "^1.0.2"
1061410631
deep-equal "^2.0.5"
1061510632
defined "^1.0.0"
1061610633
dotignore "^0.1.2"
1061710634
for-each "^0.3.3"
10618-
glob "^7.1.6"
10635+
get-package-type "^0.1.0"
10636+
glob "^7.1.7"
1061910637
has "^1.0.3"
10638+
has-dynamic-import "^2.0.0"
1062010639
inherits "^2.0.4"
10621-
is-regex "^1.1.2"
10640+
is-regex "^1.1.3"
1062210641
minimist "^1.2.5"
10623-
object-inspect "^1.9.0"
10642+
object-inspect "^1.11.0"
1062410643
object-is "^1.1.5"
1062510644
object.assign "^4.1.2"
1062610645
resolve "^2.0.0-next.3"

0 commit comments

Comments
 (0)