From 773e476f08f3a670c076836937cfe813033ed365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:56:09 -0800 Subject: [PATCH] chore(deps): bump formdata-to-string from 2.0.1 to 2.0.2 (#825) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f3e0fdd..c5190e4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9670,9 +9670,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" }