diff --git a/package-lock.json b/package-lock.json index 813d605..8a8899c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "~1.4.7", "debug": "^4.4.0", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "express": "^4.21.2", "express-promise-router": "^4.1.1", "express-session": "^1.18.1", @@ -1106,9 +1106,9 @@ "integrity": "sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==" }, "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index fec96b4..bf661a7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "~1.4.7", "debug": "^4.4.0", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "express": "^4.21.2", "express-promise-router": "^4.1.1", "express-session": "^1.18.1",