From e026f57ca2aaf85a69c7045bef2963ab6b83a1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:37:14 +0000 Subject: [PATCH 1/2] Bump form-data from 4.0.0 to 4.0.1 Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/form-data/form-data/releases) - [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: form-data dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 996b5e0..ab60157 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "camelcase-keys": "^9.1.3", "express": "^4.21.1", "fetch-retry": "^5.0.6", - "form-data": "^4.0.0", + "form-data": "^4.0.1", "fs-extra": "^11.2.0", "http-errors": "^2.0.0", "http-status-codes": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index 4271d95..4d66175 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4445,6 +4445,17 @@ __metadata: languageName: node linkType: hard +"form-data@npm:^4.0.1": + version: 4.0.1 + resolution: "form-data@npm:4.0.1" + dependencies: + asynckit: "npm:^0.4.0" + combined-stream: "npm:^1.0.8" + mime-types: "npm:^2.1.12" + checksum: 10c0/bb102d570be8592c23f4ea72d7df9daa50c7792eb0cf1c5d7e506c1706e7426a4e4ae48a35b109e91c85f1c0ec63774a21ae252b66f4eb981cb8efef7d0463c8 + languageName: node + linkType: hard + "formdata-node@npm:^4.0.0": version: 4.4.1 resolution: "formdata-node@npm:4.4.1" @@ -5984,7 +5995,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development express: "npm:^4.21.1" fetch-mock: "npm:^9.11.0" fetch-retry: "npm:^5.0.6" - form-data: "npm:^4.0.0" + form-data: "npm:^4.0.1" fs-extra: "npm:^11.2.0" http-errors: "npm:^2.0.0" http-status-codes: "npm:^2.3.0" From 55eb965d0c3baf1aa378fcb630de109fe23e3182 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:37:41 +0000 Subject: [PATCH 2/2] [dependabot skip] Dedupe dependencies --- yarn.lock | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4d66175..9141a50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4434,18 +4434,7 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^4.0.0": - version: 4.0.0 - resolution: "form-data@npm:4.0.0" - dependencies: - asynckit: "npm:^0.4.0" - combined-stream: "npm:^1.0.8" - mime-types: "npm:^2.1.12" - checksum: 10c0/cb6f3ac49180be03ff07ba3ff125f9eba2ff0b277fb33c7fc47569fc5e616882c5b1c69b9904c4c4187e97dd0419dd03b134174756f296dec62041e6527e2c6e - languageName: node - linkType: hard - -"form-data@npm:^4.0.1": +"form-data@npm:^4.0.0, form-data@npm:^4.0.1": version: 4.0.1 resolution: "form-data@npm:4.0.1" dependencies: