From db3c5caf321f7ec456ce742953efb5b33d15e41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:27:20 +0000 Subject: [PATCH] chore(deps): bump @octokit/webhooks from 13.2.2 to 13.2.7 (#120) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3af5524..f7a0c76 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.2.2", + "@octokit/webhooks": "^13.2.7", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@vercel/ncc": "^0.38.1", @@ -1314,9 +1314,9 @@ "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" }, "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.2.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.2.1.tgz", + "integrity": "sha512-msAU1oTSm0ZmvAE0xDemuF4tVs5i0xNnNGtNmr4EuATi+1Rn8cZDetj6NXioSf5LwnxEc209COa/WOSbjuhLUA==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.2.1", @@ -1382,11 +1382,11 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.7.tgz", + "integrity": "sha512-sPHCyi9uZuCs1gg0yF53FFocM+GsiiBEhQQV/itGzzQ8gjyv2GMJ1YvgdDY4lC0ePZeiV3juEw4GbS6w1VHhRw==", "dependencies": { - "@octokit/openapi-webhooks-types": "8.0.0", + "@octokit/openapi-webhooks-types": "8.2.1", "@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 42c65a3..9f2abe1 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/webhooks": "^13.2.2", + "@octokit/webhooks": "^13.2.7", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@vercel/ncc": "^0.38.1",