From e1bd7e8bcdca657eed2b24248d5885fe19a7f1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:23:38 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /client directory: [lodash](https://github.com/lodash/lodash). Bumps the npm_and_yarn group with 1 update in the /server directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) Updates `nodemailer` from 7.0.13 to 8.0.4 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.13...v8.0.4) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 8.0.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- server/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index bea300a5..177acd4f 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "immer": "^9.0.12", "invariant": "^2.2.4", "jwt-decode": "^3.1.2", - "lodash": "4.17.21", + "lodash": "4.18.1", "mini-css-extract-plugin": "^2.1.0", "minimist": "1.2.6", "moment": "^2.29.1", diff --git a/server/package.json b/server/package.json index 97743186..35f3129d 100644 --- a/server/package.json +++ b/server/package.json @@ -31,7 +31,7 @@ "morgan": "^1.10.0", "multer": "^2.0.2", "node-cache": "^5.1.2", - "nodemailer": "^7.0.9", + "nodemailer": "^8.0.4", "passport": "^0.6.0", "passport-facebook-token": "^3.3.0", "passport-google-token": "^0.1.2",