Skip to content

Commit d9ac8a9

Browse files
committed
sinon 20.0.0 => 21.0.0.
1 parent 38d1bdb commit d9ac8a9

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Changed
99
- cyril-verloop/codingame-configuration 1.15.0 => 1.16.0.
1010
- mocha 11.5.0 => 11.7.1.
11+
- sinon 20.0.0 => 21.0.0.
1112

1213
## [3.11.0] - 2025-05-31
1314
### Changed

package-lock.json

Lines changed: 5 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@cyrilverloop/codingame-configuration": "^1.1.2",
1919
"chai": "^5.1.0",
2020
"n-readlines": "^1.0.1",
21+
"sinon": "^21.0.0",
2122
"twig": "^1.17.1"
2223
},
2324
"devDependencies": {
2425
"c8": "^10.1.1",
2526
"chai-files": "^1.4.0",
2627
"jsdoc": "^4.0.2",
27-
"mocha": "^11.0.1",
28-
"sinon": "^20.0.0"
28+
"mocha": "^11.0.1"
2929
}
3030
}

0 commit comments

Comments
 (0)