diff --git a/package.json b/package.json index 2a3e90e..2ba69be 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "docs:preview": "vitepress build docs && vitepress preview docs" }, "dependencies": { - "@haskou/value-objects": "^2.13.1" + "@haskou/value-objects": "^3.0.1" }, "devDependencies": { "@haskou/eslint-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 35becbb..397f72a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -651,14 +651,14 @@ eslint-plugin-unused-imports "^4.4.1" globals "^17.7.0" -"@haskou/value-objects@^2.13.1": - version "2.13.1" - resolved "https://registry.yarnpkg.com/@haskou/value-objects/-/value-objects-2.13.1.tgz#7ceaa3fbea5adf36c161b0b243467abe29ebfb45" - integrity sha512-stGgWXh3l0Xoj+xyf2wPmEuezc3pS1BxIMH3fl/6p9jx3Asc4KABwHN0eqmQ0o5mpNgaFmER758I4GFf0leLfQ== +"@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.0.1" + "@noble/hashes" "^2.2.0" buffer "^6.0.3" tslib "^2.8.1" @@ -1005,7 +1005,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.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==