diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 3f5453d3a..0fe7adebd 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.5.3" }, "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.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "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.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==" }, "ua-parser-js": { "version": "0.7.31", diff --git a/documentation/package.json b/documentation/package.json index 233597a60..0884d342b 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.5.3" }, "browserslist": { "production": [ diff --git a/package.json b/package.json index 980a463d5..2e530fa98 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.5.3", "vercel": "28.20.0", "weak-napi": "2.0.2", "xregexp": "5.1.1"