mirror of
https://github.com/bcanseco/github-contribution-graph-action.git
synced 2025-10-09 13:41:58 +03:00
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.15.0 to 3.16.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.16.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node --experimental-top-level-await --experimental-specifier-resolution=node src",
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.11.1"
|
|
},
|
|
"dependencies": {
|
|
"auto-parse": "^1.8.0",
|
|
"date-fns": "^2.14.0",
|
|
"dotenv-extended": "^2.8.0",
|
|
"simple-git": "^3.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.2.3",
|
|
"jest": "^27.5.1"
|
|
}
|
|
}
|