diff --git a/package.json b/package.json index c6573fb..64a4d9c 100644 --- a/package.json +++ b/package.json @@ -23,28 +23,28 @@ ], "main": "dist/schedule-accessory.js", "dependencies": { - "cron": "~2.0.0", + "cron": "~3.1.7", "typescript-helper-functions": "~1.0.158" }, "devDependencies": { - "@types/cron": "~2.0.0", - "@types/jest": "~28.1.0", - "@types/node": "~17.0.39", - "@typescript-eslint/eslint-plugin": "~5.27.0", - "@typescript-eslint/parser": "~5.27.0", - "eslint": "~8.17.0", - "eslint-config-prettier": "~8.5.0", - "eslint-plugin-jest": "~26.4.6", - "eslint-plugin-prettier": "~4.0.0", - "homebridge": "~1.4.1", - "jest": "~28.1.0", - "jest-junit": "~13.2.0", + "@types/cron": "~2.4.0", + "@types/jest": "~29.5.12", + "@types/node": "~20.12.7", + "@typescript-eslint/eslint-plugin": "~7.8.0", + "@typescript-eslint/parser": "~7.8.0", + "eslint": "~9.1.1", + "eslint-config-prettier": "~9.1.0", + "eslint-plugin-jest": "~28.3.0", + "eslint-plugin-prettier": "~5.1.3", + "homebridge": "~1.8.1", + "jest": "~29.7.0", + "jest-junit": "~16.0.0", "node-git-hooks": "~1.0.6", "npm-run-all": "~4.1.5", - "prettier": "~2.6.2", - "rimraf": "~3.0.2", - "ts-jest": "~28.0.4", - "typescript": "~4.7.3" + "prettier": "~3.2.5", + "rimraf": "~5.0.5", + "ts-jest": "~29.1.2", + "typescript": "~5.4.5" }, "files": [ "LICENSE",