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 7098b46..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", @@ -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": { 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",