Skip to content

Commit e413e75

Browse files
chore(deps): update dependency tape to v5.7.4
1 parent 8958e4a commit e413e75

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"yargs": "17.7.2"
3737
},
3838
"devDependencies": {
39-
"tape": "5.7.3"
39+
"tape": "5.7.4"
4040
},
4141
"bin": {
4242
"create-pwa": "./src/index.js"

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,13 @@ has-bigints@^1.0.1, has-bigints@^1.0.2:
553553
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
554554
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
555555

556-
has-dynamic-import@^2.0.1:
557-
version "2.0.1"
558-
resolved "https://registry.yarnpkg.com/has-dynamic-import/-/has-dynamic-import-2.0.1.tgz#9bca87846aa264f2ad224fcd014946f5e5182f52"
559-
integrity sha512-X3fbtsZmwb6W7fJGR9o7x65fZoodygCrZ3TVycvghP62yYQfS0t4RS0Qcz+j5tQYUKeSWS09tHkWW6WhFV3XhQ==
556+
has-dynamic-import@^2.1.0:
557+
version "2.1.0"
558+
resolved "https://registry.yarnpkg.com/has-dynamic-import/-/has-dynamic-import-2.1.0.tgz#06359ad7672b9e764aea93a54bb9d6e17542d34c"
559+
integrity sha512-su0anMkNEnJKZ/rB99jn3y6lV/J8Ro96hBJ28YAeVzj5rWxH+YL/AdCyiYYA1HDLV9YhmvqpWSJJj2KLo1MX6g==
560560
dependencies:
561-
call-bind "^1.0.2"
562-
get-intrinsic "^1.1.1"
561+
call-bind "^1.0.5"
562+
get-intrinsic "^1.2.2"
563563

564564
has-property-descriptors@^1.0.0:
565565
version "1.0.0"
@@ -1068,10 +1068,10 @@ supports-preserve-symlinks-flag@^1.0.0:
10681068
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
10691069
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
10701070

1071-
tape@5.7.3:
1072-
version "5.7.3"
1073-
resolved "https://registry.yarnpkg.com/tape/-/tape-5.7.3.tgz#d10975d79554089230dbada91dd85f38467ece6c"
1074-
integrity sha512-un2/TkloCBIxbrLac88Z9WElQ85WLE4t+jjfgrmxrlInWGYQf9r9Wbycc/nNP3zap6GBb7qln7h85QoNBNZdHg==
1071+
tape@5.7.4:
1072+
version "5.7.4"
1073+
resolved "https://registry.yarnpkg.com/tape/-/tape-5.7.4.tgz#5c515282a513599e9d1434665640900faf066a3b"
1074+
integrity sha512-uaigP+5H9+E8aaMLKMbGkDd33G5TKu4UFpapqT7um+8xSHQQUS2lJNd+hTj9fFVQLg8bmcIofwc8b9f6+ISSfQ==
10751075
dependencies:
10761076
"@ljharb/resumer" "^0.0.1"
10771077
"@ljharb/through" "^2.3.11"
@@ -1083,7 +1083,7 @@ tape@5.7.3:
10831083
for-each "^0.3.3"
10841084
get-package-type "^0.1.0"
10851085
glob "^7.2.3"
1086-
has-dynamic-import "^2.0.1"
1086+
has-dynamic-import "^2.1.0"
10871087
hasown "^2.0.0"
10881088
inherits "^2.0.4"
10891089
is-regex "^1.1.4"

0 commit comments

Comments
 (0)