From fad8076fb1a0e4adaf93a2a22296d05c65515eb6 Mon Sep 17 00:00:00 2001 From: Milan Trnkal <68910786+RampouchCZ@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:24:41 +0100 Subject: [PATCH] lock version of @paralleldrive/cuid2 to 2.2.2 due to @noble/hashes new engine requirements --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 256d3550..cc93fb22 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "test": "pnpm run audit && node --test ./test-node/**/*.test.js && pnpm run test-jest:ci" }, "dependencies": { - "@paralleldrive/cuid2": "^2.2.2", + "@paralleldrive/cuid2": "2.2.2", "dezalgo": "^1.0.4", "once": "^1.4.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77fc7fbe..2e33f4d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,7 +9,7 @@ importers: .: dependencies: '@paralleldrive/cuid2': - specifier: ^2.2.2 + specifier: 2.2.2 version: 2.2.2 dezalgo: specifier: ^1.0.4