From b7aee1680efb9bf06a0dff25b4e42018f02c2bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 17:08:49 +0000 Subject: [PATCH] Bump tsd from 0.22.0 to 0.23.0 Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/SamVerschueren/tsd/releases) - [Commits](https://github.com/SamVerschueren/tsd/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc74269..8481e32 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "playwright": "^1.7.1", "standard": "^17.0.0", "tape": "^5.1.1", - "tsd": "^0.22.0" + "tsd": "^0.23.0" } }