diff --git a/package-lock.json b/package-lock.json index 93540ccb7..dfc58b38d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7302,11 +7302,11 @@ } }, "node_modules/typeid-js": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/typeid-js/-/typeid-js-0.3.0.tgz", - "integrity": "sha512-A1EmvIWG6xwYRfHuYUjPltHqteZ1EiDG+HOmbIYXeHUVztmnGrPIfU9KIK1QC30x59ko0r4JsMlwzsALCyiB3Q==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/typeid-js/-/typeid-js-0.5.0.tgz", + "integrity": "sha512-wgEWd5Ejd2gvb68y+5wWcjZmrJqPFX4rMV6Fi6CN5luzD9Wjaf9v1g3qfpGzaWahXcmlnA0cCPDP4Kr0F630xA==", "dependencies": { - "uuidv7": "^0.4.4" + "uuidv7": "^0.6.2" } }, "node_modules/typescript": { @@ -7374,9 +7374,9 @@ } }, "node_modules/uuidv7": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/uuidv7/-/uuidv7-0.4.4.tgz", - "integrity": "sha512-jjRGChg03uGp9f6wQYSO8qXkweJwRbA5WRuEQE8xLIiehIzIIi23qZSzsyvZPCPoFqkeLtZuz7Plt1LGukAInA==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/uuidv7/-/uuidv7-0.6.3.tgz", + "integrity": "sha512-zV3eW2NlXTsun/aJ7AixxZjH/byQcH/r3J99MI0dDEkU2cJIBJxhEWUHDTpOaLPRNhebPZoeHuykYREkI9HafA==", "bin": { "uuidv7": "cli.js" } @@ -7603,7 +7603,7 @@ "@arcjet/logger": "1.0.0-alpha.7", "@bufbuild/protobuf": "1.7.2", "@connectrpc/connect": "1.3.0", - "typeid-js": "0.3.0" + "typeid-js": "0.5.0" }, "devDependencies": { "@arcjet/eslint-config": "1.0.0-alpha.7", diff --git a/protocol/package.json b/protocol/package.json index 1c9cafe95..861278849 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -35,7 +35,7 @@ "@arcjet/logger": "1.0.0-alpha.7", "@bufbuild/protobuf": "1.7.2", "@connectrpc/connect": "1.3.0", - "typeid-js": "0.3.0" + "typeid-js": "0.5.0" }, "devDependencies": { "@arcjet/eslint-config": "1.0.0-alpha.7",