From 07b684b3eca3e1a0e74be59cc0f91280f80a6472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:25:53 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group Bumps the production-dependencies group in /backend with 8 updates: | Package | From | To | | --- | --- | --- | | [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.22.0` | `7.8.0` | | [dotenv](https://github.com/motdotla/dotenv) | `16.6.1` | `17.4.2` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `7.5.1` | `8.5.2` | | [helmet](https://github.com/helmetjs/helmet) | `7.2.0` | `8.3.0` | | [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `2.0.10` | `4.2.0` | | [joi](https://github.com/hapijs/joi) | `17.13.4` | `18.2.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `14.0.1` | | [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.22.0` | `7.8.0` | Updates `@prisma/client` from 5.22.0 to 7.8.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/client) Updates `dotenv` from 16.6.1 to 17.4.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.4.2) Updates `express-rate-limit` from 7.5.1 to 8.5.2 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v7.5.1...v8.5.2) Updates `helmet` from 7.2.0 to 8.3.0 - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v7.2.0...v8.3.0) Updates `http-proxy-middleware` from 2.0.10 to 4.2.0 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/master/CHANGELOG.md) - [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.10...v4.2.0) Updates `joi` from 17.13.4 to 18.2.3 - [Commits](https://github.com/hapijs/joi/compare/v17.13.4...v18.2.3) Updates `uuid` from 9.0.1 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.1) Updates `prisma` from 5.22.0 to 7.8.0 - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.8.0/packages/cli) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: express-rate-limit dependency-version: 8.5.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: helmet dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: http-proxy-middleware dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: joi dependency-version: 18.2.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: prisma dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- backend/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/package.json b/backend/package.json index 136806f..e6da597 100644 --- a/backend/package.json +++ b/backend/package.json @@ -18,21 +18,21 @@ "db:push": "prisma db push" }, "dependencies": { - "@prisma/client": "^5.8.0", + "@prisma/client": "^7.8.0", "axios": "^1.6.5", "cookie-parser": "^1.4.6", "cors": "^2.8.5", - "dotenv": "^16.3.1", + "dotenv": "^17.4.2", "express": "^4.18.2", - "express-rate-limit": "^7.1.5", + "express-rate-limit": "^8.5.2", "express-session": "^1.17.3", - "helmet": "^7.1.0", - "http-proxy-middleware": "^2.0.9", - "joi": "^17.11.0", + "helmet": "^8.3.0", + "http-proxy-middleware": "^4.2.0", + "joi": "^18.2.3", "morgan": "^1.10.0", - "uuid": "^9.0.1", + "uuid": "^14.0.1", "ws": "^8.16.0", - "prisma": "^5.8.0" + "prisma": "^7.8.0" }, "devDependencies": { "nodemon": "^3.0.2"