diff --git a/package-lock.json b/package-lock.json index 60745873..2c84382f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@mui/material": "^6.0.1", "@octokit/auth-app": "^7.1.4", "@octokit/core": "^6.1.3", - "@octokit/webhooks": "~13.4.3", + "@octokit/webhooks": "~13.6.0", "core-js": "^3.39.0", "encoding": "^0.1.13", "figma-squircle": "^1.1.0", @@ -2446,26 +2446,6 @@ "node": ">= 18" } }, - "node_modules/@octokit/app/node_modules/@octokit/openapi-webhooks-types": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-9.1.0.tgz", - "integrity": "sha512-bO1D2jLdU8qEvqmbWjNxJzDYSFT4wesiYKIKP6f4LaM0XUGtn/0LBv/20hu9YqcnpdX38X5o/xANTMtIAqdwYw==", - "license": "MIT" - }, - "node_modules/@octokit/app/node_modules/@octokit/webhooks": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.6.0.tgz", - "integrity": "sha512-qoYP1g6ZP01m8LtKjC+NLuAqRbiVzS5VmnwoEYlrQr6TaLRtb5yAMxWCq5/AqfrUF2Wx6ZQ9IJ4mAFytEn7J9A==", - "license": "MIT", - "dependencies": { - "@octokit/openapi-webhooks-types": "9.1.0", - "@octokit/request-error": "^6.1.6", - "@octokit/webhooks-methods": "^5.1.1" - }, - "engines": { - "node": ">= 18" - } - }, "node_modules/@octokit/auth-app": { "version": "7.1.4", "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.1.4.tgz", @@ -2638,9 +2618,10 @@ "integrity": "sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==" }, "node_modules/@octokit/openapi-webhooks-types": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-8.5.1.tgz", - "integrity": "sha512-i3h1b5zpGSB39ffBbYdSGuAd0NhBAwPyA3QV3LYi/lx4lsbZiu7u2UHgXVUR6EpvOI8REOuVh1DZTRfHoJDvuQ==" + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-webhooks-types/-/openapi-webhooks-types-9.1.0.tgz", + "integrity": "sha512-bO1D2jLdU8qEvqmbWjNxJzDYSFT4wesiYKIKP6f4LaM0XUGtn/0LBv/20hu9YqcnpdX38X5o/xANTMtIAqdwYw==", + "license": "MIT" }, "node_modules/@octokit/plugin-paginate-graphql": { "version": "5.2.4", @@ -2748,13 +2729,14 @@ } }, "node_modules/@octokit/webhooks": { - "version": "13.4.3", - "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.4.3.tgz", - "integrity": "sha512-Brjp2TJiTvLV8unrGWC46QgsnH641fTvH32Vp88L6Y5GkMcKMp+YLdRz/EP722GxKM0S4vbeNqAc6QeEUr8oWA==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-13.6.0.tgz", + "integrity": "sha512-qoYP1g6ZP01m8LtKjC+NLuAqRbiVzS5VmnwoEYlrQr6TaLRtb5yAMxWCq5/AqfrUF2Wx6ZQ9IJ4mAFytEn7J9A==", + "license": "MIT", "dependencies": { - "@octokit/openapi-webhooks-types": "8.5.1", + "@octokit/openapi-webhooks-types": "9.1.0", "@octokit/request-error": "^6.1.6", - "@octokit/webhooks-methods": "^5.0.0" + "@octokit/webhooks-methods": "^5.1.1" }, "engines": { "node": ">= 18" diff --git a/package.json b/package.json index 32696e96..03006f66 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@mui/material": "^6.0.1", "@octokit/auth-app": "^7.1.4", "@octokit/core": "^6.1.3", - "@octokit/webhooks": "~13.4.3", + "@octokit/webhooks": "~13.6.0", "core-js": "^3.39.0", "encoding": "^0.1.13", "figma-squircle": "^1.1.0",