From be327ba218e923e25e5b6c8876a22c9e2e5af9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:13:22 +0000 Subject: [PATCH] build(deps-dev): bump tsd from 0.24.1 to 0.25.0 (#233) Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/SamVerschueren/tsd/releases) - [Commits](https://github.com/SamVerschueren/tsd/compare/v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbccecf..1884203 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "semver": "^7.3.5", "standard": "^17.0.0", "tap": "^16.0.0", - "tsd": "^0.24.1" + "tsd": "^0.25.0" }, "scripts": { "benchmark": "node test/benchmark.js",