From 34b0d509d7669ed40ddc7367681cd9a4b4b37127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:00:49 +0000 Subject: [PATCH] Bump cookie and cookie-parser in /Part08AppServices/nodejssampleapp Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [cookie-parser](https://github.com/expressjs/cookie-parser). These dependencies need to be updated together. Updates `cookie` from 0.4.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.0...v0.7.2) Updates `cookie-parser` from 1.4.5 to 1.4.7 - [Release notes](https://github.com/expressjs/cookie-parser/releases) - [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.5...1.4.7) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: cookie-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../nodejssampleapp/package-lock.json | 14 +++++++------- Part08AppServices/nodejssampleapp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Part08AppServices/nodejssampleapp/package-lock.json b/Part08AppServices/nodejssampleapp/package-lock.json index b97c6ec..a2b42b4 100644 --- a/Part08AppServices/nodejssampleapp/package-lock.json +++ b/Part08AppServices/nodejssampleapp/package-lock.json @@ -226,16 +226,16 @@ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" }, "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==" }, "cookie-parser": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.5.tgz", - "integrity": "sha512-f13bPUj/gG/5mDr+xLmSxxDsB9DQiTIfhJS/sqjrmfAWiAN+x2O4i/XguTL9yDZ+/IFDanJ+5x7hC4CXT9Tdzw==", + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.4.7.tgz", + "integrity": "sha512-nGUvgXnotP3BsjiLX2ypbQnWoGUPIIfHQNZkkC668ntrzGWEZVW70HDEB1qnNGMicPje6EttlIgzo51YSwNQGw==", "requires": { - "cookie": "0.4.0", + "cookie": "0.7.2", "cookie-signature": "1.0.6" } }, diff --git a/Part08AppServices/nodejssampleapp/package.json b/Part08AppServices/nodejssampleapp/package.json index b8ed3f6..19faff5 100644 --- a/Part08AppServices/nodejssampleapp/package.json +++ b/Part08AppServices/nodejssampleapp/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "cookie-parser": "~1.4.4", + "cookie-parser": "~1.4.7", "debug": "~2.6.9", "express": "~4.21.1", "http-errors": "~1.6.3",