Skip to content

Commit 177a759

Browse files
authored
Merge pull request #1919 from bids-standard/depfu/batch_all/npm/2024-03-24
[js] Update all npm dependencies (2024-05-07)
2 parents 335e1f7 + a31c254 commit 177a759

File tree

3 files changed

+1973
-1937
lines changed

3 files changed

+1973
-1937
lines changed

bids-validator-web/package.json

Lines changed: 6 additions & 6 deletions
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": "^14.1.3",
10+
"eslint-config-next": "^14.2.2",
1111
"next": "^14.0.0",
1212
"pluralize": "^8.0.0",
13-
"react": "^18.2.0",
14-
"react-bootstrap": "^2.10.1",
15-
"react-dom": "^18.2.0",
16-
"sass": "^1.71.1"
13+
"react": "^18.3.1",
14+
"react-bootstrap": "^2.10.2",
15+
"react-dom": "^18.3.1",
16+
"sass": "^1.74.1"
1717
},
1818
"scripts": {
1919
"dev": "next",
2020
"build": "next build",
2121
"start": "next start"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^14.1.3"
24+
"@next/eslint-plugin-next": "^14.2.2"
2525
}
2626
}

bids-validator/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"homepage": "https://github.com/bids-standard/bids-validator",
3939
"dependencies": {
40-
"@aws-sdk/client-s3": "^3.515.0",
40+
"@aws-sdk/client-s3": "^3.556.0",
4141
"ajv": "^6.5.2",
4242
"bytes": "^3.1.2",
4343
"colors": "^1.4.0",
4444
"cross-fetch": "^4.0.0",
45-
"date-fns": "^3.3.1",
45+
"date-fns": "^3.6.0",
4646
"events": "^3.3.0",
47-
"exifreader": "^4.21.0",
47+
"exifreader": "^4.22.1",
4848
"hed-validator": "^3.13.4",
4949
"ignore": "^5.3.1",
5050
"is-utf8": "^0.2.1",
@@ -53,15 +53,15 @@
5353
"lerna": "^8.1.2",
5454
"lodash": "^4.17.21",
5555
"minimatch": "3.0.5",
56-
"next": "14.1.3",
56+
"next": "14.2.3",
5757
"nifti-js": "^1.0.1",
5858
"p-limit": "^2.1.0",
5959
"pako": "^1.0.6",
6060
"path": "^0.12.7",
6161
"pluralize": "^8.0.0",
6262
"semver": "^7.6.0",
6363
"stream-browserify": "^3.0.0",
64-
"table": "^6.8.1",
64+
"table": "^6.8.2",
6565
"util": "^0.12.5",
6666
"xml2js": "^0.6.2",
6767
"yaml": "^2.3.1",
@@ -70,7 +70,7 @@
7070
"devDependencies": {
7171
"adm-zip": "",
7272
"chai": "",
73-
"esbuild": "^0.20.1",
73+
"esbuild": "^0.20.2",
7474
"esbuild-plugin-globals": "^0.2.0",
7575
"esbuild-runner": "^2.2.2",
7676
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)