diff --git a/bun.lock b/bun.lock index 1205e977..95a58e99 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "dotli", "dependencies": { - "smoldot": "3.3.2", + "smoldot": "3.4.1", }, "devDependencies": { "prettier": "^3.8.4", @@ -327,7 +327,7 @@ "fast-uri": "3.1.5", "nanoid": "^3.3.18", "postcss": "^8.5.24", - "smoldot": "3.3.2", + "smoldot": "3.4.1", }, "packages": { "@apideck/better-ajv-errors": ["@apideck/better-ajv-errors@0.3.7", "", { "dependencies": { "jsonpointer": "^5.0.1", "leven": "^3.1.0" }, "peerDependencies": { "ajv": ">=8" } }, "sha512-TajUJwGWbDwkCx/CZi7tRE8PVB7simCvKJfHUsSdvps+aTM/PDPP4gkLmKnc+x3CE//y9i/nj74GqdL/hwk7Iw=="], @@ -1510,7 +1510,7 @@ "smob": ["smob@1.6.2", "", {}, "sha512-RQsvleCbF8cVHEv+xuDGaA4pOizFqJ0GgjtMSRo6oP8pnN7WsigHgVGey6aILRBKv4W2YOMHLqbKdnB6hpB9fw=="], - "smoldot": ["smoldot@3.3.2", "", { "dependencies": { "ws": "^8.8.1" } }, "sha512-Zl4h/0gsw8cfTZzuJ7LV7mtR6QjxltwYjMY7MsVw0oXBXrLK8zyOS6DS9Vjsy57pX1vBMg6UVhHxjbH3W905zA=="], + "smoldot": ["smoldot@3.4.1", "", { "dependencies": { "ws": "^8.8.1" } }, "sha512-Ht3gPaRIjFWlBjen3+7xgms5rNYqhxvY0xyBwaV7Z1iBGyaOInQwvaZxPgZQw0ihk/h35+NTPPi47xqUvKkkxg=="], "sort-keys": ["sort-keys@5.1.0", "", { "dependencies": { "is-plain-obj": "^4.0.0" } }, "sha512-aSbHV0DaBcr7u0PVHXzM6NbZNAtrr9sF6+Qfs9UUVG7Ll3jQ6hHi8F/xqIIcn2rvIVbr0v/2zyjSdwSV47AgLQ=="], diff --git a/package.json b/package.json index 0c3e23e1..edf8a585 100644 --- a/package.json +++ b/package.json @@ -36,12 +36,12 @@ "packages/*" ], "dependencies": { - "smoldot": "3.3.2" + "smoldot": "3.4.1" }, "overrides": { "@parity/truapi": "0.9.0", "fast-uri": "3.1.5", - "smoldot": "3.3.2", + "smoldot": "3.4.1", "esbuild": "^0.28.1", "brace-expansion": "^5.0.9", "postcss": "^8.5.24",