Skip to content

Commit 6c8b8fb

Browse files
committed
chore(deps): update dependency sinon to v21
1 parent eec4761 commit 6c8b8fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"@octokit/rest": "^19.0.0",
1818
"mocha": "^10.0.0",
19-
"sinon": "^18.0.0"
19+
"sinon": "^21.0.0"
2020
}
2121
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/node": "^22.13.5",
5252
"@types/proxyquire": "^1.3.31",
5353
"@types/request": "^2.48.12",
54-
"@types/sinon": "^17.0.4",
54+
"@types/sinon": "^21.0.0",
5555
"@types/tmp": "^0.2.6",
5656
"c8": "^10.1.3",
5757
"codecov": "^3.8.3",
@@ -65,7 +65,7 @@
6565
"ncp": "^2.0.0",
6666
"nock": "^14.0.1",
6767
"proxyquire": "^2.1.3",
68-
"sinon": "^19.0.2",
68+
"sinon": "^21.0.0",
6969
"tmp": "^0.2.3",
7070
"typescript": "^5.8.2"
7171
}

0 commit comments

Comments
 (0)