mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
fix: fast-xml-parser has rangeerror dos numeric entities bug (#17732)
Resolves [Dependabot Alert 412](https://github.com/twentyhq/twenty/security/dependabot/412). AWS SDK minor-releases are backward compatible.
This commit is contained in:
parent
6851085143
commit
60f2a74bf0
2 changed files with 758 additions and 1449 deletions
|
|
@ -19,11 +19,11 @@
|
|||
"@ai-sdk/openai": "^2.0.30",
|
||||
"@ai-sdk/provider-utils": "^3.0.9",
|
||||
"@ai-sdk/xai": "^2.0.19",
|
||||
"@aws-sdk/client-lambda": "3.967.0",
|
||||
"@aws-sdk/client-s3": "3.967.0",
|
||||
"@aws-sdk/client-sesv2": "3.967.0",
|
||||
"@aws-sdk/client-sts": "3.967.0",
|
||||
"@aws-sdk/credential-providers": "3.967.0",
|
||||
"@aws-sdk/client-lambda": "3.983.0",
|
||||
"@aws-sdk/client-s3": "3.983.0",
|
||||
"@aws-sdk/client-sesv2": "3.983.0",
|
||||
"@aws-sdk/client-sts": "3.983.0",
|
||||
"@aws-sdk/credential-providers": "3.983.0",
|
||||
"@azure/msal-node": "^3.8.4",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@blocknote/server-util": "^0.31.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue