Skip to content

Commit

Permalink
build(deps): bump git-describe from 4.1.0 to 4.1.1 in /ui
Browse files Browse the repository at this point in the history
Bumps [git-describe](https://github.com/tvdstaaij/node-git-describe) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/tvdstaaij/node-git-describe/releases)
- [Changelog](https://github.com/tvdstaaij/node-git-describe/blob/master/CHANGELOG.md)
- [Commits](tvdstaaij/node-git-describe@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: git-describe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2022
1 parent 0691cd2 commit 92f3920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"axios": "^0.27.1",
"core-js": "^3.23.0",
"git-describe": "^4.1.0",
"git-describe": "^4.1.1",
"moment": "^2.29.3",
"vue": "^2.6.12",
"vue-router": "^3.5.3"
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4908,10 +4908,10 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

git-describe@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/git-describe/-/git-describe-4.1.0.tgz#0c50fa1ec5ead55932b6e875b2299b17ce5e07d3"
integrity sha512-NM7JSseVK4Z0r505+2TIrgPQKPvqbOowHP73IY5y69v/t/PmoMleJdij1vTO3qVm1qSvqb6342p1MYSxsnV8QA==
git-describe@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/git-describe/-/git-describe-4.1.1.tgz#a2a2882e442aa68abd0b3cb467459c83ed2f96ef"
integrity sha512-JC8ganO5kO80G8+XE98TDDjnMXQN3Estk3qdJuG2EGRF/l6zuMTMcN+8OSfQZ5FWpqIRLB015anWX4aSRgnxAQ==
dependencies:
"@types/semver" "^7.3.8"
lodash "^4.17.21"
Expand Down

0 comments on commit 92f3920

Please sign in to comment.