Skip to content

Commit a65c294

Browse files
build(deps): bump the minor-deps-updates-main group with 3 updates (#213)
Bumps the minor-deps-updates-main group with 3 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [@daytonaio/sdk](https://github.com/daytonaio/daytona) and @deno/sandbox. Updates `typescript-eslint` from 8.54.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint) Updates `@daytonaio/sdk` from 0.135.0 to 0.139.0 - [Release notes](https://github.com/daytonaio/daytona/releases) - [Commits](daytonaio/daytona@v0.135.0...v0.139.0) Updates `@deno/sandbox` from 0.2.2 to 0.11.0 --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-deps-updates-main - dependency-name: "@daytonaio/sdk" dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates-main - dependency-name: "@deno/sandbox" dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates-main ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02ef645 commit a65c294

File tree

3 files changed

+255
-283
lines changed

3 files changed

+255
-283
lines changed

libs/providers/daytona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"homepage": "https://github.com/langchain-ai/deepagentsjs#readme",
3939
"dependencies": {
40-
"@daytonaio/sdk": "^0.135.0"
40+
"@daytonaio/sdk": "^0.139.0"
4141
},
4242
"peerDependencies": {
4343
"deepagents": ">=1.6.0"

libs/providers/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"homepage": "https://github.com/langchain-ai/deepagentsjs#readme",
3939
"dependencies": {
40-
"@deno/sandbox": "^0.2.2"
40+
"@deno/sandbox": "^0.11.0"
4141
},
4242
"peerDependencies": {
4343
"deepagents": ">=1.6.0"

0 commit comments

Comments
 (0)