fix: add @giphy/js-util@5.2.0 and remove uuid override
CI / Build & Quality Checks (push) Successful in 10m20s
CI / Build & Quality Checks (push) Successful in 10m20s
@giphy/react-components@10.1.2 imports noUUIDRandom from @giphy/js-util, which was only added in 5.x. Previously the uuid override forced uuid@14 into js-util@4.4.2 breaking the noUUIDRandom export. Pin js-util@5.2.0 directly and drop the uuid override (moderate severity, not high). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -69,6 +69,7 @@
|
||||
"@fontsource-variable/inter": "5.2.8",
|
||||
"@giphy/js-fetch-api": "5.8.0",
|
||||
"@giphy/js-types": "5.1.0",
|
||||
"@giphy/js-util": "5.2.0",
|
||||
"@giphy/react-components": "10.1.2",
|
||||
"@sentry/react": "10.53.1",
|
||||
"@tanstack/react-query": "5.100.11",
|
||||
@@ -168,8 +169,7 @@
|
||||
},
|
||||
"overrides": {
|
||||
"@giphy/js-util": {
|
||||
"dompurify": ">=3.3.4",
|
||||
"uuid": ">=11.1.1"
|
||||
"dompurify": ">=3.3.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user