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
chore(deps) Update dependency sinon to v13
  • Loading branch information
renovate[bot] authored Dec 31, 2025
commit 8ad72632824a9a2869d14c44748c7993295bf1d3
201 changes: 111 additions & 90 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitizen",
"version": "0.0.0",
"version": "0.0.1",
"description": "Git commit, but play nice with conventions.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"proxyquire": "2.1.3",
"semantic-release": "19.0.5",
"semver": "7.3.8",
"sinon": "12.0.1",
"sinon": "13.0.2",
"uuid": "8.3.2"
},
"dependencies": {
Expand Down
Loading