From bf3f707d77bcef266a87248e8600adec6f44a64c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 14:02:36 +0000 Subject: [PATCH] chore(deps): bump @octokit/webhooks from 13.1.0 to 13.1.1 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 13.1.0 to 13.1.1. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v13.1.0...v13.1.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-patch ... 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 b169364..7f1ed5c 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.1.1", "@types/jest": "^29.5.12", "@types/node": "^20.11.28", "@vercel/ncc": "^0.38.1", @@ -1314,9 +1314,9 @@ "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" }, "node_modules/@octokit/openapi-webhooks-types": { - "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==" + "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==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.2.1", @@ -1382,11 +1382,11 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.1.0.tgz", - "integrity": "sha512-llwszRY8nImC00YYU9m182CE3slNBWyVJy8LkSoonuQxXapOZizj44ScaA3VzZt5nrMKBj8ntCi20gv4ZcZ6Og==", + "version": "13.1.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.1.1.tgz", + "integrity": "sha512-CfM4WaW6JMwG5elZjb85clgCSr/iSv1MBARFA5qHt0Afx+2C4MynMIzgAIbWFDG1diVSBAk1wKJxHjKrwi2ZmQ==", "dependencies": { - "@octokit/openapi-webhooks-types": "6.1.0", + "@octokit/openapi-webhooks-types": "6.2.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 b4bad7c..35cd830 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.1.0", + "@octokit/webhooks": "^13.1.1", "@types/jest": "^29.5.12", "@types/node": "^20.11.28", "@vercel/ncc": "^0.38.1",