diff --git a/package-lock.json b/package-lock.json index d4eebae5b..0f09a0065 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",