diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6f43a..70861bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.9](https://github.com/rvagg/github-webhook/compare/v3.0.8...v3.0.9) (2026-03-16) + +### Trivial Changes + +* **deps-dev:** bump @semantic-release/npm from 13.1.4 to 13.1.5 ([#35](https://github.com/rvagg/github-webhook/issues/35)) ([627b23c](https://github.com/rvagg/github-webhook/commit/627b23c993c7a6199a02c70af6e37f08a5e394b3)) +* **deps-dev:** bump conventional-changelog-conventionalcommits ([#36](https://github.com/rvagg/github-webhook/issues/36)) ([3351787](https://github.com/rvagg/github-webhook/commit/3351787a4c19bf4b099032e0c8993f6e697d634e)) + ## [3.0.8](https://github.com/rvagg/github-webhook/compare/v3.0.7...v3.0.8) (2026-03-16) ### Trivial Changes diff --git a/package-lock.json b/package-lock.json index ed724e9..2eb6403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-webhook", - "version": "3.0.8", + "version": "3.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-webhook", - "version": "3.0.8", + "version": "3.0.9", "license": "MIT", "dependencies": { "debug": "^4.4.3", @@ -663,9 +663,9 @@ } }, "node_modules/@semantic-release/npm": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-13.1.4.tgz", - "integrity": "sha512-z5Fn9ftK1QQgFxMSuOd3DtYbTl4hWI2trCEvZcEJMQJy1/OBR0WHcxqzfVun455FSkHML8KgvPxJEa9MtZIBsg==", + "version": "13.1.5", + "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-13.1.5.tgz", + "integrity": "sha512-Hq5UxzoatN3LHiq2rTsWS54nCdqJHlsssGERCo8WlvdfFA9LoN0vO+OuKVSjtNapIc/S8C2LBj206wKLHg62mg==", "dev": true, "license": "MIT", "dependencies": { @@ -677,7 +677,7 @@ "fs-extra": "^11.0.0", "lodash-es": "^4.17.21", "nerf-dart": "^1.0.0", - "normalize-url": "^8.0.0", + "normalize-url": "^9.0.0", "npm": "^11.6.2", "rc": "^1.2.8", "read-pkg": "^10.0.0", @@ -1775,9 +1775,9 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.1.0.tgz", - "integrity": "sha512-MnbEysR8wWa8dAEvbj5xcBgJKQlX/m0lhS8DsyAAWDHdfs2faDJxTgzRYlRYpXSe7UiKrIIlB4TrBKU9q9DgkA==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.0.tgz", + "integrity": "sha512-kYFx6gAyjSIMwNtASkI3ZE99U1fuVDJr0yTYgVy+I2QG46zNZfl2her+0+eoviG82c5WQvW1jMt1eOQTeJLodA==", "dev": true, "license": "ISC", "dependencies": { @@ -5224,13 +5224,13 @@ } }, "node_modules/normalize-url": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz", - "integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-9.0.0.tgz", + "integrity": "sha512-z9nC87iaZXXySbWWtTHfCFJyFvKaUAW6lODhikG7ILSbVgmwuFjUqkgnheHvAUcGedO29e2QGBRXMUD64aurqQ==", "dev": true, "license": "MIT", "engines": { - "node": ">=14.16" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 938e557..057eb3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-webhook", - "version": "3.0.8", + "version": "3.0.9", "description": "A flexible web server for reacting GitHub Webhooks", "type": "module", "main": "github-webhook.js",