diff --git a/package-lock.json b/package-lock.json index e7ba6d66..ccac263f 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.4.5" }, "devDependencies": { "@cypress/browserify-preprocessor": "3.0.2", @@ -7583,15 +7583,15 @@ "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.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "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 11967900..98887051 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.4.5" }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Browserify, Chai and Assert.", "devDependencies": {