diff --git a/01-Login/package-lock.json b/01-Login/package-lock.json index 723e280..48b3cd5 100644 --- a/01-Login/package-lock.json +++ b/01-Login/package-lock.json @@ -11,7 +11,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "^1.4.6", "debug": "~4.3.4", - "dotenv": "^16.3.0", + "dotenv": "^16.4.5", "express": "~4.18.2", "express-session": "^1.17.3", "http-errors": "~2.0.0", @@ -346,14 +346,14 @@ "integrity": "sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==" }, "node_modules/dotenv": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", - "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/ee-first": { diff --git a/01-Login/package.json b/01-Login/package.json index a6f187c..b676c16 100644 --- a/01-Login/package.json +++ b/01-Login/package.json @@ -9,7 +9,7 @@ "connect-flash": "^0.1.1", "cookie-parser": "^1.4.6", "debug": "~4.3.4", - "dotenv": "^16.3.0", + "dotenv": "^16.4.5", "express": "~4.18.2", "express-session": "^1.17.3", "http-errors": "~2.0.0",