From beb175aeed6cb4df1c148e3aa75148457c201328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:21:25 +0000 Subject: [PATCH] Bump @budibase/handlebars-helpers from 0.11.11 to 0.12.0 Bumps [@budibase/handlebars-helpers](https://github.com/helpers/handlebars-helpers) from 0.11.11 to 0.12.0. - [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..79c462cd1 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.0", "async-mutex": "^0.4.0", "axios": "^1.4.0", "chokidar": "^3.5.3",