diff --git a/package-lock.json b/package-lock.json index 8deda12..4474928 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "minimatch": "^9.0.5" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^13.2.1", + "@octokit/plugin-rest-endpoint-methods": "^13.2.4", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2", @@ -1164,9 +1164,9 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.1.tgz", - "integrity": "sha512-YMWBw6Exh1ZBs5cCE0AnzYxSQDIJS00VlBqISTgNYmu5MBdeM07K/MAJjy/VkNaH5jpJmD/5HFUvIZ+LDB5jSQ==", + "version": "13.2.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.4.tgz", + "integrity": "sha512-gusyAVgTrPiuXOdfqOySMDztQHv6928PQ3E4dqVGEtOvRXAKRbJR4b1zQyniIT9waqaWk/UDaoJ2dyPr7Bk7Iw==", "dev": true, "dependencies": { "@octokit/types": "^13.5.0" @@ -5478,9 +5478,9 @@ } }, "@octokit/plugin-rest-endpoint-methods": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.1.tgz", - "integrity": "sha512-YMWBw6Exh1ZBs5cCE0AnzYxSQDIJS00VlBqISTgNYmu5MBdeM07K/MAJjy/VkNaH5jpJmD/5HFUvIZ+LDB5jSQ==", + "version": "13.2.4", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.4.tgz", + "integrity": "sha512-gusyAVgTrPiuXOdfqOySMDztQHv6928PQ3E4dqVGEtOvRXAKRbJR4b1zQyniIT9waqaWk/UDaoJ2dyPr7Bk7Iw==", "dev": true, "requires": { "@octokit/types": "^13.5.0" diff --git a/package.json b/package.json index e8995c7..457dfbd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "minimatch": "^9.0.5" }, "devDependencies": { - "@octokit/plugin-rest-endpoint-methods": "^13.2.1", + "@octokit/plugin-rest-endpoint-methods": "^13.2.4", "@types/jest": "^27.5.0", "@types/js-yaml": "^4.0.9", "@types/minimatch": "^5.1.2",