Skip to content

Commit 0d8b715

Browse files
authored
fix(deps): update dependency sinon to v16 (#1150)
1 parent 4977ed1 commit 0d8b715

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
@@ -72,7 +72,7 @@
7272
"p-queue": "^6.6.1",
7373
"pack-n-play": "^1.0.0-2",
7474
"proxyquire": "^2.1.3",
75-
"sinon": "^15.0.0",
75+
"sinon": "^16.0.0",
7676
"ts-loader": "^8.0.0",
7777
"typescript": "^5.1.6",
7878
"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": "^8.1.0",
18-
"sinon": "^15.0.0"
18+
"sinon": "^16.0.0"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)