Bump git-describe from 4.0.4 to 4.1.0 in /app

Bumps [git-describe](https://github.com/tvdstaaij/node-git-describe) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/tvdstaaij/node-git-describe/releases)
- [Changelog](https://github.com/tvdstaaij/node-git-describe/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tvdstaaij/node-git-describe/compare/v4.0.4...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 11:01:04 +00:00 committed by Labhansh Agrawal
parent 24ad0ae4a1
commit da1c4a5d2a
2 changed files with 13 additions and 7 deletions

View file

@ -19,7 +19,7 @@
"electron-is-dev": "2.0.0",
"electron-store": "8.0.0",
"fs-extra": "10.0.0",
"git-describe": "4.0.4",
"git-describe": "4.1.0",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
"ms": "2.1.3",

View file

@ -2,6 +2,11 @@
# yarn lockfile v1
"@types/semver@^7.3.8":
version "7.3.8"
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.3.8.tgz#508a27995498d7586dcecd77c25e289bfaf90c59"
integrity sha512-D/2EJvAlCEtYFEYmmlGwbGXuK886HzyCc3nZX/tkFTQdEU8jZDAgiv08P162yB17y4ZXZoq7yFAnW4GDBb9Now==
ajv-formats@^2.0.2:
version "2.0.2"
resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.0.2.tgz#69875cb99d76c74be46e9c7a4444bc232354eba0"
@ -286,12 +291,13 @@ get-stream@^5.0.0:
dependencies:
pump "^3.0.0"
git-describe@4.0.4:
version "4.0.4"
resolved "https://registry.npmjs.org/git-describe/-/git-describe-4.0.4.tgz#f3d55bce309becf6dc27fed535d380a621967e8c"
integrity sha512-L1X9OO1e4MusB4PzG9LXeXCQifRvyuoHTpuuZ521Qyxn/B0kWHWEOtsT4LsSfSNacZz0h4ZdYDsDG7f+SrA3hg==
git-describe@4.1.0:
version "4.1.0"
resolved "https://registry.npmjs.org/git-describe/-/git-describe-4.1.0.tgz#0c50fa1ec5ead55932b6e875b2299b17ce5e07d3"
integrity sha512-NM7JSseVK4Z0r505+2TIrgPQKPvqbOowHP73IY5y69v/t/PmoMleJdij1vTO3qVm1qSvqb6342p1MYSxsnV8QA==
dependencies:
lodash "^4.17.11"
"@types/semver" "^7.3.8"
lodash "^4.17.21"
optionalDependencies:
semver "^5.6.0"
@ -431,7 +437,7 @@ locate-path@^3.0.0:
p-locate "^3.0.0"
path-exists "^3.0.0"
lodash@4.17.21, lodash@^4.17.11:
lodash@4.17.21, lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==