diff --git a/package-lock.json b/package-lock.json index 9eb0281ecc..ecfe81beff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1128,17 +1128,17 @@ } }, "@babel/runtime": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.3.4.tgz", - "integrity": "sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.2.tgz", + "integrity": "sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA==", "requires": { - "regenerator-runtime": "^0.12.0" + "regenerator-runtime": "^0.13.2" }, "dependencies": { "regenerator-runtime": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", - "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==" + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", + "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==" } } }, @@ -8254,23 +8254,13 @@ } }, "parse": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/parse/-/parse-2.2.1.tgz", - "integrity": "sha512-S53D4jF/uTuX1JcTU9JAjJX+olVG78xInyipHKFlwNmsgVxVL4BsYsukkjxWBGhHXbmqTqN90slitLrHtixF+A==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/parse/-/parse-2.3.1.tgz", + "integrity": "sha512-Jc02cQO/qzm48dYIKjYNfHG6wr/HL6t6rehwh9/zWUnjgeldCFdLLg2HoAuvEcTQSHMcCL2sCf49ccP9dLrq9A==", "requires": { - "@babel/runtime": "^7.3.1", - "ws": "6.1.4", + "@babel/runtime": "7.4.2", + "ws": "6.2.1", "xmlhttprequest": "1.8.0" - }, - "dependencies": { - "ws": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", - "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", - "requires": { - "async-limiter": "~1.0.0" - } - } } }, "parse-json": { diff --git a/package.json b/package.json index 2e588debd0..7de3bbcae7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "lru-cache": "5.1.1", "mime": "2.4.0", "mongodb": "3.2.2", - "parse": "2.2.1", + "parse": "2.3.1", "pg-promise": "8.6.4", "redis": "2.8.0", "semver": "6.0.0",