Skip to content

Commit 85db53f

Browse files
author
Nathan Fritz
committed
deps: tap@15.1.6
1 parent aa538df commit 85db53f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package-lock.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"eslint": "^8.3.0",
169169
"licensee": "^8.2.0",
170170
"spawk": "^1.7.1",
171-
"tap": "^15.1.5"
171+
"tap": "^15.1.6"
172172
},
173173
"engines": {
174174
"node": "^12.13.0 || ^14.15.0 || >=16"
@@ -4857,9 +4857,9 @@
48574857
"link": true
48584858
},
48594859
"node_modules/libtap": {
4860-
"version": "1.1.3",
4861-
"resolved": "https://registry.npmjs.org/libtap/-/libtap-1.1.3.tgz",
4862-
"integrity": "sha512-BfbhcSlcFngZWYvDt+gs4m1BkjP0LaFEg6+4FBAXD0E8Br95wpXCCvS5JZHW1a5QPWMrFD4LhsqBpTPRB3Em8g==",
4860+
"version": "1.1.4",
4861+
"resolved": "https://registry.npmjs.org/libtap/-/libtap-1.1.4.tgz",
4862+
"integrity": "sha512-jM+QyAeRdVs1bJrNpjlu+l8gRdDkAehqls31AwSnqXghVLUP6nbYeU2Xfs2svYS7ZdksvnHvrxCKRBFEz/BCjA==",
48634863
"dev": true,
48644864
"dependencies": {
48654865
"async-hook-domain": "^2.0.4",
@@ -7343,9 +7343,9 @@
73437343
"dev": true
73447344
},
73457345
"node_modules/tap": {
7346-
"version": "15.1.5",
7347-
"resolved": "https://registry.npmjs.org/tap/-/tap-15.1.5.tgz",
7348-
"integrity": "sha512-ha9ify0cagIOENV5D+T8ys+FFOWqPaWAKk66hjtUWjywXdGmnL8LRxloZa8sHiaB+Az1GYx4ufEaflOpedSCbQ==",
7346+
"version": "15.1.6",
7347+
"resolved": "https://registry.npmjs.org/tap/-/tap-15.1.6.tgz",
7348+
"integrity": "sha512-TN7xH6Q2tUPTd6qwmkhuFJcx1vUR8e4dDUpBKc61G0krOzne7Ia6aKIFb8O/0kVazachSSuVME1V8nQ2xwWL8w==",
73497349
"bundleDependencies": [
73507350
"ink",
73517351
"treport",
@@ -7367,7 +7367,7 @@
73677367
"isexe": "^2.0.0",
73687368
"istanbul-lib-processinfo": "^2.0.2",
73697369
"jackspeak": "^1.4.1",
7370-
"libtap": "^1.1.3",
7370+
"libtap": "^1.1.4",
73717371
"minipass": "^3.1.1",
73727372
"mkdirp": "^1.0.4",
73737373
"nyc": "^15.1.0",
@@ -7379,7 +7379,7 @@
73797379
"tap-mocha-reporter": "^5.0.0",
73807380
"tap-parser": "^10.0.1",
73817381
"tap-yaml": "^1.0.0",
7382-
"tcompare": "^5.0.6",
7382+
"tcompare": "^5.0.7",
73837383
"treport": "*",
73847384
"which": "^2.0.2"
73857385
},
@@ -9379,9 +9379,9 @@
93799379
}
93809380
},
93819381
"node_modules/tcompare": {
9382-
"version": "5.0.6",
9383-
"resolved": "https://registry.npmjs.org/tcompare/-/tcompare-5.0.6.tgz",
9384-
"integrity": "sha512-OvO7omN/wkdsKzmOqr3sQFfLbghs/2X5mwSkcfgRiXZshfPnTsAs3IRf1RixR/Pff26qG/r9ogcZMpV0YdeGXg==",
9382+
"version": "5.0.7",
9383+
"resolved": "https://registry.npmjs.org/tcompare/-/tcompare-5.0.7.tgz",
9384+
"integrity": "sha512-d9iddt6YYGgyxJw5bjsN7UJUO1kGOtjSlNy/4PoGYAjQS5pAT/hzIoLf1bZCw+uUxRmZJh7Yy1aA7xKVRT9B4w==",
93859385
"dev": true,
93869386
"dependencies": {
93879387
"diff": "^4.0.2"
@@ -14596,9 +14596,9 @@
1459614596
}
1459714597
},
1459814598
"libtap": {
14599-
"version": "1.1.3",
14600-
"resolved": "https://registry.npmjs.org/libtap/-/libtap-1.1.3.tgz",
14601-
"integrity": "sha512-BfbhcSlcFngZWYvDt+gs4m1BkjP0LaFEg6+4FBAXD0E8Br95wpXCCvS5JZHW1a5QPWMrFD4LhsqBpTPRB3Em8g==",
14599+
"version": "1.1.4",
14600+
"resolved": "https://registry.npmjs.org/libtap/-/libtap-1.1.4.tgz",
14601+
"integrity": "sha512-jM+QyAeRdVs1bJrNpjlu+l8gRdDkAehqls31AwSnqXghVLUP6nbYeU2Xfs2svYS7ZdksvnHvrxCKRBFEz/BCjA==",
1460214602
"dev": true,
1460314603
"requires": {
1460414604
"async-hook-domain": "^2.0.4",
@@ -16482,9 +16482,9 @@
1648216482
"dev": true
1648316483
},
1648416484
"tap": {
16485-
"version": "15.1.5",
16486-
"resolved": "https://registry.npmjs.org/tap/-/tap-15.1.5.tgz",
16487-
"integrity": "sha512-ha9ify0cagIOENV5D+T8ys+FFOWqPaWAKk66hjtUWjywXdGmnL8LRxloZa8sHiaB+Az1GYx4ufEaflOpedSCbQ==",
16485+
"version": "15.1.6",
16486+
"resolved": "https://registry.npmjs.org/tap/-/tap-15.1.6.tgz",
16487+
"integrity": "sha512-TN7xH6Q2tUPTd6qwmkhuFJcx1vUR8e4dDUpBKc61G0krOzne7Ia6aKIFb8O/0kVazachSSuVME1V8nQ2xwWL8w==",
1648816488
"dev": true,
1648916489
"requires": {
1649016490
"@isaacs/import-jsx": "*",
@@ -16499,7 +16499,7 @@
1649916499
"isexe": "^2.0.0",
1650016500
"istanbul-lib-processinfo": "^2.0.2",
1650116501
"jackspeak": "^1.4.1",
16502-
"libtap": "^1.1.3",
16502+
"libtap": "^1.1.4",
1650316503
"minipass": "^3.1.1",
1650416504
"mkdirp": "^1.0.4",
1650516505
"nyc": "^15.1.0",
@@ -16511,7 +16511,7 @@
1651116511
"tap-mocha-reporter": "^5.0.0",
1651216512
"tap-parser": "^10.0.1",
1651316513
"tap-yaml": "^1.0.0",
16514-
"tcompare": "^5.0.6",
16514+
"tcompare": "^5.0.7",
1651516515
"treport": "*",
1651616516
"which": "^2.0.2"
1651716517
},
@@ -17837,9 +17837,9 @@
1783717837
}
1783817838
},
1783917839
"tcompare": {
17840-
"version": "5.0.6",
17841-
"resolved": "https://registry.npmjs.org/tcompare/-/tcompare-5.0.6.tgz",
17842-
"integrity": "sha512-OvO7omN/wkdsKzmOqr3sQFfLbghs/2X5mwSkcfgRiXZshfPnTsAs3IRf1RixR/Pff26qG/r9ogcZMpV0YdeGXg==",
17840+
"version": "5.0.7",
17841+
"resolved": "https://registry.npmjs.org/tcompare/-/tcompare-5.0.7.tgz",
17842+
"integrity": "sha512-d9iddt6YYGgyxJw5bjsN7UJUO1kGOtjSlNy/4PoGYAjQS5pAT/hzIoLf1bZCw+uUxRmZJh7Yy1aA7xKVRT9B4w==",
1784317843
"dev": true,
1784417844
"requires": {
1784517845
"diff": "^4.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"eslint": "^8.3.0",
206206
"licensee": "^8.2.0",
207207
"spawk": "^1.7.1",
208-
"tap": "^15.1.5"
208+
"tap": "^15.1.6"
209209
},
210210
"scripts": {
211211
"dumpconf": "env | grep npm | sort | uniq",

0 commit comments

Comments
 (0)