diff --git a/package-lock.json b/package-lock.json index ede4160..fb2c586 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1329,13 +1329,6 @@ "path-is-absolute": "^1.0.0" } }, - "global-request-logger": { - "version": "git+https://github.com/niutski/global-request-logger.git#8adfeef50a364f6cfaef1cedb018dac07f97d077", - "from": "git+https://github.com/niutski/global-request-logger.git#upgrade-lodash", - "requires": { - "lodash": "^4.17.11" - } - }, "globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", @@ -2012,9 +2005,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, "path-platform": { @@ -2382,6 +2375,15 @@ "tweetnacl": "^1.0.1", "unfetch": "^3.1.2", "xmlhttprequest": "git+https://github.com/driverdan/node-XMLHttpRequest.git#97966e4ca1c9f2cc5574d8775cbdacebfec75455" + }, + "dependencies": { + "global-request-logger": { + "version": "git+https://github.com/niutski/global-request-logger.git#8adfeef50a364f6cfaef1cedb018dac07f97d077", + "from": "git+https://github.com/niutski/global-request-logger.git#upgrade-lodash", + "requires": { + "lodash": "^4.17.11" + } + } } }, "semver": {