From fa3f1a897bf67055d919b245f131c27575fe85cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:53:27 +0000 Subject: [PATCH] Bump @octokit/webhooks-types in the prod-dependencies group Bumps the prod-dependencies group with 1 update: [@octokit/webhooks-types](https://github.com/octokit/webhooks). Updates `@octokit/webhooks-types` from 7.5.0 to 7.5.1 - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v7.5.0...v7.5.1) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... 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 6005b586e..957c6b83a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", "@actions/http-client": "^2.2.1", - "@octokit/webhooks-types": "^7.5.0", + "@octokit/webhooks-types": "^7.5.1", "commander": "^11.1.0", "dockerode": "^4.0.2", "node-forge": "^1.3.1", @@ -1522,9 +1522,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.5.0.tgz", - "integrity": "sha512-oFypF1oD0z1x4qi+Ff4ienJ/iZ3GBXoht+0B+x8gMIWiNhRJZADYO+2KOh03ZGOX8WF6iJELZWw+giHieBO7rg==" + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.5.1.tgz", + "integrity": "sha512-1dozxWEP8lKGbtEu7HkRbK1F/nIPuJXNfT0gd96y6d3LcHZTtRtlf8xz3nicSJfesADxJyDh+mWBOsdLkqgzYw==" }, "node_modules/@pkgr/core": { "version": "0.1.0", @@ -10378,9 +10378,9 @@ } }, "@octokit/webhooks-types": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.5.0.tgz", - "integrity": "sha512-oFypF1oD0z1x4qi+Ff4ienJ/iZ3GBXoht+0B+x8gMIWiNhRJZADYO+2KOh03ZGOX8WF6iJELZWw+giHieBO7rg==" + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.5.1.tgz", + "integrity": "sha512-1dozxWEP8lKGbtEu7HkRbK1F/nIPuJXNfT0gd96y6d3LcHZTtRtlf8xz3nicSJfesADxJyDh+mWBOsdLkqgzYw==" }, "@pkgr/core": { "version": "0.1.0", diff --git a/package.json b/package.json index 94f52127a..0c26ef964 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", "@actions/http-client": "^2.2.1", - "@octokit/webhooks-types": "^7.5.0", + "@octokit/webhooks-types": "^7.5.1", "commander": "^11.1.0", "dockerode": "^4.0.2", "node-forge": "^1.3.1",