Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency uuid to v11 #9032

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"three-spritetext": "1.8.2",
"unified": "11.0.4",
"use-analytics": "1.1.0",
"uuid": "10.0.0",
"uuid": "11.0.3",
"yup": "1.4.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16116,7 +16116,7 @@ __metadata:
typescript: "npm:5.5.4"
unified: "npm:11.0.4"
use-analytics: "npm:1.1.0"
uuid: "npm:10.0.0"
uuid: "npm:11.0.3"
vite: "npm:5.4.8"
vite-plugin-relay: "npm:2.1.0"
vite-plugin-static-copy: "npm:1.0.6"
Expand Down Expand Up @@ -20526,12 +20526,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
"uuid@npm:11.0.3":
version: 11.0.3
resolution: "uuid@npm:11.0.3"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
uuid: dist/esm/bin/uuid
checksum: 10/251385563195709eb0697c74a834764eef28e1656d61174e35edbd129288acb4d95a43f4ce8a77b8c2fc128e2b55924296a0945f964b05b9173469d045625ff2
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"tough-cookie": "4.1.4",
"turndown": "7.2.0",
"unzipper": "0.10.14",
"uuid": "10.0.0",
"uuid": "11.0.3",
"uuid-time": "1.0.0",
"validator": "13.11.0",
"winston": "3.14.2",
Expand Down
12 changes: 6 additions & 6 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10985,7 +10985,7 @@ __metadata:
turndown: "npm:7.2.0"
typescript: "npm:5.5.4"
unzipper: "npm:0.10.14"
uuid: "npm:10.0.0"
uuid: "npm:11.0.3"
uuid-time: "npm:1.0.0"
validator: "npm:13.11.0"
vitest: "npm:2.0.5"
Expand Down Expand Up @@ -13497,12 +13497,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
"uuid@npm:11.0.3":
version: 11.0.3
resolution: "uuid@npm:11.0.3"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
uuid: dist/esm/bin/uuid
checksum: 10/251385563195709eb0697c74a834764eef28e1656d61174e35edbd129288acb4d95a43f4ce8a77b8c2fc128e2b55924296a0945f964b05b9173469d045625ff2
languageName: node
linkType: hard

Expand Down