From 85dbb119bb84af2b70a0f3298ffc7d8089e748f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:52:49 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [turbo](https://github.com/vercel/turborepo), [multer](https://github.com/expressjs/multer) and [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 2 updates in the /apps/api directory: [multer](https://github.com/expressjs/multer) and [uuid](https://github.com/uuidjs/uuid). Updates `turbo` from 1.13.4 to 2.9.16 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/compare/v1.13.4...v2.9.16) Updates `multer` from 1.4.5-lts.2 to 2.1.1 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.1.1) Updates `uuid` from 9.0.1 to 14.0.0 - [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.0) Updates `multer` from 1.4.5-lts.2 to 2.1.1 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.1.1) Updates `uuid` from 9.0.1 to 14.0.0 - [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.0) --- updated-dependencies: - dependency-name: turbo dependency-version: 2.9.16 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 41e1e69..ed6a0b9 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -17,8 +17,8 @@ "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.0.1", "aws-sdk": "^2.1533.0", - "multer": "^1.4.5-lts.1", - "uuid": "^9.0.0", + "multer": "^2.1.1", + "uuid": "^14.0.0", "path": "^0.12.7" }, "devDependencies": { diff --git a/package.json b/package.json index 646422d..ce88ba9 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "setup": "node scripts/setup.mjs" }, "devDependencies": { - "turbo": "^1.10.12" + "turbo": "^2.9.16" } } \ No newline at end of file