Skip to content

Commit a0ea0bf

Browse files
chore(deps): bump smoldot from 2.0.39 to 2.0.40 (#717)
Bumps [smoldot](https://github.com/smol-dot/smoldot) from 2.0.39 to 2.0.40. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smol-dot/smoldot/commit/76ef8aa6e31e2618d4a7f40ae0ec525999dd6025"><code>76ef8aa</code></a> Deno version publishing</li> <li><a href="https://github.com/smol-dot/smoldot/commit/5bb68b3851f4f9e5a9a51fdb9413b95824d7c1ff"><code>5bb68b3</code></a> Publish v2.0.40 and new Rust versions (<a href="https://redirect.github.com/smol-dot/smoldot/issues/2190">#2190</a>)</li> <li><a href="https://github.com/smol-dot/smoldot/commit/03e40d46b20286797b66dcf29b2b34ac4c444a4e"><code>03e40d4</code></a> Update wasmtime to fix vulnerability (<a href="https://redirect.github.com/smol-dot/smoldot/issues/2191">#2191</a>)</li> <li><a href="https://github.com/smol-dot/smoldot/commit/af7bb4d6e26344bac59c27f93b6e8b8cc00bb19e"><code>af7bb4d</code></a> Added support for <code>renew</code> and <code>index</code> host function (<a href="https://redirect.github.com/smol-dot/smoldot/issues/2189">#2189</a>)</li> <li><a href="https://github.com/smol-dot/smoldot/commit/33d34fb8733c7d8a7e5878f8658bc7a0d0383bae"><code>33d34fb</code></a> Publish new Rust versions of smoldot and smoldot-light (<a href="https://redirect.github.com/smol-dot/smoldot/issues/2184">#2184</a>)</li> <li><a href="https://github.com/smol-dot/smoldot/commit/98c41cd95128dd8a9de09917bb2017ea8c259d52"><code>98c41cd</code></a> Fix for backwards-incompatible change in ed25519-zebra (<a href="https://redirect.github.com/smol-dot/smoldot/issues/2180">#2180</a>)</li> <li>See full diff in <a href="https://github.com/smol-dot/smoldot/compare/light-js-deno-v2.0.39...light-js-deno-v2.0.40">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=smoldot&package-manager=npm_and_yarn&previous-version=2.0.39&new-version=2.0.40)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92d2c60 commit a0ea0bf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/dedot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@dedot/smoldot": "workspace:*",
3333
"@dedot/types": "workspace:*",
3434
"@dedot/utils": "workspace:*",
35-
"smoldot": "^2.0.39"
35+
"smoldot": "^2.0.40"
3636
},
3737
"exports": {
3838
".": {

packages/providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"mock-socket": "^9.3.1",
30-
"smoldot": "^2.0.39"
30+
"smoldot": "^2.0.40"
3131
},
3232
"engines": {
3333
"node": ">=18"

packages/smoldot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
1818
},
1919
"dependencies": {
20-
"smoldot": "^2.0.39"
20+
"smoldot": "^2.0.40"
2121
},
2222
"exports": {
2323
".": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ __metadata:
395395
"@dedot/utils": "workspace:*"
396396
"@polkadot/x-ws": "npm:^13.5.9"
397397
mock-socket: "npm:^9.3.1"
398-
smoldot: "npm:^2.0.39"
398+
smoldot: "npm:^2.0.40"
399399
languageName: unknown
400400
linkType: soft
401401

@@ -422,7 +422,7 @@ __metadata:
422422
version: 0.0.0-use.local
423423
resolution: "@dedot/smoldot@workspace:packages/smoldot"
424424
dependencies:
425-
smoldot: "npm:^2.0.39"
425+
smoldot: "npm:^2.0.40"
426426
languageName: unknown
427427
linkType: soft
428428

@@ -3538,7 +3538,7 @@ __metadata:
35383538
"@dedot/smoldot": "workspace:*"
35393539
"@dedot/types": "workspace:*"
35403540
"@dedot/utils": "workspace:*"
3541-
smoldot: "npm:^2.0.39"
3541+
smoldot: "npm:^2.0.40"
35423542
bin:
35433543
dedot: ./bin/dedot.mjs
35443544
djs: ./bin/dedot.mjs
@@ -8126,12 +8126,12 @@ __metadata:
81268126
languageName: unknown
81278127
linkType: soft
81288128

8129-
"smoldot@npm:^2.0.39":
8130-
version: 2.0.39
8131-
resolution: "smoldot@npm:2.0.39"
8129+
"smoldot@npm:^2.0.40":
8130+
version: 2.0.40
8131+
resolution: "smoldot@npm:2.0.40"
81328132
dependencies:
81338133
ws: "npm:^8.8.1"
8134-
checksum: 10c0/2ccc16c9931726ada551b59a968dd256c65e39ca06d495faf012d8a5cba590f9f344bb364b1dea0a52c841c5fee95e677a88d6ddf7bb7811b6bd493bcef69518
8134+
checksum: 10c0/815d9ba9ace985dfdc6fe493311e42ec38ecf3180d8306a1b92a27eadbc81ba816653e4adfc9400212deaa1b8e8aa2b42f2419fa66e3d1acefbb5328721c3252
81358135
languageName: node
81368136
linkType: hard
81378137

0 commit comments

Comments
 (0)