From cc795b7f1d326a8ce9274410ab5c2a7ba3b00a85 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 06:50:49 +0000 Subject: [PATCH] Update ts-node to version 10.7.0 --- pipeline/pak-automation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/pak-automation/package.json b/pipeline/pak-automation/package.json index 8fbeebe..ebea729 100644 --- a/pipeline/pak-automation/package.json +++ b/pipeline/pak-automation/package.json @@ -20,6 +20,6 @@ "exiftool-vendored": "^15.3.0", "node-fetch": "^3.0.0", "node-html-parser": "^4.1.5", - "ts-node": "^9.0.0" + "ts-node": "^10.7.0" } }