chore(deps-dev): bump @ts-dev-tools/core

Bumps the npm-dev-dependencies group with 1 update:
- [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools).

---
updated-dependencies:
- dependency-name: "@ts-dev-tools/core"
  dependency-version: 1.9.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-02 04:02:11 +00:00 committed by Emilien Escalle
parent d6adfd48d3
commit d66307f735
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -16,7 +16,7 @@
"docker-compose": "^1.3.0"
},
"devDependencies": {
"@ts-dev-tools/core": "^1.9.11",
"@ts-dev-tools/core": "^1.9.14",
"@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^2.21.0"
@ -2730,9 +2730,9 @@
}
},
"node_modules/@ts-dev-tools/core": {
"version": "1.9.11",
"resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.9.11.tgz",
"integrity": "sha512-JZFSA1AHN8ASG2myAegk7ovElWpTrkNqz4ZVD0JfQkz4nphjF+PbYhso6HBsBtixvPtxpGX0s7mUBMR1ITm4Gw==",
"version": "1.9.14",
"resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.9.14.tgz",
"integrity": "sha512-YNjVj2VoqqLPzydiRbs5QkyeLZO8kVCT9xZk8xkZNdyJVlPwKrxDk6xFuXF2ZGWLYY1JzY+5YgrUyMPPMD4dDA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -2741,7 +2741,7 @@
"@eslint/js": "^9.25.0",
"@prettier/plugin-oxc": "^0.1.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.1",
"@types/node": "^25.0.1",
"eslint": "^9.25.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-jest": "^29.0.1",
@ -4219,14 +4219,14 @@
"dev": true
},
"node_modules/@types/node": {
"version": "24.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
"integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
"version": "25.0.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
"integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"undici-types": "~7.10.0"
"undici-types": "~7.16.0"
}
},
"node_modules/@types/stack-utils": {
@ -11502,9 +11502,9 @@
}
},
"node_modules/undici-types": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"license": "MIT"
},

View File

@ -31,7 +31,7 @@
"docker-compose": "^1.3.0"
},
"devDependencies": {
"@ts-dev-tools/core": "^1.9.11",
"@ts-dev-tools/core": "^1.9.14",
"@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^2.21.0"