Skip to content

Commit f0e5b5a

Browse files
committed
chore(deps): update dependency sinon to v22
1 parent 9e92f53 commit f0e5b5a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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": "^21.0.0",
1818
"mocha": "^10.0.0",
19-
"sinon": "^21.0.0"
19+
"sinon": "^22.0.0"
2020
}
2121
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/prettier": "^3.0.0",
6969
"@types/proxyquire": "^1.3.31",
7070
"@types/qs": "^6.9.18",
71-
"@types/sinon": "^21.0.0",
71+
"@types/sinon": "^22.0.0",
7272
"@types/tmp": "^0.2.6",
7373
"@types/url-template": "^2.0.28",
7474
"@types/yargs-parser": "^21.0.3",
@@ -95,7 +95,7 @@
9595
"proxyquire": "^2.1.3",
9696
"rimraf": "^5.0.0",
9797
"server-destroy": "^1.0.1",
98-
"sinon": "21.0.3",
98+
"sinon": "22.0.0",
9999
"tmp": "^0.2.3",
100100
"typescript": "^5.8.3",
101101
"yargs-parser": "^21.1.1"

0 commit comments

Comments
 (0)