diff --git a/package-lock.json b/package-lock.json index a38ebbc9..02f0537c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7297,9 +7297,9 @@ } }, "typescript": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", - "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "union-value": { "version": "1.0.1", diff --git a/package.json b/package.json index 06fe06af..2e5fc9ed 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "jest": "26.6.3", "playwright": "1.25.2", "ts-jest": "26.5.6", - "typescript": "4.9.3" + "typescript": "4.9.5" }, "description": "Playwright end-to-end test automation boilerplate. Using TypeScript, ts-jest, Jest and Assert.", "devDependencies": {