mirror of
https://github.com/bcanseco/github-contribution-graph-action.git
synced 2025-10-09 13:41:58 +03:00
chore(deps): bump simple-git from 3.6.0 to 3.15.0 (#17)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.6.0 to 3.15.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.15.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"auto-parse": "^1.8.0",
|
||||
"date-fns": "^2.14.0",
|
||||
"dotenv-extended": "^2.8.0",
|
||||
"simple-git": "^3.4.0"
|
||||
"simple-git": "^3.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^25.2.3",
|
||||
@@ -3644,17 +3644,17 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/simple-git": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.6.0.tgz",
|
||||
"integrity": "sha512-2e+4QhOVO59GeLsHgwSMKNrSKCnuACeA/gMNrLCYR8ID9qwm4hViVt4WsODcUGjx//KDv6GMLC6Hs/MeosgXxg==",
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.0.tgz",
|
||||
"integrity": "sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==",
|
||||
"dependencies": {
|
||||
"@kwsites/file-exists": "^1.1.1",
|
||||
"@kwsites/promise-deferred": "^1.1.1",
|
||||
"debug": "^4.3.3"
|
||||
"debug": "^4.3.4"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/steveukx/"
|
||||
"url": "https://github.com/steveukx/git-js?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/sisteransi": {
|
||||
@@ -6997,13 +6997,13 @@
|
||||
"dev": true
|
||||
},
|
||||
"simple-git": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.6.0.tgz",
|
||||
"integrity": "sha512-2e+4QhOVO59GeLsHgwSMKNrSKCnuACeA/gMNrLCYR8ID9qwm4hViVt4WsODcUGjx//KDv6GMLC6Hs/MeosgXxg==",
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.15.0.tgz",
|
||||
"integrity": "sha512-FiWoMPlcYHQ+ApRihUsGjC/ZmIlWj62S6MBCwOunczvXcLQt+9ZdrysDrR6QVepkRQfEAaBXrN2QtJKrN6zbtg==",
|
||||
"requires": {
|
||||
"@kwsites/file-exists": "^1.1.1",
|
||||
"@kwsites/promise-deferred": "^1.1.1",
|
||||
"debug": "^4.3.3"
|
||||
"debug": "^4.3.4"
|
||||
}
|
||||
},
|
||||
"sisteransi": {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"auto-parse": "^1.8.0",
|
||||
"date-fns": "^2.14.0",
|
||||
"dotenv-extended": "^2.8.0",
|
||||
"simple-git": "^3.4.0"
|
||||
"simple-git": "^3.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^25.2.3",
|
||||
|
||||
Reference in New Issue
Block a user