diff --git a/package-lock.json b/package-lock.json index 744eb00e..a70ed8a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6410,9 +6410,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" }, "umd": { "version": "3.0.3", diff --git a/package.json b/package.json index b91b2a74..82339770 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "cypress": "5.6.0", "rimraf": "3.0.2", "tsify": "5.0.4", - "typescript": "4.9.5" + "typescript": "5.1.3" }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Browserify, Chai and Expect.", "devDependencies": {