1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Bump ts-node from 9.1.1 to 10.2.1 (#76)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.2.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Avior <github@avior.me>
This commit is contained in:
dependabot[bot]
2021-09-29 21:46:02 +00:00
committed by GitHub
parent dc4d1bd6cb
commit 113329f085
2 changed files with 152 additions and 11 deletions

View File

@ -13,7 +13,7 @@
"@types/jscodeshift": "^0.11.0",
"@types/node": "^15.0.1",
"jscodeshift": "^0.12.0",
"ts-node": "^9.1.1",
"ts-node": "^10.2.1",
"typescript": "^4.2.4"
}
}