diff --git a/package-lock.json b/package-lock.json index ede4160..36bb61d 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", @@ -1414,9 +1407,9 @@ "integrity": "sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==" }, "hosted-git-info": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", - "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "htmlescape": { @@ -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": {