From fb6eb2b296ed1648cfde7868c774c46b2605fe3b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jul 2024 18:01:30 +0000 Subject: [PATCH] chore(deps): update dependency @types/eslint to v9 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9131c42..eae3aff 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.0.0", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "0.5.13", - "@types/eslint": "^8.56.6", + "@types/eslint": "^9.0.0", "@types/html-minifier-terser": "^7.0.2", "@types/node": "20.14.11", "@typescript-eslint/eslint-plugin": "^7.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c877c91..1eb5998 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ devDependencies: specifier: 0.5.13 version: 0.5.13(tailwindcss@3.4.6) '@types/eslint': - specifier: ^8.56.6 - version: 8.56.11 + specifier: ^9.0.0 + version: 9.6.0 '@types/html-minifier-terser': specifier: ^7.0.2 version: 7.0.2 @@ -930,8 +930,8 @@ packages: resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} dev: true - /@types/eslint@8.56.11: - resolution: {integrity: sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==} + /@types/eslint@9.6.0: + resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==} dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15