diff --git a/package-lock.json b/package-lock.json index 6d64dd1..22b5a92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@actions/github": "^6.0.0", "@octokit/core": "^5.0.1", "@octokit/plugin-request-log": "^4.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.1.2" + "@octokit/plugin-rest-endpoint-methods": "^10.1.4" }, "devDependencies": { "@types/node": "^20.8.9", @@ -349,11 +349,11 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.2.tgz", - "integrity": "sha512-JztgZ82CY4JNlPTuF0jh4iWuuGpEi5czFCoXyAbMg4F2XyFBbG5DWAKfa3odRvdZww6Df1tQgBKnqpd9X0WF9g==", + "version": "10.1.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.4.tgz", + "integrity": "sha512-e8dSb9ypW1Q2I+qkOPzs3A9f4/EGpSZSI45wWBfXiqcvpoxSywVcZajZRhFwAutKI+/NNoeKxsxMwCx73oQyWw==", "dependencies": { - "@octokit/types": "^12.1.1" + "@octokit/types": "^12.3.0" }, "engines": { "node": ">= 18" @@ -404,9 +404,9 @@ } }, "node_modules/@octokit/types": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.1.1.tgz", - "integrity": "sha512-qnJTldJ1NyGT5MTsCg/Zi+y2IFHZ1Jo5+njNCjJ9FcainV7LjuHgmB697kA0g4MjZeDAJsM3B45iqCVsCLVFZg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.3.0.tgz", + "integrity": "sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==", "dependencies": { "@octokit/openapi-types": "^19.0.2" } @@ -4067,11 +4067,11 @@ "requires": {} }, "@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.2.tgz", - "integrity": "sha512-JztgZ82CY4JNlPTuF0jh4iWuuGpEi5czFCoXyAbMg4F2XyFBbG5DWAKfa3odRvdZww6Df1tQgBKnqpd9X0WF9g==", + "version": "10.1.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.4.tgz", + "integrity": "sha512-e8dSb9ypW1Q2I+qkOPzs3A9f4/EGpSZSI45wWBfXiqcvpoxSywVcZajZRhFwAutKI+/NNoeKxsxMwCx73oQyWw==", "requires": { - "@octokit/types": "^12.1.1" + "@octokit/types": "^12.3.0" } }, "@octokit/request": { @@ -4112,9 +4112,9 @@ } }, "@octokit/types": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.1.1.tgz", - "integrity": "sha512-qnJTldJ1NyGT5MTsCg/Zi+y2IFHZ1Jo5+njNCjJ9FcainV7LjuHgmB697kA0g4MjZeDAJsM3B45iqCVsCLVFZg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.3.0.tgz", + "integrity": "sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==", "requires": { "@octokit/openapi-types": "^19.0.2" } diff --git a/package.json b/package.json index 91af76c..e68b642 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@actions/github": "^6.0.0", "@octokit/core": "^5.0.1", "@octokit/plugin-request-log": "^4.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.1.2" + "@octokit/plugin-rest-endpoint-methods": "^10.1.4" }, "devDependencies": { "@types/node": "^20.8.9",