diff --git a/package-lock.json b/package-lock.json index 8880912..0ce78bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11895,9 +11895,9 @@ "dev": true }, "typescript": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", - "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index f596db5..2c9830e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "selenium-webdriver": "^4.0.0-beta.1", "ts-jest": "^26.5.4", "typedoc": "^0.20.30", - "typescript": "^4.1.5" + "typescript": "^4.2.3" }, "publishConfig": { "access": "public",