From ebbb8956a6d9b3fd1d3e35f987019ec824c64dbf Mon Sep 17 00:00:00 2001 From: Franck LECUYER Date: Mon, 15 Sep 2025 17:09:47 +0200 Subject: [PATCH 1/2] Upgrade lib "uuid" to 13.0.0 Signed-off-by: Franck LECUYER --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a160a3eab7..f305e52cb8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@gridsuite/commons-ui": "0.126.0", + "@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.124.0.tgz", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^5.18.0", @@ -50,7 +50,7 @@ "reconnecting-websocket": "^4.4.0", "redux": "^5.0.1", "typeface-roboto": "^1.1.13", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "yup": "^1.7.0" }, "overrides": { From 164f6796895ca50c96ef134e323118be2ebb6bf9 Mon Sep 17 00:00:00 2001 From: Franck LECUYER Date: Thu, 18 Sep 2025 11:51:19 +0200 Subject: [PATCH 2/2] Upgrade lib "uuid" to 13.0.0 Signed-off-by: Franck LECUYER --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a615c097f..2ac76067de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@gridsuite/commons-ui": "0.126.0", + "@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.126.0.tgz", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^5.18.0", @@ -50,7 +50,7 @@ "reconnecting-websocket": "^4.4.0", "redux": "^5.0.1", "typeface-roboto": "^1.1.13", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "yup": "^1.7.0" }, "devDependencies": { @@ -3316,8 +3316,8 @@ }, "node_modules/@gridsuite/commons-ui": { "version": "0.126.0", - "resolved": "https://registry.npmjs.org/@gridsuite/commons-ui/-/commons-ui-0.126.0.tgz", - "integrity": "sha512-PQKNxVOYeygiRMLsKyBdjF+u1HZKG3yZONDc4YHGpaV8rOqmtHC7721qUL6dg5EP7C8b+Wi7nlSxeMd3n/UrBg==", + "resolved": "file:../commons-ui/gridsuite-commons-ui-0.126.0.tgz", + "integrity": "sha512-+jRrzGSTnRKRn0+3OaPHKYCVdlZmvrZhtDCk4PX5YKIlPW+bv09+i1gh3Vo+Zu8UOQ1W2qgUkIzJQ6YPQ0OIsA==", "license": "MPL-2.0", "dependencies": { "@ag-grid-community/locale": "^33.3.2", @@ -3338,7 +3338,7 @@ "react-querybuilder": "^8.2.0", "reconnecting-websocket": "^4.4.0", "type-fest": "^4.41.0", - "uuid": "^11.1.0" + "uuid": "^13.0.0" }, "engines": { "node": ">=22", @@ -19617,16 +19617,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index f305e52cb8..6f24ad7d75 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.124.0.tgz", + "@gridsuite/commons-ui": "file:../commons-ui/gridsuite-commons-ui-0.126.0.tgz", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^4.1.3", "@mui/icons-material": "^5.18.0",