From 077562066ab5b825b5ac129ac3643a6960268afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 04:55:15 +0000 Subject: [PATCH] Bump axios-rate-limit from 1.6.3 to 1.8.0 Bumps [axios-rate-limit](https://github.com/aishek/axios-rate-limit) from 1.6.3 to 1.8.0. - [Release notes](https://github.com/aishek/axios-rate-limit/releases) - [Changelog](https://github.com/aishek/axios-rate-limit/blob/master/CHANGELOG.md) - [Commits](https://github.com/aishek/axios-rate-limit/compare/1.6.3...1.8.0) --- updated-dependencies: - dependency-name: axios-rate-limit dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6653986..9a6b796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2580,9 +2580,9 @@ } }, "node_modules/axios-rate-limit": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/axios-rate-limit/-/axios-rate-limit-1.6.3.tgz", - "integrity": "sha512-e+d1tdayPCwnUEFydg3i2v4zdVDf8VGuaDzrS7sCFQzj3LcipMGvOami5XJontuUyp+KiAdVHW9/21Ti1Ho7MA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/axios-rate-limit/-/axios-rate-limit-1.8.0.tgz", + "integrity": "sha512-LBkRXwPpdhS8OrjYF+4q9wFxqZZPKiC+lj7heGJykaFyTx6uiw4LJXrzr4Y1YaoBcnmQJIexXbHe2j38uHkr3A==", "license": "MIT", "dependencies": { "axios": ">=0.18.0"