From e7f2887c35b193a400b5a68bb339e756cc9b1ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:03:10 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 11.0.2 in /src Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.2. - [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.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index bc5ef6c..a32f28b 100644 --- a/src/package.json +++ b/src/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "react-splitter-layout": "^4.0.0", - "uuid": "^9.0.1", + "uuid": "^11.0.2", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-eqeqeq-fix": "^1.0.3",