diff --git a/package-lock.json b/package-lock.json index edbee834..e22f8387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "shelljs": "^0.8.5", "sinon": "^16.1.0", "supertest": "6.3.1", - "typescript": "^4.8.4", + "typescript": "^5.4.4", "wait-on": "^7.0.1" }, "engines": { @@ -9095,15 +9095,15 @@ } }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "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/unbox-primitive": { @@ -16572,9 +16572,9 @@ } }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==" + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index 3668a847..9f9b1abc 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "shelljs": "^0.8.5", "sinon": "^16.1.0", "supertest": "6.3.1", - "typescript": "^4.8.4", + "typescript": "^5.4.4", "wait-on": "^7.0.1" } }