From 5f8d90c5505183d1f75efb5d5d256c21d75e9ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:15:32 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 11.0.3 in /src Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.3. - [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.3) --- 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..552cf5e 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.3", "eslint": "^8.56.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-eqeqeq-fix": "^1.0.3",