From e1ea6c3560cbf5359edac05b2b5b1e3b72095d1f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 17:24:11 +0000 Subject: [PATCH 1/2] fix(package): update parse to version 2.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be26c83294..576ebd9aeb 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "js-beautify": "1.10.2", "json-file-plus": "3.2.0", "package-json": "6.5.0", - "parse": "2.7.0", + "parse": "2.7.1", "passport": "0.4.0", "passport-local": "1.0.0", "prismjs": "1.17.0", From 839f260e5d15b350fa7f9f610f49b967a7bcb0e0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 17:24:15 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69bb66110b..3674f7df91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10123,9 +10123,9 @@ } }, "parse": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-2.7.0.tgz", - "integrity": "sha512-q2o+YMh+JjmuN0/5TTcGQF07xOcSauL3tyb55OUDGjso8N3X7LXQ+h0g2MPDLyLBdZhAc2534xG5zw91N5GuIw==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/parse/-/parse-2.7.1.tgz", + "integrity": "sha512-JmargoFb20Z1u28Coz6tNlRlinD1aRj1fCTNaTVjJJXTGvorbIHLYSNWDKmbOM+uUSM1LBjxK2/1GgLR3FAQAw==", "requires": { "@babel/runtime": "7.5.5", "@babel/runtime-corejs3": "7.5.5",