Updated node version, react version and react dependant dependencies.

This commit is contained in:
Axel Wretman
2025-08-25 18:21:52 +02:00
parent 70acc528ac
commit 162eb5f6cb
11 changed files with 17349 additions and 71090 deletions

View File

@@ -5,7 +5,7 @@
"bcryptjs": "2.4.3",
"connect-flash": "0.1.1",
"cookie-session": "2.0.0",
"express": "^4.18.1",
"express": "^4.21.2",
"lodash": "^4.17.21",
"otpauth": "^7.1.3",
"package-json": "7.0.0",
@@ -30,6 +30,6 @@
],
"main": "Parse-Dashboard/app.js",
"devDependencies": {
"keyv": "^4.5.1"
"keyv": "^4.5.4"
}
}