diff --git a/package-lock.json b/package-lock.json index 0face52..f7d055e 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.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index be0de8b..8b76e96 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.4" } }