From f67c4e3d7bc50c66a0a9097db1d273d3b0a43c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:56:33 +0000 Subject: [PATCH] feat(deps): Update Major updates --- .github/workflows/publish.yaml | 2 +- effect/cuid.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d650575..f1fc133 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: denoland/setup-deno@v2 with: diff --git a/effect/cuid.ts b/effect/cuid.ts index 4e19f03..f622c7f 100644 --- a/effect/cuid.ts +++ b/effect/cuid.ts @@ -5,7 +5,7 @@ * */ import { sha3_512 } from "npm:@noble/hashes@2.0.1/sha3.js"; -import BigNumber from "npm:bignumber.js@9.3.1"; +import BigNumber from "npm:bignumber.js@10.0.2"; import { Array, Context, Effect, Layer, Schema } from "npm:effect@3.17.14"; import SR from "npm:seedrandom@3.0.5"; import BaseX from "npm:base-x@5.0.1";