From 95c99bce9f5a5b4a211e040e4ea0d640888ef6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:04:02 +0000 Subject: [PATCH] Bump tinyqueue from 2.0.3 to 3.0.0 Bumps [tinyqueue](https://github.com/mourner/tinyqueue) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/mourner/tinyqueue/releases) - [Commits](https://github.com/mourner/tinyqueue/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: tinyqueue dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ae3971b..946146c1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-split-pane": "^0.1.92", "react-table": "^6.11.5", "redux": "^4.2.1", - "tinyqueue": "^2.0.3", + "tinyqueue": "^3.0.0", "typescript": "*", "uuid": "^9.0.1" }, diff --git a/yarn.lock b/yarn.lock index 743689c9..00d58b00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15936,10 +15936,10 @@ tiny-invariant@^1.3.3: resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127" integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg== -tinyqueue@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08" - integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA== +tinyqueue@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-3.0.0.tgz#101ea761ccc81f979e29200929e78f1556e3661e" + integrity sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g== tinyrainbow@^1.2.0: version "1.2.0"