diff --git a/.stacks/core/lint/package.json b/.stacks/core/lint/package.json index bacd722f..ed4d9e98 100644 --- a/.stacks/core/lint/package.json +++ b/.stacks/core/lint/package.json @@ -46,7 +46,7 @@ }, "peerDependencies": { "@ow3/eslint-config": "^0.35.2", - "@types/eslint": "^8.4.10", + "@types/eslint": "^9.6.1", "eslint": "^8.31.0", "lint-staged": "^13.1.0" }, diff --git a/.stacks/core/types/package.json b/.stacks/core/types/package.json index 2182b012..80d7510e 100644 --- a/.stacks/core/types/package.json +++ b/.stacks/core/types/package.json @@ -49,7 +49,7 @@ "@rollup/pluginutils": "^5.0.2", "@types/bcryptjs": "^2.4.2", "@types/crypto-js": "^4.1.1", - "@types/eslint": "^8.4.10", + "@types/eslint": "^9.6.1", "@types/fs-extra": "^9.0.13", "@types/markdown-it-link-attributes": "^3.0.1", "@types/minimatch": "^5.1.2",