chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#9831)

Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](https://github.com/tsdjs/tsd/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-22 13:05:14 +00:00
committed by GitHub
parent 5975e6f3ea
commit c8ba2c2e16
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -122,7 +122,7 @@
"sinon-chai": "^3.7.0",
"snap-shot-it": "^7.9.10",
"start-server-and-test": "2.0.3",
"tsd": "^0.29.0",
"tsd": "^0.30.0",
"url": "^0.11.3"
},
"engines": {
@@ -5152,9 +5152,9 @@
}
},
"node_modules/@tsd/typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-VtjHPAKJqLJoHHKBDNofzvQB2+ZVxjXU/Gw6INAS9aINLQYVsxfzrQ2s84huCeYWZRTtrr7R0J7XgpZHjNwBCw==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-CQlfzol0ldaU+ftWuG52vH29uRoKboLinLy84wS8TQOu+m+tWoaUfk4svL4ij2V8M5284KymJBlHUusKj6k34w==",
"dev": true,
"engines": {
"node": ">=14.17"
@@ -26353,12 +26353,12 @@
}
},
"node_modules/tsd": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.29.0.tgz",
"integrity": "sha512-5B7jbTj+XLMg6rb9sXRBGwzv7h8KJlGOkTHxY63eWpZJiQ5vJbXEjL0u7JkIxwi5EsrRE1kRVUWmy6buK/ii8A==",
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.0.tgz",
"integrity": "sha512-aHL4rEuf3wwRzKCH8yqsE1oMAJYn7SAQ2JfWSgjr1e5/fqr+ggohQazECMpSoRAqSQeM/iIFugoyL/0eFwdTcA==",
"dev": true,
"dependencies": {
"@tsd/typescript": "~5.2.2",
"@tsd/typescript": "~5.3.3",
"eslint-formatter-pretty": "^4.1.0",
"globby": "^11.0.1",
"jest-diff": "^29.0.3",

View File

@@ -209,7 +209,7 @@
"sinon-chai": "^3.7.0",
"snap-shot-it": "^7.9.10",
"start-server-and-test": "2.0.3",
"tsd": "^0.29.0",
"tsd": "^0.30.0",
"url": "^0.11.3"
},
"engines": {