From a73bd7a10582511afe7060bfcc711d87b667bd08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:05:15 +0000 Subject: [PATCH] sandbox-npm(deps-dev): bump @humanwhocodes/retry in /sandbox Bumps [@humanwhocodes/retry](https://github.com/humanwhocodes/retry) from 0.4.2 to 0.4.3. - [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.4.2...retry-v0.4.3) --- updated-dependencies: - dependency-name: "@humanwhocodes/retry" dependency-version: 0.4.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sandbox/package-lock.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 7325698bf..721f69bfd 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -500,11 +500,10 @@ } }, "node_modules/@humanwhocodes/retry": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz", - "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=18.18" }, @@ -1788,9 +1787,9 @@ "dev": true }, "@humanwhocodes/retry": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz", - "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz", + "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==", "dev": true }, "@types/estree": {