From e962fae719ebb86accfbb93f7e10dbb53164ea22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 08:28:05 -0400 Subject: [PATCH] Bump ts-node from 9.1.1 to 10.0.0 (#1833) Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.0.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin Dalrymple --- packages/gitbeaker-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbeaker-core/package.json b/packages/gitbeaker-core/package.json index 4e1afb6c..b306a01c 100644 --- a/packages/gitbeaker-core/package.json +++ b/packages/gitbeaker-core/package.json @@ -22,8 +22,8 @@ "get-param-names": "github:jdalrymple/get-param-names#1-improve-functionality", "rollup": "^2.47.0", "rollup-plugin-dts": "^3.0.1", - "rollup-plugin-esbuild": "^4.2.3", "ts-node": "^10.0.0", + "rollup-plugin-esbuild": "^4.2.3", "tslib": "^2.2.0", "typescript": "^4.2.4" },