I get the following error from my console
uuid <11.1.1
Severity: moderate
uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided - GHSA-w5hq-g745-h8pq
No fix available
node_modules/uuid
ordered-uuid *
Depends on vulnerable versions of uuid
node_modules/ordered-uuid
localbase *
Depends on vulnerable versions of ordered-uuid
node_modules/localbase
4 vulnerabilities (1 low, 3 moderate)
I can overcome the issue by forcing an override in the package.json file
"overrides": {
"uuid": "^11.1.1"
}
I get the following error from my console
uuid <11.1.1
Severity: moderate
uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided - GHSA-w5hq-g745-h8pq
No fix available
node_modules/uuid
ordered-uuid *
Depends on vulnerable versions of uuid
node_modules/ordered-uuid
4 vulnerabilities (1 low, 3 moderate)
I can overcome the issue by forcing an override in the package.json file
"overrides": {
"uuid": "^11.1.1"
}