From f51c2fc45e93377b9c3b36b609f696c3fe1b06ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:28:04 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss). Bumps the npm_and_yarn group with 1 update in the /backend directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `postcss` from 8.4.31 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.5.10) Updates `nodemailer` from 7.0.13 to 8.0.9 - [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.9) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 8.0.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/package.json b/backend/package.json index df81eb8..a23b71e 100644 --- a/backend/package.json +++ b/backend/package.json @@ -11,7 +11,7 @@ "express": "~5.1.0", "mongoose": "^8.16.2", "morgan": "~1.9.1", - "nodemailer": "^7.0.5", + "nodemailer": "^8.0.9", "socket.io": "^4.8.1" } } diff --git a/package.json b/package.json index 172356b..85633ae 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@tailwindcss/typography": "^0.5.16", "@vitejs/plugin-react": "4.3.4", "autoprefixer": "10.4.2", - "postcss": "8.4.31", + "postcss": "8.5.10", "tailwindcss": "3.4.6", "vite": "^7.0.6", "vite-tsconfig-paths": "3.6.0"