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