From 0edce9fd0ba01f10ccc341285c51e0946b059e2f Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:25:28 +0200 Subject: [PATCH] chore(deps): update dependency @types/eslint to ^8.56.9 (#341) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- tooling/eslint/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b30e88a0e..fd56d0e27 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -909,8 +909,8 @@ importers: specifier: workspace:^0.1.0 version: link:../typescript '@types/eslint': - specifier: ^8.56.7 - version: 8.56.7 + specifier: ^8.56.9 + version: 8.56.9 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -3247,8 +3247,8 @@ packages: resolution: {integrity: sha512-oeKafs/df9lwOvtfiXVliZsocFVOexK9PZtLQWuPeuVCFR7jwiqlg60lu80JTe5NFNtH3tnV6Fs/ySR8BUPHAw==} dev: true - /@types/eslint@8.56.7: - resolution: {integrity: sha512-SjDvI/x3zsZnOkYZ3lCt9lOZWZLB2jIlNKz+LBgCtDurK0JZcwucxYHn1w2BJkD34dgX9Tjnak0txtq4WTggEA==} + /@types/eslint@8.56.9: + resolution: {integrity: sha512-W4W3KcqzjJ0sHg2vAq9vfml6OhsJ53TcUjUqfzzZf/EChUtwspszj/S0pzMxnfRcO55/iGq47dscXw71Fxc4Zg==} dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 5ef0299fa..cb8df879b 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^4.6.0" }, "devDependencies": { - "@types/eslint": "^8.56.7", + "@types/eslint": "^8.56.9", "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "eslint": "^8.57.0",