diff --git a/package-lock.json b/package-lock.json index b6fd09c80a..ed66c8a87d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1058,6 +1058,7 @@ "version": "7.5.5", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.5.5.tgz", "integrity": "sha512-bNxHJ+w7RfLzZJtIZdEjFgL1twwZ6ozuOmsEjtyuTqfi1hb1fqsDYYyi3Fi3i+RgAO4S9+wkSG102+GCqdpr7w==", + "dev": true, "requires": { "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" @@ -10155,22 +10156,23 @@ } }, "parse": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/parse/-/parse-2.7.1.tgz", - "integrity": "sha512-JmargoFb20Z1u28Coz6tNlRlinD1aRj1fCTNaTVjJJXTGvorbIHLYSNWDKmbOM+uUSM1LBjxK2/1GgLR3FAQAw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/parse/-/parse-2.8.0.tgz", + "integrity": "sha512-dd6IOPYST+qDqWG22xyZpBLQJ+vqozzE4/43cc0OcKakELoSEsJS43JPaxmELI5/sVxsYYYAqshuPePPnefu5A==", "requires": { - "@babel/runtime": "7.5.5", - "@babel/runtime-corejs3": "7.5.5", + "@babel/runtime": "7.6.3", + "@babel/runtime-corejs3": "7.6.3", "uuid": "3.3.3", "ws": "7.1.2", "xmlhttprequest": "1.8.0" }, "dependencies": { - "@babel/runtime": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.5.tgz", - "integrity": "sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==", + "@babel/runtime-corejs3": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.6.3.tgz", + "integrity": "sha512-933SXHQr7apa95F+3IqkBne8mqOnu1kDh6dnSddC07aW/R51WsOVD7MSczJ6DRpq/L8KLll7TFDxmt30pft44w==", "requires": { + "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" } }, diff --git a/package.json b/package.json index bcfc0a288e..cfad266b8d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "js-beautify": "1.10.2", "json-file-plus": "3.2.0", "package-json": "6.5.0", - "parse": "2.7.1", + "parse": "2.8.0", "passport": "0.4.0", "passport-local": "1.0.0", "prismjs": "1.17.0",