From 966286957bd03ced5a3a753105ab8aa506b576fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:19:35 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 10.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 10.0.0. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...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 930544a..3b3165e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "./package.json": "./package.json" }, "dependencies": { - "uuid": "^8.3.2" + "uuid": "^10.0.0" }, "peerDependencies": { "@remix-run/react": "^1.0.0 || ^2.0.0",