diff --git a/package-lock.json b/package-lock.json index 325311c..af55370 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-unicorn": "48.0.1", "glob-parent": "6.0.2", - "hosted-git-info": "7.0.0", + "hosted-git-info": "7.0.1", "normalize-url": "8.0.0", "path-parse": "1.0.7", "postcss": "8.4.29", @@ -5468,9 +5468,9 @@ } }, "node_modules/hosted-git-info": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.0.tgz", - "integrity": "sha512-ICclEpTLhHj+zCuSb2/usoNXSVkxUSIopre+b1w8NDY9Dntp9LO4vLdHYI336TH8sAqwrRgnSfdkBG2/YpisHA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz", + "integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==", "dependencies": { "lru-cache": "^10.0.1" }, @@ -17401,9 +17401,9 @@ "dev": true }, "hosted-git-info": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.0.tgz", - "integrity": "sha512-ICclEpTLhHj+zCuSb2/usoNXSVkxUSIopre+b1w8NDY9Dntp9LO4vLdHYI336TH8sAqwrRgnSfdkBG2/YpisHA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz", + "integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==", "requires": { "lru-cache": "^10.0.1" } diff --git a/package.json b/package.json index 8d991f2..15078d8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-unicorn": "48.0.1", "glob-parent": "6.0.2", - "hosted-git-info": "7.0.0", + "hosted-git-info": "7.0.1", "normalize-url": "8.0.0", "path-parse": "1.0.7", "postcss": "8.4.29",