Skip to content

Commit 10bf066

Browse files
committed
fix(deps): update dependency sinon to v20
1 parent d1d399a commit 10bf066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"p-queue": "^6.6.1",
7575
"pack-n-play": "^2.0.0",
7676
"proxyquire": "^2.1.3",
77-
"sinon": "17.0.0",
77+
"sinon": "20.0.0",
7878
"ts-loader": "^8.0.0",
7979
"typescript": "^5.1.6",
8080
"webpack-cli": "^5.0.0"

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/datastore": "^9.2.1",
18-
"sinon": "^18.0.0"
18+
"sinon": "^20.0.0"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)