diff --git a/package-lock.json b/package-lock.json index 068568a..0406469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^7.1.1", - "@octokit/plugin-throttling": "^9.3.0", + "@octokit/plugin-throttling": "^9.3.1", "glob": "^10.4.2", "mime": "^3.0.0" }, @@ -1345,9 +1345,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.0.tgz", - "integrity": "sha512-B5YTToSRTzNSeEyssnrT7WwGhpIdbpV9NKIs3KyTWHX6PhpYn7gqF/+lL3BvsASBM3Sg5BAUYk7KZx5p/Ec77w==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.1.tgz", + "integrity": "sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==", "dependencies": { "@octokit/types": "^13.0.0", "bottleneck": "^2.15.3" diff --git a/package.json b/package.json index 5a29fd2..f1ff774 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^7.1.1", - "@octokit/plugin-throttling": "^9.3.0", + "@octokit/plugin-throttling": "^9.3.1", "glob": "^10.4.2", "mime": "^3.0.0" },