diff --git a/package-lock.json b/package-lock.json index 74c2d3f..20422a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/webhooks": "^13.0.1", + "@octokit/webhooks": "^13.1.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "@vercel/ncc": "^0.38.1", @@ -1258,9 +1258,9 @@ "integrity": "sha512-8li32fUDUeml/ACRp/njCWTsk5t17cfTM1jp9n08pBrqs5cDFJubtjsSnuz56r5Tad6jdEPJld7LxNp9dNcyjQ==" }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-6.0.1.tgz", - "integrity": "sha512-vDO4ylcm4g0ANTJBZoEODs06vjsw2JlIhvWdC+wTJmHPijzyPJLguIYmgFf9ExQtxnH6Sn1horNHgNV47nT81w==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-6.1.0.tgz", + "integrity": "sha512-IKjzXeDd+IogpwMmTi2A9Iuzx93dQWg6Unoz+uHARC7Hv0ixEXWfrUB7bmENhqwcIPBhfCTmSJ34xOMcgjbs5g==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.1.4", @@ -1326,11 +1326,11 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.0.1.tgz", - "integrity": "sha512-sso9JrJgkr8aNLicqmo02UXMM9zL9Ny/ayu7CAdV59oHMlnpE1qQtIBfT/pV7yVwCu8TTi7NS7GXUSh6P4oTIA==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.1.0.tgz", + "integrity": "sha512-llwszRY8nImC00YYU9m182CE3slNBWyVJy8LkSoonuQxXapOZizj44ScaA3VzZt5nrMKBj8ntCi20gv4ZcZ6Og==", "dependencies": { - "@octokit/openapi-webhooks-types": "6.0.1", + "@octokit/openapi-webhooks-types": "6.1.0", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0", "aggregate-error": "^5.0.0" diff --git a/package.json b/package.json index a7f3e41..6d80c34 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/webhooks": "^13.0.1", + "@octokit/webhooks": "^13.1.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "@vercel/ncc": "^0.38.1",