diff --git a/package-lock.json b/package-lock.json index 9a678965a..d18ff717c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25861,7 +25861,7 @@ }, "src/run": { "name": "@tapjs/run", - "version": "1.4.13", + "version": "1.4.14", "license": "BlueOak-1.0.0", "dependencies": { "@tapjs/after": "1.1.16", @@ -25989,7 +25989,7 @@ } }, "src/tap": { - "version": "18.5.6", + "version": "18.5.7", "license": "BlueOak-1.0.0", "dependencies": { "@tapjs/after": "1.1.16", @@ -26003,7 +26003,7 @@ "@tapjs/intercept": "1.2.16", "@tapjs/mock": "1.2.14", "@tapjs/node-serialize": "1.2.5", - "@tapjs/run": "1.4.13", + "@tapjs/run": "1.4.14", "@tapjs/snapshot": "1.2.16", "@tapjs/spawn": "1.1.16", "@tapjs/stdin": "1.1.16", diff --git a/src/run/package.json b/src/run/package.json index fefe3acdb..cf4949ba5 100644 --- a/src/run/package.json +++ b/src/run/package.json @@ -1,6 +1,6 @@ { "name": "@tapjs/run", - "version": "1.4.13", + "version": "1.4.14", "description": "Command-line interface for the node-tap runner", "tshy": { "dialects": [ diff --git a/src/tap/package.json b/src/tap/package.json index 62a266a37..ad59030d4 100644 --- a/src/tap/package.json +++ b/src/tap/package.json @@ -1,6 +1,6 @@ { "name": "tap", - "version": "18.5.6", + "version": "18.5.7", "description": "A Test-Anything-Protocol library for JavaScript", "tshy": { "main": true, @@ -54,7 +54,7 @@ "@tapjs/intercept": "1.2.16", "@tapjs/mock": "1.2.14", "@tapjs/node-serialize": "1.2.5", - "@tapjs/run": "1.4.13", + "@tapjs/run": "1.4.14", "@tapjs/snapshot": "1.2.16", "@tapjs/spawn": "1.1.16", "@tapjs/stdin": "1.1.16",