Skip to content

Commit

Permalink
chore: update simple-git package
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Nov 17, 2024
1 parent b2bc53f commit c714226
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 11 deletions.
52 changes: 43 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-scripts": "^4.0.3",
"semver": "^7.6.3",
"shelljs": "^0.8.5",
"simple-git": "^1.110.0",
"simple-git": "^3.27.0",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion server/git/git.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const git = require('simple-git/promise');
const git = require('simple-git');
const fs = require('fs-extra');
const _ = require('lodash');
const debug = require('debug')('git');
Expand Down

0 comments on commit c714226

Please sign in to comment.