Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 28ab87b

Browse files
committed
fix(deps): update dependency sinon to v21
1 parent a885448 commit 28ab87b

3 files changed

Lines changed: 4 additions & 4 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": "^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
@@ -60,7 +60,7 @@
6060
"@types/mocha": "^10.0.10",
6161
"@types/node": "^22.15.3",
6262
"@types/proxyquire": "^1.3.31",
63-
"@types/sinon": "^17.0.4",
63+
"@types/sinon": "^21.0.0",
6464
"async": "^3.2.6",
6565
"c8": "^10.1.3",
6666
"gapic-tools": "^1.0.2",
@@ -75,7 +75,7 @@
7575
"p-queue": "^8.1.0",
7676
"pack-n-play": "^3.0.1",
7777
"proxyquire": "^2.1.3",
78-
"sinon": "^20.0.0",
78+
"sinon": "^21.0.0",
7979
"ts-loader": "^9.5.2",
8080
"typescript": "^5.8.3",
8181
"webpack-cli": "^6.0.1"

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/datastore": "^10.0.1",
18-
"sinon": "^18.0.0"
18+
"sinon": "^21.0.0"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)