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",