From 1c1508af51b345d9c29091e1b149585058ac69eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:59:23 +0000 Subject: [PATCH] build(deps-dev): bump tap from 16.2.0 to 16.3.0 Bumps [tap](https://github.com/tapjs/node-tap) from 16.2.0 to 16.3.0. - [Release notes](https://github.com/tapjs/node-tap/releases) - [Commits](https://github.com/tapjs/node-tap/compare/v16.2.0...v16.3.0) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca5ea48..72dfd48 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "pino-pretty": "7.6.0", "prettier": "2.6.0", "source-map-support": "0.5.21", - "tap": "16.2.0", + "tap": "16.3.0", "ts-node": "10.9.1", "typescript": "4.7.3" }, diff --git a/yarn.lock b/yarn.lock index d0dbf66..79d8a2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4285,10 +4285,10 @@ tap-yaml@^1.0.0: dependencies: yaml "^1.5.0" -tap@16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/tap/-/tap-16.2.0.tgz#0e47edcf1089e386630dc8d779dc8b20cfc7ee1d" - integrity sha512-ikfNLy701p2+sH3R0pAXQ/Aen6ZByaguUY7UsoTLL4AXa2c9gYQL+pI21p13lq54R7/CEoLaViC1sexcWG32ig== +tap@16.3.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/tap/-/tap-16.3.0.tgz#8323fc66990951b52063a01dadffa0eaf3c55e96" + integrity sha512-J9GffPUAbX6FnWbQ/jj7ktzd9nnDFP1fH44OzidqOmxUfZ1hPLMOvpS99LnDiP0H2mO8GY3kGN5XoY0xIKbNFA== dependencies: "@isaacs/import-jsx" "^4.0.1" "@types/react" "^17"