Fix most glaring bugs and vulnerabilities

This commit is contained in:
Luka Romih
2023-05-08 23:25:25 +02:00
parent 9867875ef2
commit d0e53fee3b
144 changed files with 2231 additions and 2981 deletions
+14
View File
@@ -12,6 +12,7 @@
"async": "^3.2.3",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"connect-flash-plus": "^0.2.1",
"connect-redis": "^6.0.0",
"cookie-parser": "^1.4.5",
"debug": "^4.3.2",
@@ -794,6 +795,14 @@
"node": ">=8"
}
},
"node_modules/connect-flash-plus": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/connect-flash-plus/-/connect-flash-plus-0.2.1.tgz",
"integrity": "sha512-MqnJms7FpZFFlLMaooLviOWwc04chmcPKaqwStjFIYd8MthE99f71yTzUcoyx1XIx87VsJuxzraL/ScbfrUUfQ==",
"engines": {
"node": ">= 0.12.0"
}
},
"node_modules/connect-redis": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/connect-redis/-/connect-redis-6.1.3.tgz",
@@ -4418,6 +4427,11 @@
"xdg-basedir": "^4.0.0"
}
},
"connect-flash-plus": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/connect-flash-plus/-/connect-flash-plus-0.2.1.tgz",
"integrity": "sha512-MqnJms7FpZFFlLMaooLviOWwc04chmcPKaqwStjFIYd8MthE99f71yTzUcoyx1XIx87VsJuxzraL/ScbfrUUfQ=="
},
"connect-redis": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/connect-redis/-/connect-redis-6.1.3.tgz",