From f5f38d30ad45e3581281b694031e52dbf11dfdff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:47:26 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=E2=AC=86=EF=B8=8F=20update=20depe?= =?UTF-8?q?ndency=20@haskou/value-objects=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/package.json | 2 +- example/yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 739f42f..c5fc721 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@haskou/ddd-kernel": "file:..", - "@haskou/value-objects": "^2.13.1", + "@haskou/value-objects": "^3.0.1", "class-transformer": "^0.5.1", "class-validator": "^0.15.1", "express": "5.2.1", diff --git a/example/yarn.lock b/example/yarn.lock index c21584b..e587e61 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -168,6 +168,17 @@ buffer "^6.0.3" tslib "^2.8.1" +"@haskou/value-objects@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@haskou/value-objects/-/value-objects-3.0.1.tgz#d62e30c91425f873874f14c0b9c47df643f3a666" + integrity sha512-ofPcdZeOsj1lOP+eftkrYJ7jIGGlOYzBNbGuezv6RM0D15G+GFWM4gqxB0iMS1MFR9SYCo6rkQi2hI4779Q+/w== + dependencies: + "@noble/ciphers" "^2.2.0" + "@noble/curves" "^2.2.0" + "@noble/hashes" "^2.2.0" + buffer "^6.0.3" + tslib "^2.8.1" + "@isaacs/cliui@^9.0.0": version "9.0.0" resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-9.0.0.tgz#4d0a3f127058043bf2e7ee169eaf30ed901302f3" @@ -200,7 +211,7 @@ dependencies: "@noble/hashes" "2.2.0" -"@noble/hashes@2.2.0", "@noble/hashes@^2.0.1": +"@noble/hashes@2.2.0", "@noble/hashes@^2.0.1", "@noble/hashes@^2.2.0": version "2.2.0" resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-2.2.0.tgz#22da1d16a469954fce877055d559900a6c73b63b" integrity sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==