From ca9079c461bf3012ee6c938f44aa87e6bbb1e137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:54:38 +0000 Subject: [PATCH] chore: bump @humanwhocodes/retry from 0.3.0 to 0.3.1 Bumps [@humanwhocodes/retry](https://github.com/humanwhocodes/retry) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/humanwhocodes/retry/releases) - [Changelog](https://github.com/humanwhocodes/retry/blob/main/CHANGELOG.md) - [Commits](https://github.com/humanwhocodes/retry/compare/retry-v0.3.0...retry-v0.3.1) --- updated-dependencies: - dependency-name: "@humanwhocodes/retry" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ffd44e..9392b5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -823,9 +823,10 @@ } }, "node_modules/@humanwhocodes/retry": { - "version": "0.3.0", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=18.18" },