From 1dae4c0896a417516a0fae1a533158eca23340da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:04:23 +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 [typia](https://github.com/samchon/typia). Updates `@agentica/core` from 0.34.0 to 0.34.1 - [Release notes](https://github.com/wrtnlabs/agentica/releases) - [Commits](https://github.com/wrtnlabs/agentica/compare/v0.34.0...v0.34.1) Updates `typia` from 10.0.0 to 10.0.2 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v10.0.0...v10.0.2) --- updated-dependencies: - dependency-name: "@agentica/core" dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent - dependency-name: typia dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 499fde3..cd90aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "agentica.template.standalone", "version": "0.0.1", "dependencies": { - "@agentica/core": "^0.34.0", + "@agentica/core": "^0.34.1", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^6.8.1", @@ -21,22 +21,22 @@ } }, "node_modules/@agentica/core": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.34.0.tgz", - "integrity": "sha512-O9PtXfvCAZvQ+msTRZ768DLlYTqzh4voybCw3msd7tGVasYBqMohD1T874xpwdlDTTsao1CxMF3eyEeCxPuqkg==", + "version": "0.34.1", + "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.34.1.tgz", + "integrity": "sha512-ptp9qRZcXUBYIOJjCp+fwXKJf6QpcrkbLsjxpzC7Z6lGBJ5VD1eq2X9vsyOzyt+kNqaFhuOm8gsrSbOJiLMLWA==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^5.0.0", + "@samchon/openapi": "^5.0.1", "es-jsonkit": "^0.1.6", "tstl": "^3.0.0", - "typia": "^10.0.0", + "typia": "^10.0.2", "uuid": "^11.0.4" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.12.0", - "@samchon/openapi": "^5.0.0", + "@samchon/openapi": "^5.0.1", "openai": "^6.7.0", - "typia": "^10.0.0" + "typia": "^10.0.2" }, "peerDependenciesMeta": { "@modelcontextprotocol/sdk": { @@ -463,9 +463,9 @@ "license": "MIT" }, "node_modules/@samchon/openapi": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-5.0.0.tgz", - "integrity": "sha512-bZl3L+Irqn07ggrHMuR55WL6xYVClKBPWWtfmbMvoj/gAQx6ecPz3mg5zxDSY1XzoRB5XWc2DCSQuw1LkUHKuw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-5.0.1.tgz", + "integrity": "sha512-u5UYYBLDeCOFKaTm2hE4tRuxR1reNy/PrEZSQyBPUC+/O+IRa6jSHkiXMgtPVSxJK1s9fyhuJhfw+z5OT3myoQ==", "license": "MIT" }, "node_modules/@standard-schema/spec": { @@ -1988,12 +1988,12 @@ } }, "node_modules/typia": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/typia/-/typia-10.0.0.tgz", - "integrity": "sha512-7AVlM4V4KF0ZOuTpMU4BmYBD82v9cPaDDZNVcoh7UZEZfO36b7D5obmPywzXnY4WkHe59xM0BE7BmsOko8VA5w==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/typia/-/typia-10.0.2.tgz", + "integrity": "sha512-KXrBj6bBOaumXhVu2wylu7AFZAjrpjVSz9S/mSG2PdbIlAcVhemGBeCV44BSIdMEX3wU1Ayan78is1JY9XlkDw==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^5.0.0", + "@samchon/openapi": "^5.0.1", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", diff --git a/package.json b/package.json index 936bd9f..9884436 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "typescript": "^5.9.3" }, "dependencies": { - "@agentica/core": "^0.34.0", + "@agentica/core": "^0.34.1", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^6.8.1",