From 9673899e9779c7a75d0147e00b2e7782e5d41b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:53:25 +0000 Subject: [PATCH] deps: bump typeid-js from 0.3.0 to 0.5.0 Bumps [typeid-js](https://github.com/jetpack-io/typeid-js) from 0.3.0 to 0.5.0. - [Commits](https://github.com/jetpack-io/typeid-js/commits) --- updated-dependencies: - dependency-name: typeid-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- protocol/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",