From 474ba20e6154d83a81c1a1bad6ec710ebb13c52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:12:09 +0000 Subject: [PATCH] build(deps): bump uuid from 9.0.1 to 10.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6510caf4..becbf626 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "qrcode-terminal": "^0.12.0", "silk-wasm": "^3.3.4", "sqlite3": "^5.1.7", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "ws": "^8.16.0" } }