From 09e8e7918a3367eced731a0a46d932439150fb2e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:41:18 +0000 Subject: [PATCH] Update all npm dependencies (2024-10-31) --- bids-validator-web/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bids-validator-web/package.json b/bids-validator-web/package.json index 1421ecc2f..cd3d795f1 100644 --- a/bids-validator-web/package.json +++ b/bids-validator-web/package.json @@ -7,8 +7,8 @@ "dependencies": { "@babel/runtime": "^7.22.10", "bootstrap": "^5.3.3", - "eslint-config-next": "^14.2.15", - "next": "^14.0.0", + "eslint-config-next": "^15.0.2", + "next": "^15.0.2", "pluralize": "^8.0.0", "react": "^18.3.1", "react-bootstrap": "^2.10.5", @@ -21,6 +21,6 @@ "start": "next start" }, "devDependencies": { - "@next/eslint-plugin-next": "^14.2.15" + "@next/eslint-plugin-next": "^15.0.2" } }