From b7ec5540feb4db615554fd86bd50f437ea43c464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:26:33 -0700 Subject: [PATCH] chore(dev-deps): bump tsd from 0.30.4 to 0.30.6 (#971) Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.4 to 0.30.6. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](https://github.com/tsdjs/tsd/compare/v0.30.4...v0.30.6) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0685eb7e0..8f8a59ec5 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "shx": "^0.3.4", "sinon": "^16.1.3", "ts-node": "^10.9.2", - "tsd": "^0.30.4", + "tsd": "^0.30.6", "typescript": "^5" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 24c973235..68211814c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6599,10 +6599,10 @@ tsconfig-paths@^3.15.0: minimist "^1.2.6" strip-bom "^3.0.0" -tsd@^0.30.4: - version "0.30.4" - resolved "https://registry.yarnpkg.com/tsd/-/tsd-0.30.4.tgz#bd7ab29befd23fb4d1c827c3db740a930a626ca1" - integrity sha512-ncC4SwAeUk0OTcXt5h8l0/gOLHJSp9ogosvOADT6QYzrl0ITm398B3wkz8YESqefIsEEwvYAU8bvo7/rcN/M0Q== +tsd@^0.30.6: + version "0.30.6" + resolved "https://registry.yarnpkg.com/tsd/-/tsd-0.30.6.tgz#5f857111d923d8b73790510142e1bd8d8fff78c3" + integrity sha512-GfzYfAJwbHTUY0FHC84fgJAX6w2FB6JXM4uvVc2jYyY16bHXVzen5PEXGOjISluMfG7z82otu57n2OzQhnRzwQ== dependencies: "@tsd/typescript" "~5.3.3" eslint-formatter-pretty "^4.1.0"