diff --git a/package-lock.json b/package-lock.json index 6a81f3749..529c0d383 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1270,9 +1270,9 @@ "dev": true }, "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==", "dev": true }, "node_modules/@octokit/plugin-throttling": { @@ -1343,12 +1343,12 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.3.tgz", + "integrity": "sha512-sj3sR4SMpGO+nzQXZANuSnukDB3GfmbGz9TfgVlBsmA8HzqmikwsyMdpUv5STNPFpAOulP0OtrIeNQiUAOBdcA==", "dev": true, "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"