diff --git a/package-lock.json b/package-lock.json index 62b3e491..dca344c8 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.3" }, "devDependencies": { "@types/chai": "4.3.13", @@ -4473,15 +4473,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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "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 7b902cc9..c804d195 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.3" }, "description": "Cypress end-to-end test automation boilerplate. Using TypeScript, Chai and Should.", "devDependencies": {