diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ea716aa..0ce9a0de 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.17 + version: 14.2.17 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.17: + resolution: {integrity: sha512-fW6/u1jjlBQrMs1ExyINehaK3B+LEW5UqdF6QYL07QK+SECkX0hnEyPMaNKj0ZFzirQ9D8jLWQ00P8oua4yx9g==} 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..d9ff8b98 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.17", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.34.2",