Skip to content

Commit 07108dc

Browse files
committed
pin sinon dep to avoid broken future version
1 parent 66b4ce5 commit 07108dc

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,17 @@
9595
"proxyquire": "^2.1.3",
9696
"rimraf": "^5.0.0",
9797
"server-destroy": "^1.0.1",
98-
"sinon": "^21.0.0",
98+
"sinon": "21.0.3",
9999
"tmp": "^0.2.3",
100100
"typescript": "^5.8.3",
101101
"yargs-parser": "^21.1.1"
102-
}
102+
},
103+
"overrides": {
104+
"@sinonjs/fake-timers": "15.2.1"
105+
},
106+
"pnpm": {
107+
"overrides": {
108+
"@sinonjs/fake-timers": "15.2.1"
109+
}
110+
},
103111
}

0 commit comments

Comments
 (0)