diff --git a/package-lock.json b/package-lock.json index d29088d..6ceeec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -608,25 +608,25 @@ } }, "@octokit/plugin-throttling": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-4.0.1.tgz", - "integrity": "sha512-CWAM7+3XkkmzwAd4FrI4+ogOd5oAmMJER8/6AYDTb4ErGuvSdSSGeI5jFw6quNj7qNV7TvSWLTnNgRjSdBEE2A==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-4.1.0.tgz", + "integrity": "sha512-HZAf9aeH552jpMELlSTRhYMHGRlUe5gqm8jWB1mz+w8+O/WBlBmn55WpQyDmaDnb3YyfV4fmbjz5+dEACKznuQ==", "requires": { "@octokit/types": "^6.0.1", "bottleneck": "^2.15.3" }, "dependencies": { "@octokit/openapi-types": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.8.0.tgz", - "integrity": "sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg==" + "version": "12.10.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.10.0.tgz", + "integrity": "sha512-xsgA7LKuQ/2QReMZQXNlBP68ferPlqw66Jmx5/J399Cn5EgIDaHXou6Rgn1GkpDNjkPji67fTlC2rz6ABaVFKw==" }, "@octokit/types": { - "version": "6.39.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.39.0.tgz", - "integrity": "sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ==", + "version": "6.40.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.40.0.tgz", + "integrity": "sha512-MFZOU5r8SwgJWDMhrLUSvyJPtVsqA6VnbVI3TNbsmw+Jnvrktzvq2fYES/6RiJA/5Ykdwq4mJmtlYUfW7CGjmw==", "requires": { - "@octokit/openapi-types": "^12.7.0" + "@octokit/openapi-types": "^12.10.0" } } } diff --git a/package.json b/package.json index 594720e..678ef5f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@octokit/core": "^4.0.4", "@octokit/plugin-paginate-rest": "^3.0.0", "@octokit/plugin-retry": "^3.0.9", - "@octokit/plugin-throttling": "^4.0.1" + "@octokit/plugin-throttling": "^4.1.0" }, "devDependencies": { "@semantic-release/git": "^10.0.1",