1
mirror of https://github.com/jakejarvis/website-stats.git synced 2026-04-17 20:18:42 -04:00
Files
website-stats/package.json
dependabot[bot] a4027e5328 Bump simple-git from 3.27.0 to 3.32.3
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.0 to 3.32.3.
- [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.32.3/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-version: 3.32.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-10 19:13:15 +00:00

13 lines
212 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"date-fns": "^4.1.0",
"node-fetch": "^3.3.2",
"simple-git": "^3.32.3"
}
}