diff --git a/package-lock.json b/package-lock.json index 3d47d43..19267d8 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.30.6", + "@agentica/core": "^0.30.8", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.11.0", @@ -21,9 +21,9 @@ } }, "node_modules/@agentica/core": { - "version": "0.30.6", - "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.30.6.tgz", - "integrity": "sha512-euMihBjoXe9c+cr3/13KjLRrTVqKGT7ZwVF+nVljQL+7rJifL16HIDZorOsLfdnnKiZxJugiHuviUukDjyu2Zg==", + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/@agentica/core/-/core-0.30.8.tgz", + "integrity": "sha512-/nJ2BLXFNQ5IPEacusVJb8KyZEgZV1cCBwYrKpblgkPvlEjQyBZHpIqTsn27+t11tCHvdrCv3IBwabuxCeiSwg==", "license": "MIT", "dependencies": { "@samchon/openapi": "^4.6.0", diff --git a/package.json b/package.json index 758c104..ab94511 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "typescript": "^5.8.3" }, "dependencies": { - "@agentica/core": "^0.30.6", + "@agentica/core": "^0.30.8", "@wrtnlabs/connector-github": "^0.1.506", "dotenv": "^16.4.7", "openai": "^5.11.0",