From 4f53fa6ce11380dd671a14582f761c9813b4d93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:19:44 +0000 Subject: [PATCH] Bump hosted-git-info from 7.0.1 to 7.0.2 in /web Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index e300a5bcf..a7dc4ffcf 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -22,7 +22,7 @@ "follow-redirects": "^1.15.6", "glob-parent": ">=5.1.2", "google-protobuf": "^3.21.2", - "hosted-git-info": ">=7.0.1", + "hosted-git-info": ">=7.0.2", "immer": "^10.1.1", "is-svg": ">=5.0.0", "json-schema": ">=0.4.0", @@ -10177,9 +10177,9 @@ } }, "node_modules/hosted-git-info": { - "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==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "dependencies": { "lru-cache": "^10.0.1" }, @@ -29174,9 +29174,9 @@ "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==" }, "hosted-git-info": { - "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==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "requires": { "lru-cache": "^10.0.1" } diff --git a/web/package.json b/web/package.json index d4231668e..3ae4ccee0 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "follow-redirects": "^1.15.6", "glob-parent": ">=5.1.2", "google-protobuf": "^3.21.2", - "hosted-git-info": ">=7.0.1", + "hosted-git-info": ">=7.0.2", "immer": "^10.1.1", "is-svg": ">=5.0.0", "json-schema": ">=0.4.0",