From 7fc687e2c50ea6d2b20383c00dc5aa3131bc921f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:29:12 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.5. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v11.0.5) --- 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 eff8121..38d6990 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "sharp": "^0.32.5", "ts-node": "^10.9.2", "typescript": "^4.9.5", - "uuid": "^9.0.1", + "uuid": "^11.0.5", "web-vitals": "^2.1.4", "zustand": "^4.5.1" },