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", 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",