diff --git a/package-lock.json b/package-lock.json index 5faa45722..ac2a7ed20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8875,9 +8875,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.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", + "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "dev": true }, "unc-path-regex": { diff --git a/package.json b/package.json index 8bfad0929..5d9b5fb82 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "sinon": "10.0.0", "ts-node": "9.1.1", "typemoq": "2.1.0", - "typescript": "4.2.3" + "typescript": "4.7.3" }, "dependencies": { "abort-controller": "3.0.0",