diff --git a/package-lock.json b/package-lock.json index ad0c6ac..fe97e5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7485,9 +7485,9 @@ "dev": true }, "hosted-git-info": { - "version": "2.8.5", - "resolved": "https://repo.cbsh.com:443/artifactory/api/npm/npmTest/hosted-git-info/-/hosted-git-info-2.8.5.tgz", - "integrity": "sha1-dZz88sTRVq3lmwst+r3cQqa5xww=", + "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 }, "html-encoding-sniffer": { @@ -12523,11 +12523,6 @@ "bundled": true, "dev": true }, - "hosted-git-info": { - "version": "2.8.8", - "bundled": true, - "dev": true - }, "http-cache-semantics": { "version": "3.8.1", "bundled": true, @@ -16459,12 +16454,12 @@ "dev": true }, "hosted-git-info": { - "version": "3.0.2", - "resolved": "https://repo.cbsh.com:443/artifactory/api/npm/npmTest/hosted-git-info/-/hosted-git-info-3.0.2.tgz", - "integrity": "sha1-i3470RS1m1F4b4ut4POd3IAnWpc=", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.8.tgz", + "integrity": "sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==", "dev": true, "requires": { - "lru-cache": "^5.1.1" + "lru-cache": "^6.0.0" } }, "is-number": { @@ -16482,6 +16477,15 @@ "p-locate": "^4.1.0" } }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, "micromatch": { "version": "4.0.2", "resolved": "https://repo.cbsh.com:443/artifactory/api/npm/npmTest/micromatch/-/micromatch-4.0.2.tgz", @@ -16639,6 +16643,12 @@ "integrity": "sha1-le+U+F7MgdAHwmThkKEg8KPIVms=", "dev": true }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "yargs": { "version": "15.0.2", "resolved": "https://repo.cbsh.com:443/artifactory/api/npm/npmTest/yargs/-/yargs-15.0.2.tgz",