Skip to content

Commit 9ce2893

Browse files
authored
fix(deps): update dependency sinon to v16 (#1150)
1 parent 69eb31b commit 9ce2893

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/datastore/package.json

Lines changed: 1 addition & 1 deletion
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"

handwritten/datastore/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": "^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)