Skip to content

Commit cdf3cac

Browse files
committed
rollback fast xml parser
1 parent bfcf7d7 commit cdf3cac

3 files changed

Lines changed: 578 additions & 84 deletions

File tree

backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
},
2626
"dependencies": {
2727
"@amplitude/node": "1.10.2",
28-
"@aws-sdk/client-bedrock-runtime": "^3.1011.0",
29-
"@aws-sdk/client-s3": "^3.1011.0",
30-
"@aws-sdk/lib-dynamodb": "^3.1011.0",
31-
"@aws-sdk/s3-request-presigner": "^3.1011.0",
28+
"@aws-sdk/client-bedrock-runtime": "^3.1037.0",
29+
"@aws-sdk/client-s3": "^3.1037.0",
30+
"@aws-sdk/lib-dynamodb": "^3.1037.0",
31+
"@aws-sdk/s3-request-presigner": "^3.1037.0",
3232
"@cedar-policy/cedar-wasm": "^4.9.1",
3333
"@electric-sql/pglite": "^0.4.0",
3434
"@faker-js/faker": "^10.3.0",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
3030
"lodash@<=4.17.23": ">=4.18.0",
3131
"@nestjs/core@<=11.1.17": ">=11.1.18",
32-
"uuid@<14.0.0": ">=14.0.0",
33-
"fast-xml-parser@<5.7.0": ">=5.7.0"
32+
"uuid@<14.0.0": ">=14.0.0"
3433
},
3534
"packageExtensions": {
3635
"ibm_db": {

0 commit comments

Comments
 (0)