From cf6b2cfcafdeb8a272d58b4a41ec3d1283c76990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 17:14:55 +0000 Subject: [PATCH] Bump @octokit/webhooks-types from 4.8.0 to 5.4.0 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 4.8.0 to 5.4.0. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v4.8.0...v5.4.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42d40d1..7121bad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", - "@octokit/webhooks-types": "^4.8.0", + "@octokit/webhooks-types": "^5.4.0", "axios": "^0.23.0", "commander": "^8.2.0", "dockerode": "^3.3.1", @@ -2888,9 +2888,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-4.8.0.tgz", - "integrity": "sha512-JibKTWNMUKwmqb1dm/Si49y9fVtZ6km6CGv8vIqdI94fcGOu4Hzcue2XU72HwcFhO8056sJ7xz8nZXbH+PlPrg==" + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.4.0.tgz", + "integrity": "sha512-wqe8PCvR1R8AEaw1GaT8Q71FnJndGXWg7p9xz+ezrrQ0mm510xZ4J6cywOPemNFFzfGzhAvCh2PqZUevuVqxqQ==" }, "node_modules/@sindresorhus/is": { "version": "0.14.0", @@ -19539,9 +19539,9 @@ } }, "@octokit/webhooks-types": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-4.8.0.tgz", - "integrity": "sha512-JibKTWNMUKwmqb1dm/Si49y9fVtZ6km6CGv8vIqdI94fcGOu4Hzcue2XU72HwcFhO8056sJ7xz8nZXbH+PlPrg==" + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-5.4.0.tgz", + "integrity": "sha512-wqe8PCvR1R8AEaw1GaT8Q71FnJndGXWg7p9xz+ezrrQ0mm510xZ4J6cywOPemNFFzfGzhAvCh2PqZUevuVqxqQ==" }, "@sindresorhus/is": { "version": "0.14.0", diff --git a/package.json b/package.json index 87e8f4d..0b4b3b5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", - "@octokit/webhooks-types": "^4.8.0", + "@octokit/webhooks-types": "^5.4.0", "axios": "^0.23.0", "commander": "^8.2.0", "dockerode": "^3.3.1",