Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"simple-git": "^3.32.3",
"simple-git": "^3.36.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typemoq": "^2.1.0",
Expand Down
28 changes: 23 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5408,6 +5408,22 @@ __metadata:
languageName: node
linkType: hard

"@simple-git/args-pathspec@npm:^1.0.3":
version: 1.0.3
resolution: "@simple-git/args-pathspec@npm:1.0.3"
checksum: 74bcc00123cd0da800fc5a6417f83f2f4fce66eb38749efc2ca3b6e4c431c6edaabe80c5834714c155f6ba07582069b182420eda27a601353fb5a3b48917d7e0
languageName: node
linkType: hard

"@simple-git/argv-parser@npm:^1.1.0":
version: 1.1.1
resolution: "@simple-git/argv-parser@npm:1.1.1"
dependencies:
"@simple-git/args-pathspec": ^1.0.3
checksum: 889202319c3d2a9143287ba0951dc5d6b9d6892c70679049722174eb8e10af658bc2c8cff06b75a5a3e3a84485b85fec828b0cd85db34d6868750ae646d1fd99
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.24.1":
version: 0.24.51
resolution: "@sinclair/typebox@npm:0.24.51"
Expand Down Expand Up @@ -7175,7 +7191,7 @@ __metadata:
npm-run-all: ^4.1.5
prettier: ^3.3.3
rimraf: ^6.0.1
simple-git: ^3.32.3
simple-git: ^3.36.0
ts-jest: ^29.2.5
ts-loader: ^9.5.1
typemoq: ^2.1.0
Expand Down Expand Up @@ -20910,14 +20926,16 @@ __metadata:
languageName: node
linkType: hard

"simple-git@npm:^3.32.3":
version: 3.33.0
resolution: "simple-git@npm:3.33.0"
"simple-git@npm:^3.36.0":
version: 3.36.0
resolution: "simple-git@npm:3.36.0"
dependencies:
"@kwsites/file-exists": ^1.1.1
"@kwsites/promise-deferred": ^1.1.1
"@simple-git/args-pathspec": ^1.0.3
"@simple-git/argv-parser": ^1.1.0
debug: ^4.4.0
checksum: 9c0105f21781d9761d6a82444b7f6c85c21c72b63b38c0e7b53420d248f08541d5b008866d043155cddcc89ea71bb0028d7ed3ec7e0b885a59ee4fd9cce1a99e
checksum: 43e0c7383aa8b6917ba15aec5a0533a3490d8c0987d3a4410d8d3f3dc4436a2ce6ca32d7c5751578e3e37a2e57e22eae755891fdb1aac3ac7024c50b4551dca2
languageName: node
linkType: hard

Expand Down
Loading