diff --git a/package-lock.json b/package-lock.json index 91e42b2e6afb..13faa8f1129b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -168,7 +168,7 @@ "sass": "^1.52.3", "start-server-and-test": "^2.0.0", "strip-ansi": "^7.0.1", - "typescript": "^4.7.3", + "typescript": "^5.0.2", "unist-util-remove": "^3.1.1", "unist-util-visit-parents": "^5.1.3" }, @@ -19366,15 +19366,16 @@ } }, "node_modules/typescript": { - "version": "4.7.4", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=12.20" } }, "node_modules/unbox-primitive": { @@ -33228,7 +33229,9 @@ } }, "typescript": { - "version": "4.7.4", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index ef48ef6f0fce..6b3685d95b58 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "sass": "^1.52.3", "start-server-and-test": "^2.0.0", "strip-ansi": "^7.0.1", - "typescript": "^4.7.3", + "typescript": "^5.0.2", "unist-util-remove": "^3.1.1", "unist-util-visit-parents": "^5.1.3" },