From 3bb5b052586515d34a1ffcca786eefeb62dc8d31 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 07:12:08 +0000 Subject: [PATCH] =?UTF-8?q?Update=20form-data=20to=20the=20latest=20versio?= =?UTF-8?q?n=20=F0=9F=9A=80=20(#5995)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update form-data to version 2.5.1 * chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71bdf217..a2119f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4905,9 +4905,9 @@ "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" }, "form-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.0.tgz", - "integrity": "sha512-WXieX3G/8side6VIqx44ablyULoGruSde5PNTxoUyo5CeyAMX6nVWUd0rgist/EuX655cjhUhTo1Fo3tRYqbcA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", + "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", "dev": true, "requires": { "asynckit": "^0.4.0", diff --git a/package.json b/package.json index 9e3e3709..fabc4f48 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint": "6.2.2", "eslint-plugin-flowtype": "4.2.0", "flow-bin": "0.106.2", - "form-data": "2.5.0", + "form-data": "2.5.1", "gaze": "1.1.3", "graphql-tag": "^2.10.1", "husky": "3.0.4",