Merge pull request #1 from BreizhHardware/dependabot/npm_and_yarn/tsd-0.33.0

Bump tsd from 0.30.7 to 0.33.0
This commit is contained in:
Félix MARQUET
2025-11-13 16:15:22 +01:00
committed by GitHub
2 changed files with 11 additions and 9 deletions

18
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"prom-client": "^15.0.0",
"supertest": "^7.1.4",
"supertest-koa-agent": "^0.3.0",
"tsd": "^0.30.3",
"tsd": "^0.33.0",
"typescript": "^5.9.3"
},
"engines": {
@@ -722,10 +722,11 @@
"dev": true
},
"node_modules/@tsd/typescript": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-CQlfzol0ldaU+ftWuG52vH29uRoKboLinLy84wS8TQOu+m+tWoaUfk4svL4ij2V8M5284KymJBlHUusKj6k34w==",
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-JSSdNiS0wgd8GHhBwnMAI18Y8XPhLVN+dNelPfZCXFhy9Lb3NbnFyp9JKxxr54jSUkEJPk3cidvCoHducSaRMQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=14.17"
}
@@ -4986,12 +4987,13 @@
}
},
"node_modules/tsd": {
"version": "0.30.7",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.7.tgz",
"integrity": "sha512-oTiJ28D6B/KXoU3ww/Eji+xqHJojiuPVMwA12g4KYX1O72N93Nb6P3P3h2OAhhf92Xl8NIhb/xFmBZd5zw/xUw==",
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.33.0.tgz",
"integrity": "sha512-/PQtykJFVw90QICG7zyPDMIyueOXKL7jOJVoX5pILnb3Ux+7QqynOxfVvarE+K+yi7BZyOSY4r+OZNWSWRiEwQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@tsd/typescript": "~5.3.3",
"@tsd/typescript": "^5.9.2",
"eslint-formatter-pretty": "^4.1.0",
"globby": "^11.0.1",
"jest-diff": "^29.0.3",

View File

@@ -41,7 +41,7 @@
"prom-client": "^15.0.0",
"supertest": "^7.1.4",
"supertest-koa-agent": "^0.3.0",
"tsd": "^0.30.3",
"tsd": "^0.33.0",
"typescript": "^5.9.3",
"nyc": "^17.1.0"
},