From ad1e829300c6ebbf1486a6aa5d22a64dcc10667d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:18:46 +0000 Subject: [PATCH] fix(deps): update dependency cookie-parser to v1.4.7 --- .../package-lock.json | 18 ++++++++++-------- apps/manage-a-book-trading-club/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/apps/manage-a-book-trading-club/package-lock.json b/apps/manage-a-book-trading-club/package-lock.json index 88cf66f3..8a0ad033 100644 --- a/apps/manage-a-book-trading-club/package-lock.json +++ b/apps/manage-a-book-trading-club/package-lock.json @@ -12,7 +12,7 @@ "body-parser": "1.20.3", "connect-flash": "0.1.1", "connect-mongo": "3.2.0", - "cookie-parser": "1.4.6", + "cookie-parser": "1.4.7", "dotenv": "14.3.2", "express": "4.19.2", "express-session": "1.18.0", @@ -682,19 +682,21 @@ } }, "node_modules/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", + "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" } }, "node_modules/cookie-parser": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.6.tgz", - "integrity": "sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==", + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz", + "integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==", + "license": "MIT", "dependencies": { - "cookie": "0.4.1", + "cookie": "0.7.2", "cookie-signature": "1.0.6" }, "engines": { diff --git a/apps/manage-a-book-trading-club/package.json b/apps/manage-a-book-trading-club/package.json index 80bd0ffe..0a067a61 100644 --- a/apps/manage-a-book-trading-club/package.json +++ b/apps/manage-a-book-trading-club/package.json @@ -28,7 +28,7 @@ "body-parser": "1.20.3", "connect-flash": "0.1.1", "connect-mongo": "3.2.0", - "cookie-parser": "1.4.6", + "cookie-parser": "1.4.7", "dotenv": "14.3.2", "express": "4.19.2", "express-session": "1.18.0",