diff --git a/package-lock.json b/package-lock.json index 2679111..88e010c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2121,9 +2121,9 @@ "dev": true }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==" + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==" }, "uri-js": { "version": "4.2.2", diff --git a/package.json b/package.json index 5a7751a..b7bc259 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "jasmine": "3.8.0", "protractor": "7.0.0", "ts-node": "9.1.1", - "typescript": "4.3.5" + "typescript": "5.4.4" }, "description": "Protractor end-to-end test automation boilerplate. Using TypeScript, ts-node, Jasmine and Expect.", "devDependencies": {