diff --git a/packages/id/package.json b/packages/id/package.json index 45e22aa..4c6288a 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.1.0" } } diff --git a/yarn.lock b/yarn.lock index 08bb628..4df68c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5718,12 +5718,12 @@ 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.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/typeid-js/-/typeid-js-1.1.0.tgz#465f451d1a0ab6b24ea0cb9a9fd32866dbfb6bea" + integrity sha512-SS0GEC0/0OJ06IvGEbqc6dVa5WwQN4mDq2UG9x2D7f+CD2X/b+p2xfEPNli0DO23lmeVl45bFt/bAOQa0GB4fg== dependencies: - uuidv7 "^0.6.2" + uuid "^10.0.0" typescript@^5.4.3: version "5.4.3" @@ -5765,10 +5765,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"