diff --git a/package-lock.json b/package-lock.json index d868ce75..1868e224 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "cypress": "5.6.0", "rimraf": "3.0.2", "tsify": "5.0.4", - "typescript": "4.9.5" + "typescript": "5.7.2" }, "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", @@ -7590,15 +7590,16 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/umd": { diff --git a/package.json b/package.json index b7feda58..8b9d2ca7 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.7.2" }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Browserify, Chai and Expect.", "devDependencies": {