@uppy: upgrade dev deps (#6315)

addresses #6297

I'll raise another PR which would include deps which require code
changes
This commit is contained in:
Prakash 2026-06-02 08:18:58 +05:30 committed by GitHub
parent 7ea7530997
commit d7aaab7ad1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 930 additions and 852 deletions

View file

@ -11,10 +11,10 @@
},
"devDependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.20.4",
"body-parser": "^2.2.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-session": "^1.17.3",
"npm-run-all": "^4.1.5",

View file

@ -17,8 +17,8 @@
},
"devDependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.20.4",
"dotenv": "^16.0.1",
"body-parser": "^2.2.2",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-session": "^1.15.6",
"npm-run-all": "^4.1.2",

View file

@ -10,7 +10,7 @@
"cors": "^2.8.5"
},
"devDependencies": {
"dotenv": "^16.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"vite": "^7.1.11"
},