From b43718c78e26de668e6bea55608b826907b987cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:54:37 +0000 Subject: [PATCH] Bump @codbex/codbex-orders in /application-data-sample Bumps [@codbex/codbex-orders](https://github.com/codbex/codbex-orders) from 0.6.0 to 0.9.0. - [Release notes](https://github.com/codbex/codbex-orders/releases) - [Commits](https://github.com/codbex/codbex-orders/compare/v0.6.0...v0.9.0) --- updated-dependencies: - dependency-name: "@codbex/codbex-orders" dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application-data-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application-data-sample/package.json b/application-data-sample/package.json index a53bd6a..e91924f 100644 --- a/application-data-sample/package.json +++ b/application-data-sample/package.json @@ -4,7 +4,7 @@ }, "dependencies": { "@codbex/codbex-inventory": "0.6.0", - "@codbex/codbex-orders": "0.6.0", + "@codbex/codbex-orders": "0.9.0", "@codbex/codbex-invoices": "0.6.0", "@codbex/codbex-products": "0.6.0", "@codbex/codbex-order-inventory-ext": "0.3.0",