diff --git a/package-lock.json b/package-lock.json index 8abb5df21..a8a711c3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9693,9 +9693,9 @@ } }, "typescript": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", + "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 55575ff6b..567d1374e 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "prettier": "^2.2.1", "terminal-link": "^2.1.1", "ts-jest": "^26.5.3", - "typescript": "^4.2.3" + "typescript": "^4.2.4" } }