From ff9da7ee72db5cb74001c36be16e0163df6239e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:14:34 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- documentation/package-lock.json | 16 ++++++++-------- documentation/package.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index c15a2d324..25dadc0de 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -30,7 +30,7 @@ "fs-extra": "11.1.1", "lodash": "4.17.21", "moment-timezone": "0.5.43", - "typescript": "4.9.5" + "typescript": "5.2.2" }, "engines": { "node": "18.15.0", @@ -12086,15 +12086,15 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/ua-parser-js": { @@ -21918,9 +21918,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, "ua-parser-js": { "version": "0.7.31", diff --git a/documentation/package.json b/documentation/package.json index 84c1428e7..f6468f11c 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -49,7 +49,7 @@ "fs-extra": "11.1.1", "lodash": "4.17.21", "moment-timezone": "0.5.43", - "typescript": "4.9.5" + "typescript": "5.2.2" }, "browserslist": { "production": [ diff --git a/package.json b/package.json index 03cc69d31..6536a27af 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "ts-node-dev": "2.0.0", "tsconfig-paths": "4.2.0", "ttypescript": "1.5.15", - "typescript": "4.9.5", + "typescript": "5.2.2", "vercel": "28.20.0", "weak-napi": "2.0.2", "xregexp": "5.1.1"