Skip to content

Commit f6e47f0

Browse files
authored
Merge pull request #2201 from bids-standard/depfu/update/npm/group/nextjs-15.1.3
🚨 [security] [js] Update all of nextjs 15.0.3 → 15.1.3 (minor)
2 parents 2e8da31 + 2551782 commit f6e47f0

File tree

3 files changed

+126
-126
lines changed

3 files changed

+126
-126
lines changed

bids-validator-web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@babel/runtime": "^7.22.10",
99
"bootstrap": "^5.3.3",
10-
"eslint-config-next": "^15.0.3",
10+
"eslint-config-next": "^15.1.3",
1111
"next": "^15.0.2",
1212
"pluralize": "^8.0.0",
1313
"react": "^18.3.1",
@@ -21,6 +21,6 @@
2121
"start": "next start"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^15.0.3"
24+
"@next/eslint-plugin-next": "^15.1.3"
2525
}
2626
}

bids-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lerna": "^8.1.9",
5454
"lodash": "^4.17.21",
5555
"minimatch": "3.0.5",
56-
"next": "15.0.3",
56+
"next": "15.1.3",
5757
"nifti-js": "^1.0.1",
5858
"p-limit": "^2.1.0",
5959
"pako": "^1.0.6",

0 commit comments

Comments
 (0)