From e8cccd571f1efd224bdb243724948211f403621b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:44:06 +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.29.4 to 0.30.2 - [Release notes](https://github.com/wrtnlabs/agentica/releases) - [Commits](https://github.com/wrtnlabs/agentica/compare/v0.29.4...v0.30.2) Updates `typia` from 9.3.1 to 9.4.0 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](https://github.com/samchon/typia/compare/v9.3.1...v9.4.0) --- updated-dependencies: - dependency-name: "@agentica/core" dependency-version: 0.30.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: agent - dependency-name: typia dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: agent ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 ++++++++++++++++------------------ package.json | 2 +- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89be219..ee8cfa4 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.29.4", + "@agentica/core": "^0.30.2", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.8.2", @@ -21,19 +21,19 @@ } }, "node_modules/@agentica/core": { - "version": "0.29.4", - "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.29.4.tgz", - "integrity": "sha512-SVkV3zBTwgoeGRyAaRTCjHlP/0fzDlyaQ75ghcknwIRVTcD81R+T3iyQ4d3bqp2ukCfTs5QSfOTdBKitLGrLcw==", + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.30.2.tgz", + "integrity": "sha512-lOaiIaYgnVibipI2IiOldDtWuOBW/PovyDbNvs4KuZRnqDeQ3/kUjwNX+JIuSrOU8JZ6bYLwHjWAdq4ZvZEjSA==", "dependencies": { - "@samchon/openapi": "^4.3.3", + "@samchon/openapi": "^4.4.1", "tstl": "^3.0.0", - "typia": "^9.3.1", + "typia": "^9.4.0", "uuid": "^11.0.4" }, "peerDependencies": { - "@samchon/openapi": "^4.3.3", + "@samchon/openapi": "^4.4.1", "openai": "^5.2.0", - "typia": "^9.3.1" + "typia": "^9.4.0" } }, "node_modules/@cspotcode/source-map-support": { @@ -455,10 +455,9 @@ "license": "MIT" }, "node_modules/@samchon/openapi": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.3.3.tgz", - "integrity": "sha512-jCyp1YZsFBIWXjHBfjYGlRXTGf5h5jrvGiAhKFI4Yxs8wg4YoVHMaDeC2AWcpo4L9KYVQ2uuePMM56g0jzK8sA==", - "license": "MIT" + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-4.4.1.tgz", + "integrity": "sha512-RMcHrR1Atw9XUhgMh1EAt81ZBnMXiOIEET7aGpW3c4PVUqJyCm8F5yFjWIp81yicGn5IgzkrOz68F4sSeAitew==" }, "node_modules/@standard-schema/spec": { "version": "1.0.0", @@ -1919,12 +1918,11 @@ } }, "node_modules/typia": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/typia/-/typia-9.3.1.tgz", - "integrity": "sha512-a3rqaWE3j5ynK3nmBPEMngLfVP7FH3OrgC4xO4A4QQdcgdVL/nxTxdEqYuEjRCdcOgZCIqOt3CNoQaorOITArg==", - "license": "MIT", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/typia/-/typia-9.4.0.tgz", + "integrity": "sha512-LfnK5xYvTJxBzAK40uU4TlE/1hRZAqGWWTivSYraGIDZAu4BJbPxNjtfzUIV71P30Le8ZpXMyYWbzHoBbApghQ==", "dependencies": { - "@samchon/openapi": "^4.3.1", + "@samchon/openapi": "^4.4.1", "@standard-schema/spec": "^1.0.0", "commander": "^10.0.0", "comment-json": "^4.2.3", @@ -1936,7 +1934,7 @@ "typia": "lib/executable/typia.js" }, "peerDependencies": { - "@samchon/openapi": ">=4.3.1 <5.0.0", + "@samchon/openapi": ">=4.4.1 <5.0.0", "typescript": ">=4.8.0 <5.9.0" } }, diff --git a/package.json b/package.json index fa5e553..c72c9f1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "typescript": "^5.8.3" }, "dependencies": { - "@agentica/core": "^0.29.4", + "@agentica/core": "^0.30.2", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.8.2",