chore(deps-dev): bump tsd from 0.28.0 to 0.28.1 (#9040)

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](https://github.com/SamVerschueren/tsd/compare/v0.28.0...v0.28.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-31 21:22:47 +00:00
committed by GitHub
parent 138fdbee81
commit 3cb76e78be
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -154,7 +154,7 @@
"start-server-and-test": "2.0.0",
"styled-components": "^5.3.9",
"ts-mocha": "^10.0.0",
"tsd": "^0.28.0",
"tsd": "^0.28.1",
"typescript": "^5.0.2",
"url": "^0.11.0"
},
@@ -28904,9 +28904,9 @@
}
},
"node_modules/tsd": {
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.28.0.tgz",
"integrity": "sha512-LWYyNoxmpp1PVfmSo84Uup304vclm4NHfS/YXUzNVRgvWrpkoSEmZuM0O5j58E+Z7fjjGRo6HlefGziKbD0zgw==",
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.28.1.tgz",
"integrity": "sha512-FeYrfJ05QgEMW/qOukNCr4fAJHww4SaKnivAXRv4g5kj4FeLpNV7zH4dorzB9zAfVX4wmA7zWu/wQf7kkcvfbw==",
"dev": true,
"dependencies": {
"@tsd/typescript": "~5.0.2",
@@ -52775,9 +52775,9 @@
}
},
"tsd": {
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.28.0.tgz",
"integrity": "sha512-LWYyNoxmpp1PVfmSo84Uup304vclm4NHfS/YXUzNVRgvWrpkoSEmZuM0O5j58E+Z7fjjGRo6HlefGziKbD0zgw==",
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.28.1.tgz",
"integrity": "sha512-FeYrfJ05QgEMW/qOukNCr4fAJHww4SaKnivAXRv4g5kj4FeLpNV7zH4dorzB9zAfVX4wmA7zWu/wQf7kkcvfbw==",
"dev": true,
"requires": {
"@tsd/typescript": "~5.0.2",

View File

@@ -241,7 +241,7 @@
"start-server-and-test": "2.0.0",
"styled-components": "^5.3.9",
"ts-mocha": "^10.0.0",
"tsd": "^0.28.0",
"tsd": "^0.28.1",
"typescript": "^5.0.2",
"url": "^0.11.0"
},