This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new cb7febfb Bump handlebars from 4.7.8 to 4.7.9 in /telemetry/ui (#699)
cb7febfb is described below
commit cb7febfb4cbf723e3007f68447cf432c085a92ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 23:38:40 2026 -0700
Bump handlebars from 4.7.8 to 4.7.9 in /telemetry/ui (#699)
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from
4.7.8 to 4.7.9.
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
-
[Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
-
[Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...v4.7.9)
---
updated-dependencies:
- dependency-name: handlebars
dependency-version: 4.7.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
telemetry/ui/package-lock.json | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/telemetry/ui/package-lock.json b/telemetry/ui/package-lock.json
index 36509126..f7fe64d8 100644
--- a/telemetry/ui/package-lock.json
+++ b/telemetry/ui/package-lock.json
@@ -15046,10 +15046,11 @@
"integrity":
"sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
},
"node_modules/handlebars": {
- "version": "4.7.8",
- "resolved":
"https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
- "integrity":
"sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
+ "version": "4.7.9",
+ "resolved":
"https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
+ "integrity":
"sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"minimist": "^1.2.5",
"neo-async": "^2.6.2",