diff --git a/package-lock.json b/package-lock.json index 8b3bf48..ec9af32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -516,9 +516,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.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true }, "util": { diff --git a/package.json b/package.json index 2f544be..b687eef 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "fs": "0.0.1-security", "path": "^0.12.7", "tslint": "^6.1.3", - "typescript": "^4.2.3", + "typescript": "^4.5.5", "vscode": "^1.1.37" } }