From 5cfaaf059aa5925540f8322df2a0e09fd60b8b9d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 00:42:05 +0000 Subject: [PATCH] =?UTF-8?q?Update=20parse=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#6215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update parse to version 2.9.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 3032c2e1..c43039d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8616,9 +8616,9 @@ } }, "parse": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-2.9.0.tgz", - "integrity": "sha512-x6329+Qqc2knIAGawBRZVkV9hS8v7auGJFV8GKkEns2MFRspPv+zIkor5ojengfQCxxtJl2gZZI+QhWUMFlJhw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/parse/-/parse-2.9.1.tgz", + "integrity": "sha512-vLuJEtkZQGQZk0sZqETWmEx6IOhQYowyV4+bd0z4Fn3/FalC+RgisGOJIRdlKfjCKcinDBMtEttcMB5pg4v44A==", "requires": { "@babel/runtime": "7.7.2", "@babel/runtime-corejs3": "7.7.2", diff --git a/package.json b/package.json index 6098f49d..96a05429 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "mime": "2.4.4", "mongodb": "3.3.2", "node-rsa": "1.0.6", - "parse": "2.9.0", + "parse": "2.9.1", "pg-promise": "10.2.1", "pluralize": "^8.0.0", "redis": "2.8.0",