diff --git a/package.json b/package.json index fc86c21..876ec9a 100644 --- a/package.json +++ b/package.json @@ -46,21 +46,21 @@ "dependencies": { "@cosmicmind/foundationjs": "^0.0.1-rc-072224-1", "npm-run-all": "^4.1.5", - "terser": "^5.31.3", + "terser": "^5.34.1", "ts-node": "^10.9.2", - "tslib": "^2.6.3", - "typescript": "^5.5.3", - "vite": "^5.3.4", + "tslib": "^2.7.0", + "typescript": "^5.6.2", + "vite": "^5.4.8", "vite-plugin-dts": "^1.7.3", "vitest": "^1.6.0" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.1.0", "@types/node": "^20.14.11", - "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.1", + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", "@vitest/coverage-v8": "^1.6.0", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-plugin-yml": "^1.14.0" } }