From fcb0ff443c1b1ef5dcb677e6f36ad0ad625fd7e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:06:30 +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 3f5453d3a..280e96c19 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.4.4" }, "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.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "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.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==" }, "ua-parser-js": { "version": "0.7.31", diff --git a/documentation/package.json b/documentation/package.json index 233597a60..cdfaaea02 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.4.4" }, "browserslist": { "production": [ diff --git a/package.json b/package.json index 980a463d5..cf3080210 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.4.4", "vercel": "28.20.0", "weak-napi": "2.0.2", "xregexp": "5.1.1"