Skip to content

Commit

Permalink
fix(deps): bump hosted-git-info from 6.1.1 to 7.0.0 (#218)
Browse files Browse the repository at this point in the history
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 6.1.1 to 7.0.0.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/main/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v6.1.1...v7.0.0)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent d2df499 commit 90e074b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"chalk": "5.3.0",
"deepmerge": "4.3.1",
"hosted-git-info": "6.1.1",
"hosted-git-info": "7.0.0",
"license": "1.0.3",
"ora": "7.0.1",
"pkg-up": "^4.0.0",
Expand Down
28 changes: 22 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ __metadata:
"@types/node": 20.5.0
chalk: 5.3.0
deepmerge: 4.3.1
hosted-git-info: 6.1.1
hosted-git-info: 7.0.0
license: 1.0.3
ora: 7.0.1
pkg-up: ^4.0.0
Expand Down Expand Up @@ -3521,12 +3521,12 @@ __metadata:
languageName: node
linkType: hard

"hosted-git-info@npm:6.1.1, hosted-git-info@npm:^6.0.0, hosted-git-info@npm:^6.1.1":
version: 6.1.1
resolution: "hosted-git-info@npm:6.1.1"
"hosted-git-info@npm:7.0.0":
version: 7.0.0
resolution: "hosted-git-info@npm:7.0.0"
dependencies:
lru-cache: ^7.5.1
checksum: fcd3ca2eaa05f3201425ccbb8aa47f88cdda4a3a6d79453f8e269f7171356278bd1db08f059d8439eb5eaa91c6a8a20800fc49cca6e9e4e899b202a332d5ba6b
lru-cache: ^10.0.1
checksum: b892237a3867f827f97e229e2b6ddf17d3ed674f003475c12ecbfc6269416db3a643c1ee3c5d4a989e3f3a596dd1470ee4017fe911710e47aeb7d9319737c05e
languageName: node
linkType: hard

Expand All @@ -3546,6 +3546,15 @@ __metadata:
languageName: node
linkType: hard

"hosted-git-info@npm:^6.0.0, hosted-git-info@npm:^6.1.1":
version: 6.1.1
resolution: "hosted-git-info@npm:6.1.1"
dependencies:
lru-cache: ^7.5.1
checksum: fcd3ca2eaa05f3201425ccbb8aa47f88cdda4a3a6d79453f8e269f7171356278bd1db08f059d8439eb5eaa91c6a8a20800fc49cca6e9e4e899b202a332d5ba6b
languageName: node
linkType: hard

"html-escaper@npm:^2.0.0":
version: 2.0.2
resolution: "html-escaper@npm:2.0.2"
Expand Down Expand Up @@ -4807,6 +4816,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^10.0.1":
version: 10.0.1
resolution: "lru-cache@npm:10.0.1"
checksum: 06f8d0e1ceabd76bb6f644a26dbb0b4c471b79c7b514c13c6856113879b3bf369eb7b497dad4ff2b7e2636db202412394865b33c332100876d838ad1372f0181
languageName: node
linkType: hard

"lru-cache@npm:^6.0.0":
version: 6.0.0
resolution: "lru-cache@npm:6.0.0"
Expand Down

0 comments on commit 90e074b

Please sign in to comment.