diff --git a/package-lock.json b/package-lock.json index 8da4c47be..f48549da4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/webhooks-types": "^7.0.3", + "@octokit/webhooks-types": "^7.1.0", "axios": "^1.4.0", "axios-retry": "^3.5.0", "ci": "^2.2.0", @@ -1374,9 +1374,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.3.tgz", - "integrity": "sha512-yDw/89TBaMotdT1/4gxVaiemBhswBd+jPazhL60/rS5WqXC6JZuj5CkDql7Dhc9vAbbkrJBkWsa2sppM/g8jxQ==" + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.1.0.tgz", + "integrity": "sha512-y92CpG4kFFtBBjni8LHoV12IegJ+KFxLgKRengrVjKmGE5XMeCuGvlfRe75lTRrgXaG6XIWJlFpIDTlkoJsU8w==" }, "node_modules/@pkgr/utils": { "version": "2.3.1", @@ -13528,9 +13528,9 @@ } }, "@octokit/webhooks-types": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.3.tgz", - "integrity": "sha512-yDw/89TBaMotdT1/4gxVaiemBhswBd+jPazhL60/rS5WqXC6JZuj5CkDql7Dhc9vAbbkrJBkWsa2sppM/g8jxQ==" + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.1.0.tgz", + "integrity": "sha512-y92CpG4kFFtBBjni8LHoV12IegJ+KFxLgKRengrVjKmGE5XMeCuGvlfRe75lTRrgXaG6XIWJlFpIDTlkoJsU8w==" }, "@pkgr/utils": { "version": "2.3.1", diff --git a/package.json b/package.json index 38bf102f6..685b24c7e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/webhooks-types": "^7.0.3", + "@octokit/webhooks-types": "^7.1.0", "axios": "^1.4.0", "axios-retry": "^3.5.0", "ci": "^2.2.0",