chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#9536)

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](https://github.com/SamVerschueren/tsd/compare/v0.28.1...v0.29.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-09-04 10:18:08 +00:00
committed by GitHub
parent 4496bda83a
commit e30a0ac3b9
2 changed files with 13 additions and 10 deletions

21
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.0",
"tsd": "^0.28.1",
"tsd": "^0.29.0",
"url": "^0.11.1"
},
"engines": {
@@ -5128,10 +5128,13 @@
}
},
"node_modules/@tsd/typescript": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-YQi2lvZSI+xidKeUjlbv6b6Zw7qB3aXHw5oGJLs5OOGAEqKIOvz5UIAkWyg0bJbkSUWPBEtaOHpVxU4EYBO1Jg==",
"dev": true
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-VtjHPAKJqLJoHHKBDNofzvQB2+ZVxjXU/Gw6INAS9aINLQYVsxfzrQ2s84huCeYWZRTtrr7R0J7XgpZHjNwBCw==",
"dev": true,
"engines": {
"node": ">=14.17"
}
},
"node_modules/@types/body-parser": {
"version": "1.19.2",
@@ -26111,12 +26114,12 @@
}
},
"node_modules/tsd": {
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.28.1.tgz",
"integrity": "sha512-FeYrfJ05QgEMW/qOukNCr4fAJHww4SaKnivAXRv4g5kj4FeLpNV7zH4dorzB9zAfVX4wmA7zWu/wQf7kkcvfbw==",
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.29.0.tgz",
"integrity": "sha512-5B7jbTj+XLMg6rb9sXRBGwzv7h8KJlGOkTHxY63eWpZJiQ5vJbXEjL0u7JkIxwi5EsrRE1kRVUWmy6buK/ii8A==",
"dev": true,
"dependencies": {
"@tsd/typescript": "~5.0.2",
"@tsd/typescript": "~5.2.2",
"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.0",
"tsd": "^0.28.1",
"tsd": "^0.29.0",
"url": "^0.11.1"
},
"engines": {