chore(deps-dev): bump the npm-development-dependencies group across 1 directory with 2 updates

Bumps the npm-development-dependencies group with 2 updates in the / directory: [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools) and [@vercel/ncc](https://github.com/vercel/ncc).


Updates `@ts-dev-tools/core` from 1.12.4 to 1.13.0
- [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases)
- [Commits](https://github.com/escemi-tech/ts-dev-tools/compare/@ts-dev-tools/core@1.12.4...@ts-dev-tools/core@1.13.0)

Updates `@vercel/ncc` from 0.44.0 to 0.44.1
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.44.0...0.44.1)

---
updated-dependencies:
- dependency-name: "@ts-dev-tools/core"
  dependency-version: 1.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: "@vercel/ncc"
  dependency-version: 0.44.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-07-17 04:06:49 +00:00 committed by GitHub
parent 1ac4723199
commit a9ab833b7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 794 additions and 460 deletions

1250
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,8 @@
"docker-compose": "^1.4.2"
},
"devDependencies": {
"@ts-dev-tools/core": "^1.12.4",
"@vercel/ncc": "^0.44.0"
"@ts-dev-tools/core": "^1.13.0",
"@vercel/ncc": "^0.44.1"
},
"scripts": {
"package": "npm run package:index && npm run package:post",