diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 9454aaf7b..ec8a45872 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.41", - "typescript": "4.9.5" + "typescript": "5.0.2" }, "engines": { "node": "16.19.1", @@ -12064,15 +12064,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.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=12.20" } }, "node_modules/ua-parser-js": { @@ -21873,9 +21873,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==" }, "ua-parser-js": { "version": "0.7.31", diff --git a/documentation/package.json b/documentation/package.json index 738f75823..916decc1a 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.41", - "typescript": "4.9.5" + "typescript": "5.0.2" }, "browserslist": { "production": [ diff --git a/package.json b/package.json index 1d5cb51fb..d80f004ff 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "ts-node-dev": "2.0.0", "tsconfig-paths": "4.1.2", "ttypescript": "1.5.15", - "typescript": "4.9.5", + "typescript": "5.0.2", "vercel": "28.18.0", "weak-napi": "2.0.2", "xregexp": "5.1.1"