diff --git a/packages/id/package.json b/packages/id/package.json index 45e22aa..31adbf4 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.2.0" } } diff --git a/yarn.lock b/yarn.lock index 804ad15..4a77eda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5731,12 +5731,12 @@ typed-array-length@^1.0.7: possible-typed-array-names "^1.0.0" reflect.getprototypeof "^1.0.6" -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.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/typeid-js/-/typeid-js-1.2.0.tgz#db3d13e700c5525e3203dc4e0fcb611af1e3f5b3" + integrity sha512-t76ZucAnvGC60ea/HjVsB0TSoB0cw9yjnfurUgtInXQWUI/VcrlZGpO23KN3iSe8yOGUgb1zr7W7uEzJ3hSljA== dependencies: - uuidv7 "^0.6.2" + uuid "^10.0.0" typescript@^5.4.3: version "5.4.3" @@ -5778,10 +5778,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuidv7@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/uuidv7/-/uuidv7-0.6.3.tgz#2abcfa683b4ad4a0cbbbaedffc3ef940c110cf10" - integrity sha512-zV3eW2NlXTsun/aJ7AixxZjH/byQcH/r3J99MI0dDEkU2cJIBJxhEWUHDTpOaLPRNhebPZoeHuykYREkI9HafA== +uuid@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" + integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== v8-to-istanbul@^9.0.1: version "9.1.0"