diff --git a/package-lock.json b/package-lock.json index 72799713..62f63a79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6383,9 +6383,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.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", + "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==" }, "umd": { "version": "3.0.3", diff --git a/package.json b/package.json index 4078dad9..3edb5d14 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.0.2" }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Browserify, Chai and Assert.", "devDependencies": {