diff --git a/package-lock.json b/package-lock.json index 55d2420..0e3d269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "minimatch": "^9.0.3" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^10.1.3", + "@octokit/plugin-rest-endpoint-methods": "^10.1.4", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2", @@ -1008,11 +1008,11 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.3", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.3.tgz", - "integrity": "sha512-rB6MPuu/TLkDpn9SONbOeD/Q8u3nX/c39KudIrxAuEclepIIFh61534Un0GVCJRSYoIss1r/yAs6b0xUF2/9ew==", + "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.2.0" + "@octokit/types": "^12.3.0" }, "engines": { "node": ">= 18" @@ -1050,9 +1050,9 @@ } }, "node_modules/@octokit/types": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.2.0.tgz", - "integrity": "sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==", + "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" } @@ -5170,11 +5170,11 @@ } }, "@octokit/plugin-rest-endpoint-methods": { - "version": "10.1.3", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.3.tgz", - "integrity": "sha512-rB6MPuu/TLkDpn9SONbOeD/Q8u3nX/c39KudIrxAuEclepIIFh61534Un0GVCJRSYoIss1r/yAs6b0xUF2/9ew==", + "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.2.0" + "@octokit/types": "^12.3.0" } }, "@octokit/request": { @@ -5200,9 +5200,9 @@ } }, "@octokit/types": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.2.0.tgz", - "integrity": "sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg==", + "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 b26ae35..2380fea 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "minimatch": "^9.0.3" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^10.1.3", + "@octokit/plugin-rest-endpoint-methods": "^10.1.4", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2",