From 2213338f5646df8449514bb847804ba16d893271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 17:03:16 +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.27.2 to 0.27.3 - [Release notes](https://github.com/wrtnlabs/agentica/releases) - [Commits](https://github.com/wrtnlabs/agentica/compare/v0.27.2...v0.27.3) Updates `typia` from 9.3.0 to 9.3.1 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.3.0...v9.3.1) --- updated-dependencies: - dependency-name: "@agentica/core" dependency-version: 0.27.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent - dependency-name: typia dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e8132a..20c21d4 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.27.2", + "@agentica/core": "^0.27.3", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^4.100.0", @@ -21,19 +21,19 @@ } }, "node_modules/@agentica/core": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.27.2.tgz", - "integrity": "sha512-4LxOCO0tjOWW27H/EiAwMe0hjOK9SSJIJ9IA7mmUNe2gfhuTeBhvtfiKlaHMZG5fKzZTjP3ThZtTZuvxu8cYgQ==", + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.27.3.tgz", + "integrity": "sha512-BpeZa/XiSKEhbzFh3qyt/dOac+nAaWwfZT0O0HNHVFwH+i6kuN9lvnZOz8XI+kqWBu9DxS4m8Yw3ixbLUyjSPg==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.3.0", - "typia": "^9.3.0", + "@samchon/openapi": "^4.3.1", + "typia": "^9.3.1", "uuid": "^11.0.4" }, "peerDependencies": { - "@samchon/openapi": "^4.3.0", + "@samchon/openapi": "^4.3.1", "openai": "^4.80.0", - "typia": "^9.3.0" + "typia": "^9.3.1" } }, "node_modules/@cspotcode/source-map-support": { @@ -455,9 +455,9 @@ "license": "MIT" }, "node_modules/@samchon/openapi": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.3.0.tgz", - "integrity": "sha512-PdagymZCUCPmhtfriO+6xYRulds2hgo1ec0LduPFEAOWkZ4viM15iRuEa5wkm9DkDRF/oaMiC+dOgXefmOFZAA==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.3.2.tgz", + "integrity": "sha512-9F/UPYiXHlzoCpHumFKir6o1UKby0kPYc5A8kGRUt+mcpJOEaSM0+PC2OstDpwPR+DENBaWK21myEDEGhD9TQQ==", "license": "MIT" }, "node_modules/@standard-schema/spec": { @@ -2058,12 +2058,12 @@ } }, "node_modules/typia": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/typia/-/typia-9.3.0.tgz", - "integrity": "sha512-srQSYteGIrMiM36y/8MfqrCYA2RWyk4Bb7Xrlk3Ywfpc7AmmzcxwZkPuC4xOkI1IwRfjkhM7k4wviRb6WtW46g==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.3.1.tgz", + "integrity": "sha512-a3rqaWE3j5ynK3nmBPEMngLfVP7FH3OrgC4xO4A4QQdcgdVL/nxTxdEqYuEjRCdcOgZCIqOt3CNoQaorOITArg==", "license": "MIT", "dependencies": { - "@samchon/openapi": "^4.3.0", + "@samchon/openapi": "^4.3.1", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", @@ -2075,7 +2075,7 @@ "typia": "lib/executable/typia.js" }, "peerDependencies": { - "@samchon/openapi": ">=4.3.0 <5.0.0", + "@samchon/openapi": ">=4.3.1 <5.0.0", "typescript": ">=4.8.0 <5.9.0" } }, diff --git a/package.json b/package.json index 25dc0d2..d9887e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "typescript": "^5.8.3" }, "dependencies": { - "@agentica/core": "^0.27.2", + "@agentica/core": "^0.27.3", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^4.100.0",