From 3522988c4361d7fba541fda99148135d835d78a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:29:17 +0000 Subject: [PATCH] chore(deps): bump the agent group with 2 updates Bumps the agent group with 2 updates: [@agentica/core](https://github.com/wrtnlabs/agentica) and [openai](https://github.com/openai/openai-node). Updates `@agentica/core` from 0.30.4 to 0.30.5 - [Release notes](https://github.com/wrtnlabs/agentica/releases) - [Commits](https://github.com/wrtnlabs/agentica/compare/v0.30.4...v0.30.5) Updates `openai` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v5.10.1...v5.10.2) --- updated-dependencies: - dependency-name: "@agentica/core" dependency-version: 0.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent - dependency-name: openai dependency-version: 5.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index d55a4ba..ad60805 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,10 +8,10 @@ "name": "agentica.template.standalone", "version": "0.0.1", "dependencies": { - "@agentica/core": "^0.30.4", + "@agentica/core": "^0.30.5", "@wrtnlabs/connector-google-docs": "^0.1.506", "dotenv": "^16.4.7", - "openai": "^5.10.1", + "openai": "^5.10.2", "typia": "^9.6.0" }, "devDependencies": { @@ -21,20 +21,20 @@ } }, "node_modules/@agentica/core": { - "version": "0.30.4", - "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.30.4.tgz", - "integrity": "sha512-VxrEwjeVYjKcCcfUa8vehf7TKktskpwYbnr7x8UGSKOvUF4BXVSy1NriA/1kiaA+k4uxxp4HWe/va/4cgoPa9Q==", + "version": "0.30.5", + "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.30.5.tgz", + "integrity": "sha512-mL4GjkwJEvY2XZLDiWjZj+njb5gspM7zfBHrTW4NMJSjtKeLxAeafnW5jw4JXg3CV20yjuZseb+6tTY4fAr8Ng==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.5.0", + "@samchon/openapi": "^4.6.0", "tstl": "^3.0.0", - "typia": "^9.5.0", + "typia": "^9.6.0", "uuid": "^11.0.4" }, "peerDependencies": { - "@samchon/openapi": "^4.5.0", + "@samchon/openapi": "^4.6.0", "openai": "^5.2.0", - "typia": "^9.5.0" + "typia": "^9.6.0" } }, "node_modules/@cspotcode/source-map-support": { @@ -1631,9 +1631,9 @@ } }, "node_modules/openai": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/openai/-/openai-5.10.1.tgz", - "integrity": "sha512-fq6xVfv1/gpLbsj8fArEt3b6B9jBxdhAK+VJ+bDvbUvNd+KTLlA3bnDeYZaBsGH9LUhJ1M1yXfp9sEyBLMx6eA==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/openai/-/openai-5.10.2.tgz", + "integrity": "sha512-n+vi74LzHtvlKcDPn9aApgELGiu5CwhaLG40zxLTlFQdoSJCLACORIPC2uVQ3JEYAbqapM+XyRKFy2Thej7bIw==", "license": "Apache-2.0", "bin": { "openai": "bin/cli" diff --git a/package.json b/package.json index d7a6e5c..2cbbc73 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "typescript": "^5.8.3" }, "dependencies": { - "@agentica/core": "^0.30.4", + "@agentica/core": "^0.30.5", "@wrtnlabs/connector-google-docs": "^0.1.506", "dotenv": "^16.4.7", - "openai": "^5.10.1", + "openai": "^5.10.2", "typia": "^9.6.0" } }