From 3991a17a92eb249c13ccd59062f84ea4c0c9e978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 01:45:19 +0000 Subject: [PATCH] chore(deps): bump multer in /examples/nextjs-file-upload Bumps [multer](https://github.com/expressjs/multer) from 1.4.5-lts.1 to 2.0.0. - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/v2.0.0/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.1...v2.0.0) --- updated-dependencies: - dependency-name: multer dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs-file-upload/package.json | 2 +- examples/nextjs-file-upload/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/nextjs-file-upload/package.json b/examples/nextjs-file-upload/package.json index ab6f54c7..beacf203 100644 --- a/examples/nextjs-file-upload/package.json +++ b/examples/nextjs-file-upload/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "multer": "^1.4.5-lts.1", + "multer": "^2.0.0", "next": "^14.2.15", "node-fetch": "^3.3.2", "react": "^18.2.0", diff --git a/examples/nextjs-file-upload/yarn.lock b/examples/nextjs-file-upload/yarn.lock index 59445bce..5a36c7e5 100644 --- a/examples/nextjs-file-upload/yarn.lock +++ b/examples/nextjs-file-upload/yarn.lock @@ -378,10 +378,10 @@ mkdirp@^0.5.4: dependencies: minimist "^1.2.6" -multer@^1.4.5-lts.1: - version "1.4.5-lts.1" - resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.5-lts.1.tgz#803e24ad1984f58edffbc79f56e305aec5cfd1ac" - integrity sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ== +multer@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.0.tgz#47076aa0f7c2c2fd273715e767c6962bf7f94326" + integrity sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRg== dependencies: append-field "^1.0.0" busboy "^1.0.0"