From afd725c2e55f207dc4363433fcdd87e3fc27ccc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:17:34 +0000 Subject: [PATCH] Bump @octokit/webhooks from 13.3.0 to 13.4.1 in the octokit group Bumps the octokit group with 1 update: [@octokit/webhooks](https://github.com/octokit/webhooks.js). Updates `@octokit/webhooks` from 13.3.0 to 13.4.1 - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v13.3.0...v13.4.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: octokit ... 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 9c9e2bb4..9526bd90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@mui/material": "^6.0.1", "@octokit/auth-app": "^7.1.3", "@octokit/core": "^6.1.2", - "@octokit/webhooks": "^13.3.0", + "@octokit/webhooks": "^13.4.1", "@stoplight/elements": "^8.4.5", "core-js": "^3.39.0", "encoding": "^0.1.13", @@ -2623,9 +2623,9 @@ "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==" }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.3.0.tgz", - "integrity": "sha512-vKLsoR4xQxg4Z+6rU/F65ItTUz/EXbD+j/d4mlq2GW8TsA4Tc8Kdma2JTAAJ5hrKWUQzkR/Esn2fjsqiVRYaQg==" + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.5.1.tgz", + "integrity": "sha512-i3h1b5zpGSB39ffBbYdSGuAd0NhBAwPyA3QV3LYi/lx4lsbZiu7u2UHgXVUR6EpvOI8REOuVh1DZTRfHoJDvuQ==" }, "node_modules/@octokit/plugin-paginate-graphql": { "version": "5.2.2", @@ -2731,11 +2731,11 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.3.0.tgz", - "integrity": "sha512-TUkJLtI163Bz5+JK0O+zDkQpn4gKwN+BovclUvCj6pI/6RXrFqQvUMRS2M+Rt8Rv0qR3wjoMoOPmpJKeOh0nBg==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.4.1.tgz", + "integrity": "sha512-I5YPUtfWidh+OzyrlDahJsUpkpGK0kCTmDRbuqGmlCUzOtxdEkX3R4d6Cd08ijQYwkVXQJanPdbKuZBeV2NMaA==", "dependencies": { - "@octokit/openapi-webhooks-types": "8.3.0", + "@octokit/openapi-webhooks-types": "8.5.1", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0" }, diff --git a/package.json b/package.json index f8e8dc03..00a0ce10 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@mui/material": "^6.0.1", "@octokit/auth-app": "^7.1.3", "@octokit/core": "^6.1.2", - "@octokit/webhooks": "^13.3.0", + "@octokit/webhooks": "^13.4.1", "@stoplight/elements": "^8.4.5", "core-js": "^3.39.0", "encoding": "^0.1.13",