From 0265ff15749956e4928285666ac1719c85d8faed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:59:02 +0000 Subject: [PATCH] chore(deps): bump @octokit/webhooks from 13.1.1 to 13.2.2 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 13.1.1 to 13.2.2. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v13.1.1...v13.2.2) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 c1b730f..7e23ae1 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.1.0", + "@octokit/webhooks": "^13.2.2", "@types/jest": "^29.5.12", "@types/node": "^20.12.2", "@vercel/ncc": "^0.38.1", @@ -1314,9 +1314,9 @@ "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-6.2.0.tgz", - "integrity": "sha512-hsjJ08udv1BKkXSq9nyZNnUWoClaPhGVWmP/GieJQ1r8MNc7YdRbw0PzSlAwoY3olk6WsU+VHVvNKuf++P1kQQ==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.0.0.tgz", + "integrity": "sha512-5ms2KAKemeo4JATXYY6pT0gVEFQFPZ3dEIfsHoS7/oly3tQXwl6AD0GWy3Y3TAakT69mqsjPaPErRO0KmMV1hA==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.2.1", @@ -1382,11 +1382,11 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.1.1.tgz", - "integrity": "sha512-CfM4WaW6JMwG5elZjb85clgCSr/iSv1MBARFA5qHt0Afx+2C4MynMIzgAIbWFDG1diVSBAk1wKJxHjKrwi2ZmQ==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.2.2.tgz", + "integrity": "sha512-2ZqUHvAKxq5sljcqGSMZZ4l3fwo283X2nPiWKpHyu6BUk5NpIh9aGBBxb3hy9Nk/cWoooitOt+InBxLviKBdfA==", "dependencies": { - "@octokit/openapi-webhooks-types": "6.2.0", + "@octokit/openapi-webhooks-types": "8.0.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 2b948cb..e765487 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.1.0", + "@octokit/webhooks": "^13.2.2", "@types/jest": "^29.5.12", "@types/node": "^20.12.2", "@vercel/ncc": "^0.38.1",