develop #26

Merged
vex merged 48 commits from develop into main 2025-04-21 15:14:19 +00:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit 0b58034238 - Show all commits

12
package-lock.json generated
View File

@ -11,6 +11,9 @@
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"app-root-path": "^3.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-session": "^1.18.1",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
@ -29,6 +32,15 @@
"node": ">= 0.6"
}
},
"node_modules/app-root-path": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.1.0.tgz",
"integrity": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==",
"license": "MIT",
"engines": {
"node": ">= 6.0.0"
}
},
"node_modules/array-flatten": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",

View File

@ -11,6 +11,9 @@
"license": "ISC",
"description": "Webshop Autohändler",
"dependencies": {
"app-root-path": "^3.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",