diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index e8f6f11..0ff09b2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@eslint/js": "9.24.0", - "@next/eslint-plugin-next": "15.2.5", + "@next/eslint-plugin-next": "15.3.2", "@typescript-eslint/utils": "8.29.1", "eslint-config-prettier": "10.1.1", "eslint-plugin-jsx-a11y": "6.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 086521e..4a4def8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,8 +82,8 @@ importers: specifier: 9.24.0 version: 9.24.0 '@next/eslint-plugin-next': - specifier: 15.2.5 - version: 15.2.5 + specifier: 15.3.2 + version: 15.3.2 '@typescript-eslint/utils': specifier: 8.29.1 version: 8.29.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3) @@ -677,6 +677,9 @@ packages: '@next/eslint-plugin-next@15.2.5': resolution: {integrity: sha512-Q1ncASVFKSy+AbabimYxr/2HH/h+qlKlwu1fYV48xUefGzVimS3i3nKwYsM2w+rLdpMFdJyoVowrYyjKu47rBw==} + '@next/eslint-plugin-next@15.3.2': + resolution: {integrity: sha512-ijVRTXBgnHT33aWnDtmlG+LJD+5vhc9AKTJPquGG5NKXjpKNjc62woIhFtrAcWdBobt8kqjCoaJ0q6sDQoX7aQ==} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3664,6 +3667,10 @@ snapshots: dependencies: fast-glob: 3.3.1 + '@next/eslint-plugin-next@15.3.2': + dependencies: + fast-glob: 3.3.1 + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5