From a7600eb5f3e0481536a2570596cff2032bfc34bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:48:41 +0000 Subject: [PATCH] build(deps-dev): bump unique-random-array from 2.0.0 to 3.0.0 Bumps [unique-random-array](https://github.com/sindresorhus/unique-random-array) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/sindresorhus/unique-random-array/releases) - [Commits](https://github.com/sindresorhus/unique-random-array/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: unique-random-array dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f761a8..8c2be18 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "standard-markdown": "latest", "standard-version": "latest", "top-user-agents": "latest", - "unique-random-array": "2" + "unique-random-array": "3" }, "engines": { "node": ">= 18"