From 7dd571b1ee2e7d75a594c8ac98b7df1d1e68c2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:56:26 +0000 Subject: [PATCH] Bump handlebars from 4.7.8 to 4.7.9 in /typescript 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: direct:development ... Signed-off-by: dependabot[bot] --- typescript/package-lock.json | 10 +++++----- typescript/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 623843f4..5d8511c4 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -4,13 +4,12 @@ "requires": true, "packages": { "": { - "name": "typescript", "devDependencies": { "@actions/exec": "1.1.1", "@foxglove/eslint-plugin": "2.0.0", "@foxglove/tsconfig": "2.0.0", "eslint": "9.20.1", - "handlebars": "4.7.8", + "handlebars": "4.7.9", "npm-check-updates": "17.1.14", "prettier": "3.5.1", "rimraf": "6.0.1", @@ -2171,10 +2170,11 @@ "dev": true }, "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", diff --git a/typescript/package.json b/typescript/package.json index 012e9d3c..7acbbe3b 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -12,7 +12,7 @@ "@foxglove/eslint-plugin": "2.0.0", "@foxglove/tsconfig": "2.0.0", "eslint": "9.20.1", - "handlebars": "4.7.8", + "handlebars": "4.7.9", "npm-check-updates": "17.1.14", "prettier": "3.5.1", "rimraf": "6.0.1",