From ea3d91da7f426f3ad3f248949d7f353f398f3236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:38:37 +0000 Subject: [PATCH] Bump @budibase/handlebars-helpers from 0.11.11 to 0.12.1 Bumps [@budibase/handlebars-helpers](https://github.com/helpers/handlebars-helpers) from 0.11.11 to 0.12.1. - [Changelog](https://github.com/helpers/handlebars-helpers/blob/master/CHANGELOG) - [Commits](https://github.com/helpers/handlebars-helpers/commits) --- updated-dependencies: - dependency-name: "@budibase/handlebars-helpers" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a7fd42fa..b43e101d7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test": "node test/test" }, "dependencies": { - "@budibase/handlebars-helpers": "^0.11.8", + "@budibase/handlebars-helpers": "^0.12.1", "async-mutex": "^0.4.0", "axios": "^1.4.0", "chokidar": "^3.5.3",