From cb6604d99bf164349795ac52af862761e2fd8907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:00:41 +0000 Subject: [PATCH] Bump @octokit/webhooks-types from 7.2.0 to 7.3.1 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 7.2.0 to 7.3.1. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v7.2.0...v7.3.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:production update-type: version-update:semver-minor ... 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 04066cc..7173496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", - "@octokit/webhooks-types": "^7.2.0", + "@octokit/webhooks-types": "^7.3.1", "axios": "^1.5.0", "axios-retry": "^3.7.0", "commander": "^11.0.0", @@ -1388,9 +1388,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.2.0.tgz", - "integrity": "sha512-TX6347q0TJbKZD5M1wiMFUrq8T/GP6PkcnssLfw/fZ+//jkW8uRvOl63bNlhPGt82sml9Dy5nSPP0GIHW9XBTQ==" + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", + "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==" }, "node_modules/@pkgr/utils": { "version": "2.3.1", @@ -10700,9 +10700,9 @@ } }, "@octokit/webhooks-types": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.2.0.tgz", - "integrity": "sha512-TX6347q0TJbKZD5M1wiMFUrq8T/GP6PkcnssLfw/fZ+//jkW8uRvOl63bNlhPGt82sml9Dy5nSPP0GIHW9XBTQ==" + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.3.1.tgz", + "integrity": "sha512-u6355ZsZnHwmxen30SrqnYb1pXieBFkYgkNzt+Ed4Ao5tupN1OErHfzwiV6hq6duGkDAYASbq7/uVJQ69PjLEg==" }, "@pkgr/utils": { "version": "2.3.1", diff --git a/package.json b/package.json index 2d4515b..0f213ad 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", - "@octokit/webhooks-types": "^7.2.0", + "@octokit/webhooks-types": "^7.3.1", "axios": "^1.5.0", "axios-retry": "^3.7.0", "commander": "^11.0.0",