Skip to content

Commit

Permalink
Merge pull request #12 from mafo5/renovate/major-all-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update dependency sinon to v16
  • Loading branch information
mafo5 authored Sep 16, 2023
2 parents 8d034dc + 13d05a2 commit 8efbc06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"jest-mock": "^29.3.1",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
"sinon": "^16.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"hamjest": "^4.0.1",
"lodash": "^4.17.15",
"sinon": ">=15.0.0 <16.0.0"
"sinon": ">=15.0.0 <17.0.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2515,12 +2515,12 @@ __metadata:
jest-mock: ^29.3.1
lodash: ^4.17.21
mocha: ^10.0.0
sinon: ^15.0.0
sinon: ^16.0.0
typescript: ^5.0.0
peerDependencies:
hamjest: ^4.0.1
lodash: ^4.17.15
sinon: ">=15.0.0 <16.0.0"
sinon: ">=15.0.0 <17.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4334,17 +4334,17 @@ __metadata:
languageName: node
linkType: hard

"sinon@npm:^15.0.0":
version: 15.2.0
resolution: "sinon@npm:15.2.0"
"sinon@npm:^16.0.0":
version: 16.0.0
resolution: "sinon@npm:16.0.0"
dependencies:
"@sinonjs/commons": ^3.0.0
"@sinonjs/fake-timers": ^10.3.0
"@sinonjs/samsam": ^8.0.0
diff: ^5.1.0
nise: ^5.1.4
supports-color: ^7.2.0
checksum: 1641b9af8a73ba57c73c9b6fd955a2d062a5d78cce719887869eca45faf33b0fd20cabfeffdfd856bb35bfbd3d49debb2d954ff6ae5e9825a3da5ff4f604ab6c
checksum: fbcad39d1610c669bb37ce2d325f2ac666ff5187935d09d1e757e11c50d07b8556b7dfa322eb38ad6ace8a18912224cc502e990779bc3d0954244a1ae8391984
languageName: node
linkType: hard

Expand Down

0 comments on commit 8efbc06

Please sign in to comment.