From 8653194af89e387f4ab17abeba43ec701428fdb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:30:19 +1300 Subject: [PATCH 1/2] chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#41) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7098b46..0793e59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3863,9 +3863,9 @@ "license": "MIT" }, "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": { From 8b7a4f01bf57b92df944ffb6c0c828998c61e8e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Mar 2026 08:31:34 +0000 Subject: [PATCH 2/2] chore(release): 3.0.13 [skip ci] ## [3.0.13](https://github.com/rvagg/github-webhook/compare/v3.0.12...v3.0.13) (2026-03-27) ### Trivial Changes * **deps-dev:** bump handlebars from 4.7.8 to 4.7.9 ([#41](https://github.com/rvagg/github-webhook/issues/41)) ([8653194](https://github.com/rvagg/github-webhook/commit/8653194af89e387f4ab17abeba43ec701428fdb2)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2f4b6..5d61f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.13](https://github.com/rvagg/github-webhook/compare/v3.0.12...v3.0.13) (2026-03-27) + +### Trivial Changes + +* **deps-dev:** bump handlebars from 4.7.8 to 4.7.9 ([#41](https://github.com/rvagg/github-webhook/issues/41)) ([8653194](https://github.com/rvagg/github-webhook/commit/8653194af89e387f4ab17abeba43ec701428fdb2)) + ## [3.0.12](https://github.com/rvagg/github-webhook/compare/v3.0.11...v3.0.12) (2026-03-26) ### Trivial Changes diff --git a/package-lock.json b/package-lock.json index 0793e59..3e29c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-webhook", - "version": "3.0.12", + "version": "3.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-webhook", - "version": "3.0.12", + "version": "3.0.13", "license": "MIT", "dependencies": { "debug": "^4.4.3", diff --git a/package.json b/package.json index a8b16ea..9185cd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-webhook", - "version": "3.0.12", + "version": "3.0.13", "description": "A flexible web server for reacting GitHub Webhooks", "type": "module", "main": "github-webhook.js",