From 9342d41eb4790fb124498eda253a81950793bc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:44:04 +0000 Subject: [PATCH] Bump eslint-config-next from 15.3.3 to 15.3.4 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.3.3 to 15.3.4. - [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.3.4/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 15.3.4 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, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7387178e..9fc9e43a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^16.5.0", "eslint": "^9.29.0", - "eslint-config-next": "^15.3.3", + "eslint-config-next": "^15.3.4", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^4.43.0", @@ -1463,7 +1463,9 @@ } }, "node_modules/@next/eslint-plugin-next": { - "version": "15.3.3", + "version": "15.3.4", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.4.tgz", + "integrity": "sha512-lBxYdj7TI8phbJcLSAqDt57nIcobEign5NYIKCiy0hXQhrUbTqLqOaSDi568U6vFg4hJfBdZYsG4iP/uKhCqgg==", "dev": true, "license": "MIT", "dependencies": { @@ -1472,6 +1474,8 @@ }, "node_modules/@next/eslint-plugin-next/node_modules/fast-glob": { "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, "license": "MIT", "dependencies": { @@ -1487,6 +1491,8 @@ }, "node_modules/@next/eslint-plugin-next/node_modules/glob-parent": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "license": "ISC", "dependencies": { @@ -3671,11 +3677,13 @@ } }, "node_modules/eslint-config-next": { - "version": "15.3.3", + "version": "15.3.4", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.4.tgz", + "integrity": "sha512-WqeumCq57QcTP2lYlV6BRUySfGiBYEXlQ1L0mQ+u4N4X4ZhUVSSQ52WtjqHv60pJ6dD7jn+YZc0d1/ZSsxccvg==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "15.3.3", + "@next/eslint-plugin-next": "15.3.4", "@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 300f7471..f5707b7b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^16.5.0", "eslint": "^9.29.0", - "eslint-config-next": "^15.3.3", + "eslint-config-next": "^15.3.4", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rollup": "^4.43.0",