From e09cfc49c61ddb3b359ecda972d1776db2183608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:58:57 +0000 Subject: [PATCH] chore(deps): bump uuid from 10.0.0 to 11.0.3 in /src-widgets Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 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/v10.0.0...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src-widgets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-widgets/package.json b/src-widgets/package.json index a198577..af61b3d 100644 --- a/src-widgets/package.json +++ b/src-widgets/package.json @@ -31,7 +31,7 @@ "react-leaflet": "^4.2.1", "react-scripts": "^5.0.1", "sass": "^1.79.4", - "uuid": "^10.0.0" + "uuid": "^11.0.3" }, "scripts": { "start": "set PORT=4173 && craco start",