1
mirror of https://github.com/jakejarvis/website-stats.git synced 2025-04-26 01:25:21 -04:00
website-stats/package.json
dependabot[bot] 0addd99ca5 Bump simple-git from 2.45.1 to 2.46.0
Bumps [simple-git](https://github.com/steveukx/git-js) from 2.45.1 to 2.46.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/compare/v2.45.1...v2.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-02 21:35:34 -04:00

19 lines
420 B
JSON

{
"name": "website-stats",
"version": "1.3.37",
"repository": "https://github.com/jakejarvis/website-stats.git",
"author": "Jake Jarvis <jake@jarv.is>",
"private": true,
"scripts": {
"snapshot": "node scripts/snapshot.js"
},
"dependencies": {
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"luxon": "^2.0.2",
"pkg-dir": "^5.0.0",
"prettier": "^2.4.1",
"simple-git": "^2.46.0"
}
}