From e0aadc67253ea2057b2581b8bcb811da3d7bc3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:49:49 +0000 Subject: [PATCH] build(deps-dev): bump tsd from 0.31.2 to 0.32.0 Bumps [tsd](https://github.com/tsdjs/tsd) from 0.31.2 to 0.32.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](https://github.com/tsdjs/tsd/compare/v0.31.2...v0.32.0) --- updated-dependencies: - dependency-name: tsd dependency-version: 0.32.0 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 d8c066e..38a4f80 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint": "^9.17.0", "neostandard": "^0.12.0", "tape": "^5.7.5", - "tsd": "^0.31.0" + "tsd": "^0.32.0" }, "scripts": { "bench": "node benchmark/index.js",