From 1e72a96faa1b6d46b53221437d30f4a77be805a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 17:56:27 +0000 Subject: [PATCH] Bump @octokit/webhooks from 11.0.0 to 11.1.0 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v11.0.0...v11.1.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc2bc3e..0835758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@jest/globals": "^29.5.0", - "@octokit/webhooks": "^11.0.0", + "@octokit/webhooks": "^11.1.0", "@types/bytes": "^3.1.1", "@types/mime": "^3.0.1", "@types/nock": "^11.1.0", @@ -1367,14 +1367,14 @@ "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==" }, "node_modules/@octokit/webhooks": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-11.0.0.tgz", - "integrity": "sha512-+cn1O4+ItqXwc9Yo0DVfcfxPgeIRjV2AGDOkG6fwNRwXHw2IIUE/HEaNaHLUTiVCvXbL/pv6swqd+bM/Eylu5Q==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-11.1.0.tgz", + "integrity": "sha512-Yw/e8Ja1Ewc+fxfa80OfeEea+Q/WLOh3rB1XqCfExi/+NuD5Z4IqpGCD1t1qR94wl7BdmPtJxA2PbtBJSxL0Yw==", "dev": true, "dependencies": { "@octokit/request-error": "^3.0.0", "@octokit/webhooks-methods": "^3.0.0", - "@octokit/webhooks-types": "6.11.0", + "@octokit/webhooks-types": "7.0.2", "aggregate-error": "^3.1.0" }, "engines": { @@ -1391,9 +1391,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.2.tgz", + "integrity": "sha512-lmxpnApoRaj8AEtHXp6Dso4IMHTL+YOphjCYYbu2G6BbXiqaO6tPQF5tO14ItpLkiwbgBiTj2m4xWGRkjAcT2A==", "dev": true }, "node_modules/@octokit/webhooks/node_modules/@octokit/request-error": { @@ -8003,14 +8003,14 @@ } }, "@octokit/webhooks": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-11.0.0.tgz", - "integrity": "sha512-+cn1O4+ItqXwc9Yo0DVfcfxPgeIRjV2AGDOkG6fwNRwXHw2IIUE/HEaNaHLUTiVCvXbL/pv6swqd+bM/Eylu5Q==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-11.1.0.tgz", + "integrity": "sha512-Yw/e8Ja1Ewc+fxfa80OfeEea+Q/WLOh3rB1XqCfExi/+NuD5Z4IqpGCD1t1qR94wl7BdmPtJxA2PbtBJSxL0Yw==", "dev": true, "requires": { "@octokit/request-error": "^3.0.0", "@octokit/webhooks-methods": "^3.0.0", - "@octokit/webhooks-types": "6.11.0", + "@octokit/webhooks-types": "7.0.2", "aggregate-error": "^3.1.0" }, "dependencies": { @@ -8043,9 +8043,9 @@ "dev": true }, "@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.2.tgz", + "integrity": "sha512-lmxpnApoRaj8AEtHXp6Dso4IMHTL+YOphjCYYbu2G6BbXiqaO6tPQF5tO14ItpLkiwbgBiTj2m4xWGRkjAcT2A==", "dev": true }, "@pkgr/utils": { diff --git a/package.json b/package.json index 2938e5a..3cdcc1b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@jest/globals": "^29.5.0", - "@octokit/webhooks": "^11.0.0", + "@octokit/webhooks": "^11.1.0", "@types/bytes": "^3.1.1", "@types/mime": "^3.0.1", "@types/nock": "^11.1.0",