diff --git a/packages/id/package.json b/packages/id/package.json index 45e22aa..d42acaf 100644 --- a/packages/id/package.json +++ b/packages/id/package.json @@ -37,6 +37,6 @@ "lint:strict": "yarn lint --max-warnings 0" }, "dependencies": { - "typeid-js": "^0.7.0" + "typeid-js": "^1.0.0" } } diff --git a/yarn.lock b/yarn.lock index aaed024..4178202 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5682,10 +5682,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typeid-js@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/typeid-js/-/typeid-js-0.7.0.tgz#2a36fe77013fd5b78f9e27f20cc403acf2f33a9f" - integrity sha512-eNkOAh7Z7SIGwgdg2BM5n79QhJqHMNMm6kWYJAsIf3OqBLDEO5UeNLknBXh9+U6zel1zC5z2l0cwCswIy+GWyw== +typeid-js@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typeid-js/-/typeid-js-1.0.0.tgz#11c31e067ae68f665baf92f76e2419086af0675d" + integrity sha512-E2RIw0FDKCNnUKrm5KSgtOtBXC8lvv98EHGL+XZfFPFvHnOnQyljxPs9ZxcIMhrxIyywxZqIDD/DGEZMEuGJ5w== dependencies: uuidv7 "^0.6.2"