diff --git a/package-lock.json b/package-lock.json index 77e4956d..c1ae32e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "4.18.0", + "@octokit/webhooks-types": "6.7.0", "@types/jest": "27.0.3", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141", @@ -1296,9 +1296,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-4.18.0.tgz", - "integrity": "sha512-fxq0bBXgJWAwNheFSWWkAx3mvX299IS46PnSksqmbTRsS6RT7i1r7J8ogD1dO5tb1SNCmgUjDexfiSq9BsPtxg==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", + "integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==", "dev": true }, "node_modules/@sinonjs/commons": { @@ -7195,9 +7195,9 @@ } }, "@octokit/webhooks-types": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-4.18.0.tgz", - "integrity": "sha512-fxq0bBXgJWAwNheFSWWkAx3mvX299IS46PnSksqmbTRsS6RT7i1r7J8ogD1dO5tb1SNCmgUjDexfiSq9BsPtxg==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.7.0.tgz", + "integrity": "sha512-bykm7UkSnxmb2uhSfcLM1Pity/LQ6ZBSdzy9HU0vXjR+2g+tzlmRhXb7Go8oj0TlgO+vDrTivGXju6zkzOGKjA==", "dev": true }, "@sinonjs/commons": { diff --git a/package.json b/package.json index 91379306..315fd3dc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lodash": "^4.17.20" }, "devDependencies": { - "@octokit/webhooks-types": "4.18.0", + "@octokit/webhooks-types": "6.7.0", "@types/jest": "27.0.3", "@types/js-yaml": "3.12.1", "@types/lodash": "4.14.141",