diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 03:57:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 03:57:54 -0500 |
commit | 92279d3b94fd567257377129bdb19d6e7b521ccd (patch) | |
tree | 0d076c7ac0053ca46bc3be9dc47d113d510c5708 /package.json | |
parent | 1122fa8e415851677c78516caf479622208db15a (diff) | |
download | skyblock-api-92279d3b94fd567257377129bdb19d6e7b521ccd.tar.gz skyblock-api-92279d3b94fd567257377129bdb19d6e7b521ccd.tar.bz2 skyblock-api-92279d3b94fd567257377129bdb19d6e7b521ccd.zip |
Bump ts-node from 10.0.0 to 10.1.0 (#83)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.0.0...v10.1.0)
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6f20a30..c83d328 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/node-fetch": "^2.5.10", "dotenv": "^10.0.0", "mocha": "^9.0.2", - "ts-node": "^10.0.0", + "ts-node": "^10.1.0", "typescript": "^4.3.5" } } |