From 61546aad9ad5378d29287426856657f00f0aa628 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 23:13:14 +0000 Subject: [PATCH] =?UTF-8?q?Update=20parse=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#6653)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(package): update parse to version 2.13.0 * chore(package): update lockfile package-lock.json Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com> --- package-lock.json | 15 +++++---------- package.json | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd106c5c..4210e66c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10205,16 +10205,16 @@ } }, "parse": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/parse/-/parse-2.12.0.tgz", - "integrity": "sha512-vl5bAoSylr3lhK2/6ugZYrpWE66TqJPSFYEJTRcoBeD0cEsCYn7mgqaRdZmHYVYwh16y8EKXBeDSFpv5rtDfHA==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-2.13.0.tgz", + "integrity": "sha512-0W7FBmtjtVpaxf+AK8S2+o6rosV4vzzvB9ba/8Y+7wWNPiy/9L8s+F0gI5ADYx/KbRqF0uR/9Q+FzbJB6IZ0Sw==", "requires": { "@babel/runtime": "7.9.2", "@babel/runtime-corejs3": "7.9.2", "crypto-js": "4.0.0", - "react-native-crypto-js": "^1.0.0", + "react-native-crypto-js": "1.0.0", "uuid": "3.3.3", - "ws": "7.2.3", + "ws": "7.2.5", "xmlhttprequest": "1.8.0" }, "dependencies": { @@ -10244,11 +10244,6 @@ "version": "3.3.3", "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" - }, - "ws": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", - "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==" } } }, diff --git a/package.json b/package.json index 33696f22..f8695d34 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lru-cache": "5.1.1", "mime": "2.4.4", "mongodb": "3.5.6", - "parse": "2.12.0", + "parse": "2.13.0", "pg-promise": "10.5.2", "pluralize": "^8.0.0", "redis": "3.0.2",