diff --git a/package-lock.json b/package-lock.json index 3631555..ef38b4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@octokit/types": "^7.1.0", "@octokit/webhooks": "^10.1.5", - "@octokit/webhooks-types": "^6.3.6", + "@octokit/webhooks-types": "^7.3.1", "@types/adm-zip": "^0.5.0", "@types/github-slugger": "^1.3.0", "@types/jest": "^28.1.7", @@ -1550,9 +1550,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", + "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==", "dev": true }, "node_modules/@octokit/webhooks/node_modules/@octokit/openapi-types": { @@ -1584,6 +1584,12 @@ "@octokit/openapi-types": "^18.0.0" } }, + "node_modules/@octokit/webhooks/node_modules/@octokit/webhooks-types": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", + "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "dev": true + }, "node_modules/@pkgr/utils": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", diff --git a/package.json b/package.json index 7dfc7c5..a13a2c7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@octokit/types": "^7.1.0", "@octokit/webhooks": "^10.1.5", - "@octokit/webhooks-types": "^6.3.6", + "@octokit/webhooks-types": "^7.3.1", "@types/adm-zip": "^0.5.0", "@types/github-slugger": "^1.3.0", "@types/jest": "^28.1.7",