From 38831fc87fdf77e184abf5e0a77588443c1bf84d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 01:07:30 +0000 Subject: [PATCH] fix(deps): update dependency express-session to v1.19.0 --- .../package-lock.json | 36 ++++++++++--------- .../node-auth-passport-google/package.json | 2 +- .../node-auth-passport/package-lock.json | 35 +++++++++--------- .../node-auth-passport/package.json | 2 +- .../package-lock.json | 36 ++++++++++--------- .../node-auth-user-registration/package.json | 2 +- 6 files changed, 60 insertions(+), 53 deletions(-) diff --git a/07-node-express-authentication/node-auth-passport-google/package-lock.json b/07-node-express-authentication/node-auth-passport-google/package-lock.json index 4173b4f6..7b095544 100644 --- a/07-node-express-authentication/node-auth-passport-google/package-lock.json +++ b/07-node-express-authentication/node-auth-passport-google/package-lock.json @@ -15,7 +15,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.19.2", - "express-session": "1.18.2", + "express-session": "1.19.0", "hbs": "4.2.0", "mongoose": "8.19.0", "morgan": "1.10.1", @@ -1257,29 +1257,31 @@ } }, "node_modules/express-session": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz", - "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==", - "license": "MIT", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.19.0.tgz", + "integrity": "sha512-0csaMkGq+vaiZTmSMMGkfdCOabYv192VbytFypcvI0MANrp+4i/7yEkJ0sbAEhycQjntaKGzYfjfXQyVb7BHMA==", "dependencies": { - "cookie": "0.7.2", - "cookie-signature": "1.0.7", - "debug": "2.6.9", + "cookie": "~0.7.2", + "cookie-signature": "~1.0.7", + "debug": "~2.6.9", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", + "safe-buffer": "~5.2.1", "uid-safe": "~2.1.5" }, "engines": { "node": ">= 0.8.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express-session/node_modules/cookie": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", - "license": "MIT", "engines": { "node": ">= 0.6" } @@ -5261,17 +5263,17 @@ } }, "express-session": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz", - "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.19.0.tgz", + "integrity": "sha512-0csaMkGq+vaiZTmSMMGkfdCOabYv192VbytFypcvI0MANrp+4i/7yEkJ0sbAEhycQjntaKGzYfjfXQyVb7BHMA==", "requires": { - "cookie": "0.7.2", - "cookie-signature": "1.0.7", - "debug": "2.6.9", + "cookie": "~0.7.2", + "cookie-signature": "~1.0.7", + "debug": "~2.6.9", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", + "safe-buffer": "~5.2.1", "uid-safe": "~2.1.5" }, "dependencies": { diff --git a/07-node-express-authentication/node-auth-passport-google/package.json b/07-node-express-authentication/node-auth-passport-google/package.json index 60bc1ebf..730eca14 100644 --- a/07-node-express-authentication/node-auth-passport-google/package.json +++ b/07-node-express-authentication/node-auth-passport-google/package.json @@ -15,7 +15,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.19.2", - "express-session": "1.18.2", + "express-session": "1.19.0", "hbs": "4.2.0", "mongoose": "8.19.0", "morgan": "1.10.1", diff --git a/07-node-express-authentication/node-auth-passport/package-lock.json b/07-node-express-authentication/node-auth-passport/package-lock.json index 30329a6e..190884fc 100644 --- a/07-node-express-authentication/node-auth-passport/package-lock.json +++ b/07-node-express-authentication/node-auth-passport/package-lock.json @@ -14,7 +14,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.22.1", - "express-session": "1.18.2", + "express-session": "1.19.0", "hbs": "4.2.0", "mongoose": "8.19.0", "morgan": "1.10.1", @@ -1138,22 +1138,25 @@ } }, "node_modules/express-session": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz", - "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==", - "license": "MIT", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.19.0.tgz", + "integrity": "sha512-0csaMkGq+vaiZTmSMMGkfdCOabYv192VbytFypcvI0MANrp+4i/7yEkJ0sbAEhycQjntaKGzYfjfXQyVb7BHMA==", "dependencies": { - "cookie": "0.7.2", - "cookie-signature": "1.0.7", - "debug": "2.6.9", + "cookie": "~0.7.2", + "cookie-signature": "~1.0.7", + "debug": "~2.6.9", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", + "safe-buffer": "~5.2.1", "uid-safe": "~2.1.5" }, "engines": { "node": ">= 0.8.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express-session/node_modules/cookie-signature": { @@ -4869,17 +4872,17 @@ } }, "express-session": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz", - "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.19.0.tgz", + "integrity": "sha512-0csaMkGq+vaiZTmSMMGkfdCOabYv192VbytFypcvI0MANrp+4i/7yEkJ0sbAEhycQjntaKGzYfjfXQyVb7BHMA==", "requires": { - "cookie": "0.7.2", - "cookie-signature": "1.0.7", - "debug": "2.6.9", + "cookie": "~0.7.2", + "cookie-signature": "~1.0.7", + "debug": "~2.6.9", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", + "safe-buffer": "~5.2.1", "uid-safe": "~2.1.5" }, "dependencies": { diff --git a/07-node-express-authentication/node-auth-passport/package.json b/07-node-express-authentication/node-auth-passport/package.json index 779001ee..54143fa8 100644 --- a/07-node-express-authentication/node-auth-passport/package.json +++ b/07-node-express-authentication/node-auth-passport/package.json @@ -14,7 +14,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.22.1", - "express-session": "1.18.2", + "express-session": "1.19.0", "hbs": "4.2.0", "mongoose": "8.19.0", "morgan": "1.10.1", diff --git a/07-node-express-authentication/node-auth-user-registration/package-lock.json b/07-node-express-authentication/node-auth-user-registration/package-lock.json index 8a7d3b1f..76570716 100644 --- a/07-node-express-authentication/node-auth-user-registration/package-lock.json +++ b/07-node-express-authentication/node-auth-user-registration/package-lock.json @@ -13,7 +13,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.22.1", - "express-session": "1.18.2", + "express-session": "1.19.0", "hbs": "4.2.0", "http-errors": "2.0.1", "mongoose": "8.19.0", @@ -632,29 +632,31 @@ } }, "node_modules/express-session": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz", - "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==", - "license": "MIT", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.19.0.tgz", + "integrity": "sha512-0csaMkGq+vaiZTmSMMGkfdCOabYv192VbytFypcvI0MANrp+4i/7yEkJ0sbAEhycQjntaKGzYfjfXQyVb7BHMA==", "dependencies": { - "cookie": "0.7.2", - "cookie-signature": "1.0.7", - "debug": "2.6.9", + "cookie": "~0.7.2", + "cookie-signature": "~1.0.7", + "debug": "~2.6.9", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", + "safe-buffer": "~5.2.1", "uid-safe": "~2.1.5" }, "engines": { "node": ">= 0.8.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express-session/node_modules/cookie": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", - "license": "MIT", "engines": { "node": ">= 0.6" } @@ -2739,17 +2741,17 @@ } }, "express-session": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz", - "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.19.0.tgz", + "integrity": "sha512-0csaMkGq+vaiZTmSMMGkfdCOabYv192VbytFypcvI0MANrp+4i/7yEkJ0sbAEhycQjntaKGzYfjfXQyVb7BHMA==", "requires": { - "cookie": "0.7.2", - "cookie-signature": "1.0.7", - "debug": "2.6.9", + "cookie": "~0.7.2", + "cookie-signature": "~1.0.7", + "debug": "~2.6.9", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", + "safe-buffer": "~5.2.1", "uid-safe": "~2.1.5" }, "dependencies": { diff --git a/07-node-express-authentication/node-auth-user-registration/package.json b/07-node-express-authentication/node-auth-user-registration/package.json index 5e4d4b5d..43752c45 100644 --- a/07-node-express-authentication/node-auth-user-registration/package.json +++ b/07-node-express-authentication/node-auth-user-registration/package.json @@ -14,7 +14,7 @@ "cookie-parser": "1.4.6", "dotenv": "16.4.7", "express": "4.22.1", - "express-session": "1.18.2", + "express-session": "1.19.0", "hbs": "4.2.0", "http-errors": "2.0.1", "mongoose": "8.19.0",