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==