Skip to content

Commit 23e62e1

Browse files
deps(dev): bump sinon from 18.0.1 to 19.0.2 (#634)
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.1 to 19.0.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v18.0.1...v19.0.2) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ff6998 commit 23e62e1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/bitswap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"p-retry": "^6.2.0",
189189
"p-wait-for": "^5.0.2",
190190
"protons": "^7.0.2",
191-
"sinon": "^18.0.0",
191+
"sinon": "^19.0.2",
192192
"sinon-ts": "^2.0.0"
193193
},
194194
"browser": {

packages/block-brokers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"aegir": "^44.0.1",
7777
"cors": "^2.8.5",
7878
"polka": "^0.5.2",
79-
"sinon": "^18.0.0",
79+
"sinon": "^19.0.2",
8080
"sinon-ts": "^2.0.0",
8181
"uint8arrays": "^5.0.3"
8282
}

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"aegir": "^44.0.1",
6666
"interface-datastore": "^8.2.11",
6767
"multiformats": "^13.1.0",
68-
"sinon": "^18.0.0",
68+
"sinon": "^19.0.2",
6969
"sinon-ts": "^2.0.0"
7070
},
7171
"sideEffects": false

packages/ipns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"aegir": "^44.0.1",
183183
"datastore-core": "^10.0.0",
184184
"it-drain": "^3.0.5",
185-
"sinon": "^18.0.0",
185+
"sinon": "^19.0.2",
186186
"sinon-ts": "^2.0.0"
187187
},
188188
"browser": {

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"delay": "^6.0.0",
9090
"it-all": "^3.0.4",
9191
"race-signal": "^1.0.2",
92-
"sinon": "^18.0.0",
92+
"sinon": "^19.0.2",
9393
"sinon-ts": "^2.0.0"
9494
},
9595
"browser": {

0 commit comments

Comments
 (0)