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",