Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 6a51e00

Browse files
committed
Update tap package
1 parent 53503db commit 6a51e00

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"lint-staged": "^3.4.0",
6969
"prettier": "^0.22.0",
7070
"prettier-eslint-cli": "^3.2.0",
71-
"tap": "^15.0.2"
71+
"tap": "^15.0.9"
7272
}
7373
}

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,10 +4783,10 @@ tap-yaml@^1.0.0:
47834783
dependencies:
47844784
yaml "^1.5.0"
47854785

4786-
tap@^15.0.2:
4787-
version "15.0.2"
4788-
resolved "https://registry.yarnpkg.com/tap/-/tap-15.0.2.tgz#44e6f98829079f27e39c8ca5a56a484fdb8e1a2a"
4789-
integrity sha512-HfEahBCFIA/t3YuBZxkgfu9UiLqpOo/ibCs1xgGwJSWNqdmIxF8tiPwmgni+7SlNtmf0jNfYjT2xeatfZ7t/QA==
4786+
tap@^15.0.9:
4787+
version "15.0.9"
4788+
resolved "https://registry.yarnpkg.com/tap/-/tap-15.0.9.tgz#21347a789e88798a94aa151d25ea1c92d04c27ef"
4789+
integrity sha512-bqY5SxEqYKRd37PIUfKBf9HMs/hklyl/fGXkuStr9rYTIGa0/icpSLsm6IVOmx2qT0/TliPNJ6OvS5kddJYHdg==
47904790
dependencies:
47914791
"@types/react" "^16.9.23"
47924792
chokidar "^3.3.0"
@@ -4812,8 +4812,8 @@ tap@^15.0.2:
48124812
tap-mocha-reporter "^5.0.0"
48134813
tap-parser "^10.0.1"
48144814
tap-yaml "^1.0.0"
4815-
tcompare "^5.0.4"
4816-
treport "^2.0.0"
4815+
tcompare "^5.0.6"
4816+
treport "^2.0.2"
48174817
which "^2.0.2"
48184818

48194819
tar@^4:
@@ -4829,13 +4829,20 @@ tar@^4:
48294829
safe-buffer "^5.1.2"
48304830
yallist "^3.0.3"
48314831

4832-
tcompare@^5.0.1, tcompare@^5.0.4:
4832+
tcompare@^5.0.1:
48334833
version "5.0.4"
48344834
resolved "https://registry.yarnpkg.com/tcompare/-/tcompare-5.0.4.tgz#98d571bae0cd945388c3641a7ab7013f95ebe359"
48354835
integrity sha512-worXBcrmLoFu9oJYAKznjPE89APTEXk/XCazuDuSQfK1EqX3bpLPW3cY/RQucbcc7mW+yKW0duujsuFlU7dRCA==
48364836
dependencies:
48374837
diff "^4.0.2"
48384838

4839+
tcompare@^5.0.6:
4840+
version "5.0.6"
4841+
resolved "https://registry.yarnpkg.com/tcompare/-/tcompare-5.0.6.tgz#b809135cca3d165fb17d5eabb9ed292629e38e31"
4842+
integrity sha512-OvO7omN/wkdsKzmOqr3sQFfLbghs/2X5mwSkcfgRiXZshfPnTsAs3IRf1RixR/Pff26qG/r9ogcZMpV0YdeGXg==
4843+
dependencies:
4844+
diff "^4.0.2"
4845+
48394846
test-exclude@^6.0.0:
48404847
version "6.0.0"
48414848
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
@@ -4912,10 +4919,10 @@ tough-cookie@~2.5.0:
49124919
psl "^1.1.28"
49134920
punycode "^2.1.1"
49144921

4915-
treport@^2.0.0:
4916-
version "2.0.0"
4917-
resolved "https://registry.yarnpkg.com/treport/-/treport-2.0.0.tgz#f4f11adea298e3a2e1c83c05b82fd4d424b110dc"
4918-
integrity sha512-SBUraVmpkJoGAhd97alZDsSS8kYyFVza0SOcImVaiweTEv9aPGROyIYeCAgLJtyp8R2/7ZynSPLE4uPFh/R+3A==
4922+
treport@^2.0.2:
4923+
version "2.0.2"
4924+
resolved "https://registry.yarnpkg.com/treport/-/treport-2.0.2.tgz#a007278c01335c1209e3f5c20e98ef14fd736cc2"
4925+
integrity sha512-AnHKgHMy3II7Arfvf1tSHAwv9rzcvgbWrOixFJgdExVKd0mMsOp9wD2LGP9RbXy9j8AZoerBVu3OR2Uz9MpUJw==
49194926
dependencies:
49204927
cardinal "^2.1.1"
49214928
chalk "^3.0.0"

0 commit comments

Comments
 (0)