diff --git a/.changeset/nice-cooks-dress.md b/.changeset/nice-cooks-dress.md new file mode 100644 index 0000000..bf56c12 --- /dev/null +++ b/.changeset/nice-cooks-dress.md @@ -0,0 +1,5 @@ +--- +'@commencis/eslint-config': patch +--- + +fix(deps): update dependency @next/eslint-plugin-next to v15.1.1 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 52379ee..f140d0c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@eslint/js": "9.16.0", - "@next/eslint-plugin-next": "15.1.0", + "@next/eslint-plugin-next": "15.1.1", "@typescript-eslint/utils": "8.18.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-jsx-a11y": "6.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16c8ec8..99453ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,8 +76,8 @@ importers: specifier: 9.16.0 version: 9.16.0 '@next/eslint-plugin-next': - specifier: 15.1.0 - version: 15.1.0 + specifier: 15.1.1 + version: 15.1.1 '@typescript-eslint/utils': specifier: 8.18.0 version: 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) @@ -783,6 +783,9 @@ packages: '@next/eslint-plugin-next@15.1.0': resolution: {integrity: sha512-+jPT0h+nelBT6HC9ZCHGc7DgGVy04cv4shYdAe6tKlEbjQUtwU3LzQhzbDHQyY2m6g39m6B0kOFVuLGBrxxbGg==} + '@next/eslint-plugin-next@15.1.1': + resolution: {integrity: sha512-yACipsS2HI9ktcfz/1UsO0/sDbVjXWKDE/fzzMLnYES+K4KJyqHChyBQeaxiK7/NDnxrdk7Ow2i9LRm3ZTAWow==} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3774,6 +3777,10 @@ snapshots: dependencies: fast-glob: 3.3.1 + '@next/eslint-plugin-next@15.1.1': + dependencies: + fast-glob: 3.3.1 + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5