diff --git a/package-lock.json b/package-lock.json index 0face52..17c8b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10244,9 +10244,9 @@ } }, "typescript": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz", - "integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index be0de8b..c661b4a 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "js-yaml": "4.0.0", "prettier": "2.2.1", "ts-jest": "24.3.0", - "typescript": "4.0.5" + "typescript": "4.2.3" } }