aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-09 06:17:21 +0000
committerGitHub <noreply@github.com>2021-08-09 06:17:21 +0000
commitf122f1917e7759dcac9ca7b9daed9976e240281a (patch)
tree42a5e48e650d1824d5d88a8c90709f9cb8cd2a66 /package.json
parent940433a9eed72796072e2ad448ba5f236c55de10 (diff)
downloadskyblock-api-f122f1917e7759dcac9ca7b9daed9976e240281a.tar.gz
skyblock-api-f122f1917e7759dcac9ca7b9daed9976e240281a.tar.bz2
skyblock-api-f122f1917e7759dcac9ca7b9daed9976e240281a.zip
Bump ts-node from 10.1.0 to 10.2.0 (#102)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.1.0...v10.2.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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0986add..c0677d5 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"@types/node-fetch": "^2.5.12",
"dotenv": "^10.0.0",
"mocha": "^9.0.3",
- "ts-node": "^10.1.0",
+ "ts-node": "^10.2.0",
"typescript": "^4.3.5"
}
}