From b04227341b398500973a967018644fc85a3db590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:33:47 +0000 Subject: [PATCH] Bump @octokit/webhooks from 10.2.0 to 10.3.0 Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](https://github.com/octokit/webhooks.js/compare/v10.2.0...v10.3.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 64c9011..2803836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "1.9.1", "@actions/github": "5.0.3", "@octokit/plugin-throttling": "^4.2.0", - "@octokit/webhooks": "10.2.0", + "@octokit/webhooks": "10.3.0", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^14.0.1", "@types/jest": "^27.4.1", @@ -1271,14 +1271,14 @@ } }, "node_modules/@octokit/webhooks": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.2.0.tgz", - "integrity": "sha512-TeSodC8MuR4DywpMlOvNLyTv0vs0pF2ivAKlHK+Zofz51/Qwfz466TIXDDk/gLlRzoGy+lAvaOTYNCjwhihkCA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.3.0.tgz", + "integrity": "sha512-6k4dNsTjNhoJNJ56RKkWCMXEj32Cgvy4hIsV3fhK60hKbEfI1/rkx7tF87Gqtf1Xg5UVQfFmYygaBPGQCr0TmQ==", "dev": true, "dependencies": { "@octokit/request-error": "^3.0.0", "@octokit/webhooks-methods": "^3.0.0", - "@octokit/webhooks-types": "6.4.0", + "@octokit/webhooks-types": "6.5.0", "aggregate-error": "^3.1.0" }, "engines": { @@ -1295,9 +1295,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.4.0.tgz", - "integrity": "sha512-epkcGuajnLfavJoa1oGby158Ki3vZrs3DYK9Yi1X+stM3KcEwOuaXRsONIRw6fGdtgYlkZ01IWcl5NKJb7+jmg==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.5.0.tgz", + "integrity": "sha512-SNx1YKBvi9IQvXo/SQ0p+9OKO2HMdzpCWcKsYxpGW1tlkE9TojYiGnFfxcXddyrsK4mC1UiyXY8+NYjWjtkVmA==", "dev": true }, "node_modules/@octokit/webhooks/node_modules/@octokit/openapi-types": { @@ -6010,14 +6010,14 @@ } }, "@octokit/webhooks": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.2.0.tgz", - "integrity": "sha512-TeSodC8MuR4DywpMlOvNLyTv0vs0pF2ivAKlHK+Zofz51/Qwfz466TIXDDk/gLlRzoGy+lAvaOTYNCjwhihkCA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-10.3.0.tgz", + "integrity": "sha512-6k4dNsTjNhoJNJ56RKkWCMXEj32Cgvy4hIsV3fhK60hKbEfI1/rkx7tF87Gqtf1Xg5UVQfFmYygaBPGQCr0TmQ==", "dev": true, "requires": { "@octokit/request-error": "^3.0.0", "@octokit/webhooks-methods": "^3.0.0", - "@octokit/webhooks-types": "6.4.0", + "@octokit/webhooks-types": "6.5.0", "aggregate-error": "^3.1.0" }, "dependencies": { @@ -6056,9 +6056,9 @@ "dev": true }, "@octokit/webhooks-types": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.4.0.tgz", - "integrity": "sha512-epkcGuajnLfavJoa1oGby158Ki3vZrs3DYK9Yi1X+stM3KcEwOuaXRsONIRw6fGdtgYlkZ01IWcl5NKJb7+jmg==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.5.0.tgz", + "integrity": "sha512-SNx1YKBvi9IQvXo/SQ0p+9OKO2HMdzpCWcKsYxpGW1tlkE9TojYiGnFfxcXddyrsK4mC1UiyXY8+NYjWjtkVmA==", "dev": true }, "@rollup/plugin-commonjs": { diff --git a/package.json b/package.json index 2c577a7..b7ca1f8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/core": "1.9.1", "@actions/github": "5.0.3", "@octokit/plugin-throttling": "^4.2.0", - "@octokit/webhooks": "10.2.0", + "@octokit/webhooks": "10.3.0", "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^14.0.1", "@types/jest": "^27.4.1",