From 521080cbe6927aa3de144f69fa2cb0b5183172d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:02:54 +0000 Subject: [PATCH] Bump eslint-config-next from 15.5.0 to 15.5.2 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.5.0 to 15.5.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.5.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 15.5.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3be7e5ff..2362a55e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^17.2.1", "eslint": "^9.34.0", - "eslint-config-next": "^15.5.0", + "eslint-config-next": "^15.5.2", "jest": "^30.0.5", "jest-environment-jsdom": "^30.0.5", "rollup": "^4.48.1", @@ -1799,9 +1799,9 @@ } }, "node_modules/@next/eslint-plugin-next": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.0.tgz", - "integrity": "sha512-+k83U/fST66eQBjTltX2T9qUYd43ntAe+NZ5qeZVTQyTiFiHvTLtkpLKug4AnZAtuI/lwz5tl/4QDJymjVkybg==", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.2.tgz", + "integrity": "sha512-lkLrRVxcftuOsJNhWatf1P2hNVfh98k/omQHrCEPPriUypR6RcS13IvLdIrEvkm9AH2Nu2YpR5vLqBuy6twH3Q==", "dev": true, "license": "MIT", "dependencies": { @@ -4616,13 +4616,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.0.tgz", - "integrity": "sha512-Yl4hlOdBqstAuHnlBfx2RimBzWQwysM2SJNu5EzYVa2qS2ItPs7lgxL0sJJDudEx5ZZHfWPZ/6U8+FtDFWs7/w==", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.5.2.tgz", + "integrity": "sha512-3hPZghsLupMxxZ2ggjIIrat/bPniM2yRpsVPVM40rp8ZMzKWOJp2CGWn7+EzoV2ddkUr5fxNfHpF+wU1hGt/3g==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.5.0", + "@next/eslint-plugin-next": "15.5.2", "@rushstack/eslint-patch": "^1.10.3", "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0", diff --git a/package.json b/package.json index 5a535f5a..bd055152 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^17.2.1", "eslint": "^9.34.0", - "eslint-config-next": "^15.5.0", + "eslint-config-next": "^15.5.2", "jest": "^30.0.5", "jest-environment-jsdom": "^30.0.5", "rollup": "^4.48.1",