From 6c305e0b0e4349feaf356e168fb8bb3bcc92adce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:26:05 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.3 to 15.4.7 in /bids-validator Bumps [next](https://github.com/vercel/next.js) from 15.1.3 to 15.4.7. - [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/compare/v15.1.3...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bids-validator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bids-validator/package.json b/bids-validator/package.json index c8520728d..ce7f0fc54 100644 --- a/bids-validator/package.json +++ b/bids-validator/package.json @@ -53,7 +53,7 @@ "lerna": "^8.1.9", "lodash": "^4.17.21", "minimatch": "3.0.5", - "next": "15.1.3", + "next": "15.4.7", "nifti-js": "^1.0.1", "p-limit": "^2.1.0", "pako": "^1.0.6",