From 837663daa7db3b5d16617c95bae28ca8031832b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 01:04:01 +0000 Subject: [PATCH] bump(deps): update dependency @next/eslint-plugin-next to v14.2.13 --- pnpm-lock.yaml | 8 ++++---- workspace/eslint-config-next/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ea716aa..b531ef09 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -461,8 +461,8 @@ importers: workspace/eslint-config-next: dependencies: '@next/eslint-plugin-next': - specifier: 14.2.3 - version: 14.2.3 + specifier: 14.2.13 + version: 14.2.13 eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) @@ -1442,8 +1442,8 @@ packages: resolution: {integrity: sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==} dev: false - /@next/eslint-plugin-next@14.2.3: - resolution: {integrity: sha512-L3oDricIIjgj1AVnRdRor21gI7mShlSwU/1ZGHmqM3LzHhXXhdkrfeNY5zif25Bi5Dd7fiJHsbhoZCHfXYvlAw==} + /@next/eslint-plugin-next@14.2.13: + resolution: {integrity: sha512-z8Mk0VljxhIzsSiZUSdt3wp+t2lKd+jk5a9Jsvh3zDGkItgDMfjv/ZbET6HsxEl/fSihVoHGsXV6VLyDH0lfTQ==} dependencies: glob: 10.3.10 dev: false diff --git a/workspace/eslint-config-next/package.json b/workspace/eslint-config-next/package.json index 02714c3b..86ebf168 100644 --- a/workspace/eslint-config-next/package.json +++ b/workspace/eslint-config-next/package.json @@ -3,7 +3,7 @@ "private": true, "main": "./index.js", "dependencies": { - "@next/eslint-plugin-next": "14.2.3", + "@next/eslint-plugin-next": "14.2.13", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.34.2",