-
-
Notifications
You must be signed in to change notification settings - Fork 18
rollback fast xml parser #1741
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
rollback fast xml parser #1741
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,10 +25,10 @@ | |
| }, | ||
| "dependencies": { | ||
| "@amplitude/node": "1.10.2", | ||
| "@aws-sdk/client-bedrock-runtime": "^3.1011.0", | ||
| "@aws-sdk/client-s3": "^3.1011.0", | ||
| "@aws-sdk/lib-dynamodb": "^3.1011.0", | ||
| "@aws-sdk/s3-request-presigner": "^3.1011.0", | ||
| "@aws-sdk/client-bedrock-runtime": "^3.1037.0", | ||
| "@aws-sdk/client-s3": "^3.1037.0", | ||
| "@aws-sdk/lib-dynamodb": "^3.1037.0", | ||
| "@aws-sdk/s3-request-presigner": "^3.1037.0", | ||
|
Comment on lines
+28
to
+31
|
||
| "@cedar-policy/cedar-wasm": "^4.9.1", | ||
| "@electric-sql/pglite": "^0.4.0", | ||
| "@faker-js/faker": "^10.3.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aws-sdk/lib-dynamodbis bumped to^3.1037.0, but the lockfile resolves it with@aws-sdk/client-dynamodb@3.1032.0(peer for lib-dynamodb@3.1037.0 is^3.1037.0). This peer mismatch can lead to warnings or subtle runtime/type incompatibilities. Align the workspace by upgrading@aws-sdk/client-dynamodbto a compatible version (and/or bump the shared-code package’s AWS SDK versions) so lib-dynamodb and client-dynamodb are on the same minor/patch line.