Bump ts-node from 10.9.1 to 10.9.2

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-09 04:12:53 +00:00 committed by GitHub
parent 28c1583f8f
commit 32ec9b0e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/node": "^20.10.4",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}