diff --git a/package-lock.json b/package-lock.json index dd91a0c..1d8698a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index c7934d8..a95f1e3 100644 --- a/package.json +++ b/package.json @@ -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",