From 42fc7183a552e0dca6dd2366ec06aef86659e13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:25:27 +0000 Subject: [PATCH] chore(deps): bump formdata-to-string from 2.0.1 to 2.0.2 Bumps [formdata-to-string](https://github.com/readmeio/formdata-to-string) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/readmeio/formdata-to-string/releases) - [Commits](https://github.com/readmeio/formdata-to-string/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: formdata-to-string dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03b637ef..c11c0fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9628,9 +9628,9 @@ } }, "node_modules/formdata-to-string": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/formdata-to-string/-/formdata-to-string-2.0.1.tgz", - "integrity": "sha512-eYn0QERLogyNY9t9at3omp6YWmfu7YFFEYYDgKhEXRMsHDLq6iVpQVDBaLVMx64AWMFQrfo+GVHPWvORxaCiUQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/formdata-to-string/-/formdata-to-string-2.0.2.tgz", + "integrity": "sha512-OxurQikLgzU3+AhBCb2Or7pV2+dQWMSi1r4ZmhGMZ/WxVLOfUCqB2hqK5EwTGSzN9O/dx9uw5Mln/vtG1t0XbQ==", "engines": { "node": ">=18" }