Skip to content

Commit e08927b

Browse files
Try to fix some dependabot ts alerts (#3824)
* Try to solve dependabot alerts * update --------- Co-authored-by: BillyWooo <yang@trustcomputing.de>
1 parent f21c9de commit e08927b

File tree

9 files changed

+121
-558
lines changed

9 files changed

+121
-558
lines changed

tee-worker/omni-executor/Cargo.lock

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

tee-worker/omni-executor/client-sdk/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@
5757
"elliptic": "6.6.1",
5858
"path-to-regexp": ">=0.1.12",
5959
"form-data": ">=4.0.4",
60-
"tmp": ">=0.2.4"
60+
"tmp": ">=0.2.4",
61+
"js-yaml": ">=4.1.1",
62+
"axios": ">=1.12.0",
63+
"validator": ">=13.15.20",
64+
"fast-redact": ">=3.5.1"
6165
}
6266
}
6367
}

tee-worker/omni-executor/client-sdk/pnpm-lock.yaml

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

tee-worker/omni-executor/contracts/aa/aa-demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"buffer": "^6.0.3",
2020
"js-sha256": "^0.11.1",
2121
"lucide-react": "^0.518.0",
22-
"next": "15.3.4",
22+
"next": "15.4.7",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0",
2525
"viem": "^2.31.3",

0 commit comments

Comments
 (0)