diff --git a/package-lock.json b/package-lock.json index 920e90f8..83167fac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@mui/material": "^7.0.1", "@octokit/auth-app": "^7.2.1", "@octokit/core": "^6.1.5", - "@octokit/webhooks": "~13.8.0", + "@octokit/webhooks": "~13.8.2", "core-js": "^3.39.0", "encoding": "^0.1.13", "figma-squircle": "^1.1.0", @@ -2716,9 +2716,9 @@ "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==" }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-10.4.0.tgz", - "integrity": "sha512-HMiF7FUiVBYfp8pPijMTkWuPELQB6XkPftrnSuK1C1YXaaq2+0ganiQkorEQfXTmhtwlgHJwXT6P8miVhIyjQA==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-11.0.0.tgz", + "integrity": "sha512-ZBzCFj98v3SuRM7oBas6BHZMJRadlnDoeFfvm1olVxZnYeU6Vh97FhPxyS5aLh5pN51GYv2I51l/hVUAVkGBlA==", "license": "MIT" }, "node_modules/@octokit/plugin-paginate-graphql": { @@ -2859,12 +2859,12 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.8.0.tgz", - "integrity": "sha512-3PCWyFBNbW2+Ox36VAkSqlPoIb96NZiPcICRYySHZrDTM2NuNxvrjPeaQDj2egqILs9EZFObRTHVMe4XxXJV7w==", + "version": "13.8.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.8.2.tgz", + "integrity": "sha512-NgKpxIVp9MnEukvTF9s871v11bYTDZwpuyIYkU0ZIEM3d+DBOeiciIJPuCdjFMC1pQgv05MNKtdhbl8+Q+i3GA==", "license": "MIT", "dependencies": { - "@octokit/openapi-webhooks-types": "10.4.0", + "@octokit/openapi-webhooks-types": "11.0.0", "@octokit/request-error": "^6.1.7", "@octokit/webhooks-methods": "^5.1.1" }, diff --git a/package.json b/package.json index 24753677..6495c0bc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@mui/material": "^7.0.1", "@octokit/auth-app": "^7.2.1", "@octokit/core": "^6.1.5", - "@octokit/webhooks": "~13.8.0", + "@octokit/webhooks": "~13.8.2", "core-js": "^3.39.0", "encoding": "^0.1.13", "figma-squircle": "^1.1.0",