diff --git a/client/package.json b/client/package.json index 092f7d05b..dee64767c 100644 --- a/client/package.json +++ b/client/package.json @@ -73,7 +73,7 @@ "prettier": "2.6.2", "react-scripts": "5.0.1", "redux-mock-store": "1.5.4", - "typescript": "4.7.3" + "typescript": "5.5.3" }, "engines": { "node": ">=16.0.0", diff --git a/package-lock.json b/package-lock.json index 7c4451304..cbc296b5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "spectron": "19.0.0", "supertest": "6.3.3", "ts-jest": "28.0.8", - "typescript": "4.7.3" + "typescript": "5.5.3" }, "engines": { "node": ">=16.0.0", @@ -6582,6 +6582,20 @@ "typescript": "^4.0.2" } }, + "node_modules/config-file-ts/node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, "node_modules/confusing-browser-globals": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", @@ -19688,16 +19702,17 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "node_modules/typescript": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", - "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/ua-parser-js": { @@ -25771,6 +25786,14 @@ "requires": { "glob": "^7.1.6", "typescript": "^4.0.2" + }, + "dependencies": { + "typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "dev": true + } } }, "confusing-browser-globals": { @@ -35598,9 +35621,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", - "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 21bf2fbf1..a9b5ec3be 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "spectron": "19.0.0", "supertest": "6.3.3", "ts-jest": "28.0.8", - "typescript": "4.7.3" + "typescript": "5.5.3" }, "repository": { "type": "git", diff --git a/reporter-client/package.json b/reporter-client/package.json index 3668f05cb..06b0f7449 100644 --- a/reporter-client/package.json +++ b/reporter-client/package.json @@ -44,7 +44,7 @@ "prettier": "2.6.2", "react-app-rewired": "^2.2.1", "react-scripts": "5.0.1", - "typescript": "4.7.3" + "typescript": "5.5.3" }, "engines": { "node": ">=16.0.0",