diff --git a/package-lock.json b/package-lock.json index 2887385c..78c2888f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/openapi-webhooks-types": "8.4.0", + "@octokit/openapi-webhooks-types": "8.5.1", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0" }, "devDependencies": { - "@octokit/openapi-webhooks": "8.4.0", + "@octokit/openapi-webhooks": "8.5.1", "@octokit/tsconfig": "^4.0.0", "@types/node": "^22.0.0", "@vitest/coverage-v8": "^2.0.2", @@ -660,16 +660,16 @@ "license": "MIT" }, "node_modules/@octokit/openapi-webhooks": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks/-/openapi-webhooks-8.4.0.tgz", - "integrity": "sha512-xZ5SAs7zIW148xm5macWwKmx1iPoElf+loob1opdw+gwRsMYmH6qzjPFanck+x/wUs/OLgkF+Rj66ezf+mYyQQ==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks/-/openapi-webhooks-8.5.1.tgz", + "integrity": "sha512-VxeyTwMyaCpU7Y1pNGfC+escBKogED43dVMrvbtPYrhFjTWaI2677AgPEHBO5/CWB9fCUABwUrYojg5gadvYEw==", "dev": true, "license": "MIT" }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.4.0.tgz", - "integrity": "sha512-ooxDnkRsFp07L+k+Giv+Qrmtjy+CnhCwtCDAMyB/hIwB1kIlO32HD1WNDnniezwUt5Rr8bwoPT+Or7PSYHQoOQ==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.5.1.tgz", + "integrity": "sha512-i3h1b5zpGSB39ffBbYdSGuAd0NhBAwPyA3QV3LYi/lx4lsbZiu7u2UHgXVUR6EpvOI8REOuVh1DZTRfHoJDvuQ==", "license": "MIT" }, "node_modules/@octokit/request-error": { diff --git a/package.json b/package.json index d718de79..307f530f 100644 --- a/package.json +++ b/package.json @@ -44,12 +44,12 @@ ] }, "dependencies": { - "@octokit/openapi-webhooks-types": "8.4.0", + "@octokit/openapi-webhooks-types": "8.5.1", "@octokit/request-error": "^6.0.1", "@octokit/webhooks-methods": "^5.0.0" }, "devDependencies": { - "@octokit/openapi-webhooks": "8.4.0", + "@octokit/openapi-webhooks": "8.5.1", "@octokit/tsconfig": "^4.0.0", "@types/node": "^22.0.0", "@vitest/coverage-v8": "^2.0.2",