diff --git a/CHANGELOG.md b/CHANGELOG.md index a663ded..8b6f43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.8](https://github.com/rvagg/github-webhook/compare/v3.0.7...v3.0.8) (2026-03-16) + +### Trivial Changes + +* **deps-dev:** bump undici from 6.23.0 to 6.24.1 ([#38](https://github.com/rvagg/github-webhook/issues/38)) ([a8fcdd7](https://github.com/rvagg/github-webhook/commit/a8fcdd7cfb44e6120718bf205bc83c52c318fc49)) + ## [3.0.7](https://github.com/rvagg/github-webhook/compare/v3.0.6...v3.0.7) (2026-03-11) ### Trivial Changes diff --git a/package-lock.json b/package-lock.json index 3d11d99..ed724e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-webhook", - "version": "3.0.7", + "version": "3.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-webhook", - "version": "3.0.7", + "version": "3.0.8", "license": "MIT", "dependencies": { "debug": "^4.4.3", @@ -67,9 +67,9 @@ } }, "node_modules/@actions/http-client/node_modules/undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.1.tgz", + "integrity": "sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==", "dev": true, "license": "MIT", "engines": { @@ -9723,9 +9723,9 @@ } }, "node_modules/undici": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.19.0.tgz", - "integrity": "sha512-Heho1hJD81YChi+uS2RkSjcVO+EQLmLSyUlHyp7Y/wFbxQaGb4WXVKD073JytrjXJVkSZVzoE2MCSOKugFGtOQ==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz", + "integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 4de16bc..938e557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-webhook", - "version": "3.0.7", + "version": "3.0.8", "description": "A flexible web server for reacting GitHub Webhooks", "type": "module", "main": "github-webhook.js",