From e01674f5eb07eeebfe5154bcb3a5e89153ea1f74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:02:26 +0000 Subject: [PATCH] chore(deps): pin devdependency eslint to 9.14.0 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07a8745..1cbfa30 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@nuxt/test-utils": "3.14.3", "@playwright/test": "1.48.1", "@vue/test-utils": "2.4.6", - "eslint": "^9.12.0", + "eslint": "9.14.0", "happy-dom": "15.11.1", "lint-staged": "15.2.10", "simple-git-hooks": "2.11.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7256fc6..0fdb199 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: specifier: 2.4.6 version: 2.4.6 eslint: - specifier: ^9.12.0 + specifier: 9.14.0 version: 9.14.0(jiti@2.4.0) happy-dom: specifier: 15.11.1 -- 2.51.2