From 45dd8cc84afc6d5b11d055816721523f938bc8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 22:22:48 +0000 Subject: [PATCH] build(deps): bump portos-ai-toolkit from 0.8.1 to 0.8.4 Bumps [portos-ai-toolkit](https://github.com/atomantic/portos-ai-toolkit) from 0.8.1 to 0.8.4. - [Release notes](https://github.com/atomantic/portos-ai-toolkit/releases) - [Changelog](https://github.com/atomantic/portos-ai-toolkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/atomantic/portos-ai-toolkit/compare/v0.8.1...v0.8.4) --- updated-dependencies: - dependency-name: portos-ai-toolkit dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- package-lock.json | 10 +++++----- server/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package.json b/client/package.json index ce96189..a84eaec 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "d3": "^7.9.0", "leaflet": "^1.9.4", "lucide-react": "^1.7.0", - "portos-ai-toolkit": "^0.8.1", + "portos-ai-toolkit": "^0.8.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hot-toast": "^2.6.0", diff --git a/package-lock.json b/package-lock.json index a8a01b2..df4426c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "d3": "^7.9.0", "leaflet": "^1.9.4", "lucide-react": "^1.7.0", - "portos-ai-toolkit": "^0.8.1", + "portos-ai-toolkit": "^0.8.4", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hot-toast": "^2.6.0", @@ -6457,9 +6457,9 @@ } }, "node_modules/portos-ai-toolkit": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/portos-ai-toolkit/-/portos-ai-toolkit-0.8.1.tgz", - "integrity": "sha512-Ukg9AIHWSy03xMRoksAuPxLdrqNO54sciwoqhikVS1O9I8/sbEOiOcm/A3aLrZB+lU3t1zXghfGQPo8Qt5IobQ==", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/portos-ai-toolkit/-/portos-ai-toolkit-0.8.4.tgz", + "integrity": "sha512-DR8l/SgncEXmiZxQKi3n83DgnzkNVuI93zLbYzg+tcnkYoqKX4dIKxfkkqXHCHJ7xBkcyLIrisrEFkIonv9StQ==", "license": "MIT", "dependencies": { "uuid": "^13.0.0", @@ -8655,7 +8655,7 @@ "cors": "^2.8.6", "express": "^5.2.1", "playwright": "^1.59.1", - "portos-ai-toolkit": "^0.8.1", + "portos-ai-toolkit": "^0.8.4", "tsx": "^4.19.2", "ulid": "^3.0.2", "zod": "^4.3.6" diff --git a/server/package.json b/server/package.json index 2070a72..3ebe960 100644 --- a/server/package.json +++ b/server/package.json @@ -14,7 +14,7 @@ "cors": "^2.8.6", "express": "^5.2.1", "playwright": "^1.59.1", - "portos-ai-toolkit": "^0.8.1", + "portos-ai-toolkit": "^0.8.4", "tsx": "^4.19.2", "ulid": "^3.0.2", "zod": "^4.3.6"