From f010e5a2d751f6e55fa532453be8183ad43a3462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:03:45 +0000 Subject: [PATCH] chore(deps): bump handlebars in /nodejs/nodejs-hello-world 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:production ... Signed-off-by: dependabot[bot] --- nodejs/nodejs-hello-world/package-lock.json | 9 +++++---- nodejs/nodejs-hello-world/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/nodejs/nodejs-hello-world/package-lock.json b/nodejs/nodejs-hello-world/package-lock.json index adb0b2532..b9ccb896e 100644 --- a/nodejs/nodejs-hello-world/package-lock.json +++ b/nodejs/nodejs-hello-world/package-lock.json @@ -10,7 +10,7 @@ "license": "0BSD", "dependencies": { "express": "^4.16.4", - "handlebars": "^4.7.4" + "handlebars": "^4.7.9" }, "devDependencies": { "eslint": "8.54.0", @@ -1104,9 +1104,10 @@ "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==", + "license": "MIT", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", diff --git a/nodejs/nodejs-hello-world/package.json b/nodejs/nodejs-hello-world/package.json index 44da229d9..4979b6d74 100644 --- a/nodejs/nodejs-hello-world/package.json +++ b/nodejs/nodejs-hello-world/package.json @@ -11,7 +11,7 @@ "license": "0BSD", "dependencies": { "express": "^4.16.4", - "handlebars": "^4.7.4" + "handlebars": "^4.7.9" }, "devDependencies": { "eslint": "8.54.0",