From 32107ec4614f6a5358336357f93523eb0eef9ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 01:41:47 +0000 Subject: [PATCH] chore(deps): bump @octokit/webhooks from 13.2.2 to 13.2.4 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 13.2.2 to 13.2.4. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v13.2.2...v13.2.4) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71c9c73..51870aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@octokit/app": "^14.1.0", "@octokit/rest": "^20.1.0", - "@octokit/webhooks": "^13.2.2", + "@octokit/webhooks": "^13.2.4", "p-queue": "^8.0.1", "simple-git": "^3.24.0", "ts-node": "^10.9.2", @@ -1381,9 +1381,9 @@ "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==" }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.0.0.tgz", - "integrity": "sha512-5ms2KAKemeo4JATXYY6pT0gVEFQFPZ3dEIfsHoS7/oly3tQXwl6AD0GWy3Y3TAakT69mqsjPaPErRO0KmMV1hA==" + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.1.1.tgz", + "integrity": "sha512-cfavqtPS5W1vy2JGXODIL4LsoXYoaXIhiNbil53wb9sLsTFuSBl+r1L6nNiVq/Ie8j0MSB2rCAGrGKJTfjqVEw==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.1.5", @@ -1474,11 +1474,11 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.2.tgz", - "integrity": "sha512-2ZqUHvAKxq5sljcqGSMZZ4l3fwo283X2nPiWKpHyu6BUk5NpIh9aGBBxb3hy9Nk/cWoooitOt+InBxLviKBdfA==", + "version": "13.2.4", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.4.tgz", + "integrity": "sha512-nvjEW4ncfXGABPjLTgjXJrLNpMJRe8K+EZPxuwczZLbRjxMU2NJhGxAEWJXWBW5ziMlqanDr10QBX75dDpuqLQ==", "dependencies": { - "@octokit/openapi-webhooks-types": "8.0.0", + "@octokit/openapi-webhooks-types": "8.1.1", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0", "aggregate-error": "^5.0.0" diff --git a/package.json b/package.json index 49de4e6..9948b98 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@octokit/app": "^14.1.0", "@octokit/rest": "^20.1.0", - "@octokit/webhooks": "^13.2.2", + "@octokit/webhooks": "^13.2.4", "p-queue": "^8.0.1", "simple-git": "^3.24.0", "ts-node": "^10.9.2",