From f416bd86f9513e6f59b36824de956262ec771523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:15:01 +0000 Subject: [PATCH] Bump @codbex/codbex-invoices in /application-data-sample Bumps [@codbex/codbex-invoices](https://github.com/codbex/codbex-invoices) from 0.6.0 to 1.6.1. - [Release notes](https://github.com/codbex/codbex-invoices/releases) - [Commits](https://github.com/codbex/codbex-invoices/compare/v0.6.0...v1.6.1) --- updated-dependencies: - dependency-name: "@codbex/codbex-invoices" dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-major ... 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..4c86633 100644 --- a/application-data-sample/package.json +++ b/application-data-sample/package.json @@ -5,7 +5,7 @@ "dependencies": { "@codbex/codbex-inventory": "0.6.0", "@codbex/codbex-orders": "0.6.0", - "@codbex/codbex-invoices": "0.6.0", + "@codbex/codbex-invoices": "1.6.1", "@codbex/codbex-products": "0.6.0", "@codbex/codbex-order-inventory-ext": "0.3.0", "@codbex/codbex-order-invoice-ext": "0.4.0",