Skip to content

Commit 870c77f

Browse files
authored
Merge pull request #2194 from bids-standard/depfu/batch_all/npm/2024-12-01
[js] Update all npm dependencies (2024-12-01)
2 parents 6680668 + 7546adf commit 870c77f

File tree

4 files changed

+139
-139
lines changed

4 files changed

+139
-139
lines changed

bids-validator-web/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"dependencies": {
88
"@babel/runtime": "^7.22.10",
99
"bootstrap": "^5.3.3",
10-
"eslint-config-next": "^15.0.2",
10+
"eslint-config-next": "^15.0.3",
1111
"next": "^15.0.2",
1212
"pluralize": "^8.0.0",
1313
"react": "^18.3.1",
1414
"react-bootstrap": "^2.10.5",
1515
"react-dom": "^18.3.1",
16-
"sass": "^1.80.6"
16+
"sass": "^1.81.0"
1717
},
1818
"scripts": {
1919
"dev": "next",
2020
"build": "next build",
2121
"start": "next start"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^15.0.2"
24+
"@next/eslint-plugin-next": "^15.0.3"
2525
}
2626
}

bids-validator/package.json

+2-2
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.2",
56+
"next": "15.0.3",
5757
"nifti-js": "^1.0.1",
5858
"p-limit": "^2.1.0",
5959
"pako": "^1.0.6",
@@ -76,7 +76,7 @@
7676
"eslint": "^8.57.0",
7777
"eslint-config-prettier": "^9.1.0",
7878
"eslint-plugin-prettier": "^5.2.1",
79-
"husky": "^9.1.6",
79+
"husky": "^9.1.7",
8080
"lockfile": "^1.0.4",
8181
"sync-request": "6.1.0"
8282
},

0 commit comments

Comments
 (0)