diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c33ab4..31812c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ======= +## [1.1.2] - 2024-08-01 + +### Security + +- Updated node modules to patch vulnerabilities + ## [1.1.1] - 2024-07-18 ### Security diff --git a/source/infrastructure/package-lock.json b/source/infrastructure/package-lock.json index aad191e..547e66a 100644 --- a/source/infrastructure/package-lock.json +++ b/source/infrastructure/package-lock.json @@ -1,12 +1,12 @@ { "name": "enhanced-document-understanding-on-aws-infrastructure", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "enhanced-document-understanding-on-aws-infrastructure", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "@aws-cdk/aws-servicecatalogappregistry-alpha": "2.118.0-alpha.0", @@ -3769,6 +3769,7 @@ "version": "2.118.0", "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.118.0.tgz", "integrity": "sha512-va4F7fyj+l9oNV39supHeGr+oHBrVds6+3mruLxGmCRnGf3nKfPB8Jy/jd6TnljY8Y6yPZ6bmYFS3CiUZbOATA==", + "license": "Apache-2.0", "bin": { "cdk": "bin/cdk" }, @@ -4124,6 +4125,7 @@ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -5264,20 +5266,21 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", - "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "dev": true, "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], + "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, diff --git a/source/infrastructure/package.json b/source/infrastructure/package.json index d34f656..a5c4437 100644 --- a/source/infrastructure/package.json +++ b/source/infrastructure/package.json @@ -1,6 +1,6 @@ { "name": "enhanced-document-understanding-on-aws-infrastructure", - "version": "1.1.1", + "version": "1.1.2", "bin": { "infrastructure": "bin/dus.js" }, @@ -60,6 +60,11 @@ "source-map-support": "^0.5.21", "uuid": "^9.0.1" }, + "overrides": { + "@aws-sdk/client-sts": { + "fast-xml-parser": "^4.4.1" + } + }, "exclude": [ "node_modules", "cdk.out" diff --git a/source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.json b/source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.json index 3c64327..97965f6 100644 --- a/source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.json +++ b/source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-lambda", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-lambda", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0" } } diff --git a/source/infrastructure/test/mock-lambda-func/node-lambda/package.json b/source/infrastructure/test/mock-lambda-func/node-lambda/package.json index e305ade..b1ab2ec 100644 --- a/source/infrastructure/test/mock-lambda-func/node-lambda/package.json +++ b/source/infrastructure/test/mock-lambda-func/node-lambda/package.json @@ -1,6 +1,6 @@ { "name": "node-lambda", - "version": "1.1.1", + "version": "1.1.2", "description": "A mock lambda implementation for CDK infrastructure unit", "main": "index.js", "scripts": { @@ -17,4 +17,4 @@ "url": "https://aws.amazon.com/solutions" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/source/infrastructure/test/mock-ui/package-lock.json b/source/infrastructure/test/mock-ui/package-lock.json index ee89487..b0d2b64 100644 --- a/source/infrastructure/test/mock-ui/package-lock.json +++ b/source/infrastructure/test/mock-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "mock-react-app", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mock-react-app", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "react": "^18.3.1" diff --git a/source/infrastructure/test/mock-ui/package.json b/source/infrastructure/test/mock-ui/package.json index 852b011..15f3464 100644 --- a/source/infrastructure/test/mock-ui/package.json +++ b/source/infrastructure/test/mock-ui/package.json @@ -1,6 +1,6 @@ { "name": "mock-react-app", - "version": "1.1.1", + "version": "1.1.2", "description": "Mock Reactjs app used for unit testing constructs", "main": "index.js", "scripts": { @@ -35,4 +35,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +} diff --git a/source/lambda/create-presigned-url/package-lock.json b/source/lambda/create-presigned-url/package-lock.json index 28cb1cf..8063a20 100644 --- a/source/lambda/create-presigned-url/package-lock.json +++ b/source/lambda/create-presigned-url/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-presigned-url", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-presigned-url", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "devDependencies": { "aws-sdk-mock": "^5.8.0", diff --git a/source/lambda/create-presigned-url/package.json b/source/lambda/create-presigned-url/package.json index 7962e06..95da96d 100644 --- a/source/lambda/create-presigned-url/package.json +++ b/source/lambda/create-presigned-url/package.json @@ -1,6 +1,6 @@ { "name": "create-presigned-url", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda has minimal permissions required to create downloadable presigned URLs for documents.", "main": "index.js", "scripts": { @@ -24,4 +24,4 @@ "jest": "^29.7.0", "prettier": "^3.0.3" } -} \ No newline at end of file +} diff --git a/source/lambda/entity-detection/package-lock.json b/source/lambda/entity-detection/package-lock.json index d425cc3..a8e4ce8 100644 --- a/source/lambda/entity-detection/package-lock.json +++ b/source/lambda/entity-detection/package-lock.json @@ -1,12 +1,12 @@ { "name": "entity-detection", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "entity-detection", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "devDependencies": { "aws-sdk-mock": "^5.7.0", diff --git a/source/lambda/entity-detection/package.json b/source/lambda/entity-detection/package.json index 8c5a457..36d9285 100644 --- a/source/lambda/entity-detection/package.json +++ b/source/lambda/entity-detection/package.json @@ -1,6 +1,6 @@ { "name": "entity-detection", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda function detects entities within Text", "main": "index.js", "scripts": { @@ -24,4 +24,4 @@ "jest": "^29.7.0", "prettier": "^3.1.1" } -} \ No newline at end of file +} diff --git a/source/lambda/fetch-records/package-lock.json b/source/lambda/fetch-records/package-lock.json index 59c283b..c28126b 100644 --- a/source/lambda/fetch-records/package-lock.json +++ b/source/lambda/fetch-records/package-lock.json @@ -1,12 +1,12 @@ { "name": "fetch-records", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fetch-records", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "uuid": "^9.0.1" diff --git a/source/lambda/fetch-records/package.json b/source/lambda/fetch-records/package.json index 7a6c5fb..39ec2e5 100644 --- a/source/lambda/fetch-records/package.json +++ b/source/lambda/fetch-records/package.json @@ -1,6 +1,6 @@ { "name": "fetch-records", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda backs the ApiGateway REST endpoint to process record and document fetch requests", "main": "index.js", "scripts": { @@ -27,4 +27,4 @@ "jest": "^29.7.0", "prettier": "^3.1.1" } -} \ No newline at end of file +} diff --git a/source/lambda/get-inferences/package-lock.json b/source/lambda/get-inferences/package-lock.json index a844fc9..0aa3b86 100644 --- a/source/lambda/get-inferences/package-lock.json +++ b/source/lambda/get-inferences/package-lock.json @@ -1,12 +1,12 @@ { "name": "get-inferences", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "get-inferences", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "devDependencies": { "aws-sdk-mock": "^5.8.0", diff --git a/source/lambda/get-inferences/package.json b/source/lambda/get-inferences/package.json index 0eb8ea6..298b6d7 100644 --- a/source/lambda/get-inferences/package.json +++ b/source/lambda/get-inferences/package.json @@ -1,6 +1,6 @@ { "name": "get-inferences", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda function is used to get inference results by backing the rest-endpoints", "main": "index.js", "scripts": { @@ -21,4 +21,4 @@ "jest": "^29.6.2", "prettier": "^3.0.0" } -} \ No newline at end of file +} diff --git a/source/lambda/layers/aws-node-user-agent-config/package-lock.json b/source/lambda/layers/aws-node-user-agent-config/package-lock.json index 1ff5a43..89f8478 100644 --- a/source/lambda/layers/aws-node-user-agent-config/package-lock.json +++ b/source/lambda/layers/aws-node-user-agent-config/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-nodesdk-custom-config", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-nodesdk-custom-config", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "devDependencies": { "eslint": "^8.56.0", diff --git a/source/lambda/layers/aws-node-user-agent-config/package.json b/source/lambda/layers/aws-node-user-agent-config/package.json index d20019f..c8d34c1 100644 --- a/source/lambda/layers/aws-node-user-agent-config/package.json +++ b/source/lambda/layers/aws-node-user-agent-config/package.json @@ -1,6 +1,6 @@ { "name": "aws-nodesdk-custom-config", - "version": "1.1.1", + "version": "1.1.2", "description": "AWS Nodejs SDK Config intialization layer", "main": "index.js", "scripts": { @@ -23,4 +23,4 @@ "url": "https://aws.amazon.com/solutions" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/source/lambda/layers/aws-sdk-lib/package-lock.json b/source/lambda/layers/aws-sdk-lib/package-lock.json index 365df70..e919084 100644 --- a/source/lambda/layers/aws-sdk-lib/package-lock.json +++ b/source/lambda/layers/aws-sdk-lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-sdk-layer", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-sdk-layer", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "aws-sdk": "^2.1532.0" diff --git a/source/lambda/layers/aws-sdk-lib/package.json b/source/lambda/layers/aws-sdk-lib/package.json index 6621c5b..f1a372d 100644 --- a/source/lambda/layers/aws-sdk-lib/package.json +++ b/source/lambda/layers/aws-sdk-lib/package.json @@ -1,6 +1,6 @@ { "name": "aws-sdk-layer", - "version": "1.1.1", + "version": "1.1.2", "description": "AWS Nodejs SDK layer", "dependencies": { "aws-sdk": "^2.1532.0" @@ -10,4 +10,4 @@ "url": "https://aws.amazon.com/solutions" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/source/lambda/layers/common-node-lib/package-lock.json b/source/lambda/layers/common-node-lib/package-lock.json index 093c1a9..8d1ac1c 100644 --- a/source/lambda/layers/common-node-lib/package-lock.json +++ b/source/lambda/layers/common-node-lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "common-node-lib", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "common-node-lib", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-node": "^3.437.0", diff --git a/source/lambda/layers/common-node-lib/package.json b/source/lambda/layers/common-node-lib/package.json index c4afa7a..4a1de9f 100644 --- a/source/lambda/layers/common-node-lib/package.json +++ b/source/lambda/layers/common-node-lib/package.json @@ -1,6 +1,6 @@ { "name": "common-node-lib", - "version": "1.1.1", + "version": "1.1.2", "description": "Common libraries shared by all lambda node modules", "scripts": { "test": "jest --coverage --silent --verbose", @@ -34,4 +34,4 @@ "overrides": { "@babel/traverse": "^7.23.2" } -} \ No newline at end of file +} diff --git a/source/lambda/layers/custom-java-sdk-config/pom.xml b/source/lambda/layers/custom-java-sdk-config/pom.xml index 4d8f76f..a5005ad 100644 --- a/source/lambda/layers/custom-java-sdk-config/pom.xml +++ b/source/lambda/layers/custom-java-sdk-config/pom.xml @@ -7,7 +7,7 @@ com.builder.config custom-java-sdk-config jar - 1.1.1 + 1.1.2 custom-java-sdk-config UTF-8 diff --git a/source/lambda/redact-content/pom.xml b/source/lambda/redact-content/pom.xml index 6eaa850..4825745 100644 --- a/source/lambda/redact-content/pom.xml +++ b/source/lambda/redact-content/pom.xml @@ -7,7 +7,7 @@ com.builder.lambda redact-content jar - 1.0.12 + 1.1.2 redact-content UTF-8 diff --git a/source/lambda/search/package-lock.json b/source/lambda/search/package-lock.json index cc3c0ed..13b2a83 100644 --- a/source/lambda/search/package-lock.json +++ b/source/lambda/search/package-lock.json @@ -1,12 +1,12 @@ { "name": "search", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "search", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "devDependencies": { "aws-sdk-mock": "^5.8.0", diff --git a/source/lambda/search/package.json b/source/lambda/search/package.json index 4336c7e..82725d4 100644 --- a/source/lambda/search/package.json +++ b/source/lambda/search/package.json @@ -1,6 +1,6 @@ { "name": "search", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda function is used to search for queries in the kendra index backing the rest-endpoints", "main": "index.js", "scripts": { @@ -22,4 +22,4 @@ "jest": "^29.7.0", "prettier": "^3.1.1" } -} \ No newline at end of file +} diff --git a/source/lambda/send-notification/package-lock.json b/source/lambda/send-notification/package-lock.json index e22393e..80653b6 100644 --- a/source/lambda/send-notification/package-lock.json +++ b/source/lambda/send-notification/package-lock.json @@ -1,12 +1,12 @@ { "name": "send-notification", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "send-notification", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "devDependencies": { "aws-sdk-mock": "^5.7.0", diff --git a/source/lambda/send-notification/package.json b/source/lambda/send-notification/package.json index a7c8b2d..cbe24d8 100644 --- a/source/lambda/send-notification/package.json +++ b/source/lambda/send-notification/package.json @@ -1,6 +1,6 @@ { "name": "send-notification", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda function sends notifications about document processing updates", "main": "index.js", "scripts": { @@ -23,4 +23,4 @@ "jest": "^29.7.0", "prettier": "^3.1.1" } -} \ No newline at end of file +} diff --git a/source/lambda/text-extract/package-lock.json b/source/lambda/text-extract/package-lock.json index 9e1f09e..22a0e2f 100644 --- a/source/lambda/text-extract/package-lock.json +++ b/source/lambda/text-extract/package-lock.json @@ -1,12 +1,12 @@ { "name": "text-extract", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "text-extract", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "devDependencies": { "aws-sdk-mock": "^5.8.0", diff --git a/source/lambda/text-extract/package.json b/source/lambda/text-extract/package.json index 2a98719..e1acb72 100644 --- a/source/lambda/text-extract/package.json +++ b/source/lambda/text-extract/package.json @@ -1,6 +1,6 @@ { "name": "text-extract", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda function extracts text from a document like ID or Paystub, and also detects texts.", "main": "index.js", "scripts": { @@ -22,4 +22,4 @@ "jest": "^29.7.0", "prettier": "^3.1.1" } -} \ No newline at end of file +} diff --git a/source/lambda/upload-document/package-lock.json b/source/lambda/upload-document/package-lock.json index 1bc0576..da252dd 100644 --- a/source/lambda/upload-document/package-lock.json +++ b/source/lambda/upload-document/package-lock.json @@ -1,12 +1,12 @@ { "name": "upload-document", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "upload-document", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "lodash": "4.17.21" diff --git a/source/lambda/upload-document/package.json b/source/lambda/upload-document/package.json index 2e32db0..1223c3a 100644 --- a/source/lambda/upload-document/package.json +++ b/source/lambda/upload-document/package.json @@ -1,6 +1,6 @@ { "name": "upload-document", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda function to upload documents", "main": "index.js", "scripts": { @@ -27,4 +27,4 @@ "jest": "^29.7.0", "prettier": "^3.1.1" } -} \ No newline at end of file +} diff --git a/source/lambda/workflow-orchestrator/package-lock.json b/source/lambda/workflow-orchestrator/package-lock.json index cd05d0e..2ed10aa 100644 --- a/source/lambda/workflow-orchestrator/package-lock.json +++ b/source/lambda/workflow-orchestrator/package-lock.json @@ -1,12 +1,12 @@ { "name": "workflow-orchestrator", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workflow-orchestrator", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "lodash": "4.17.21" diff --git a/source/lambda/workflow-orchestrator/package.json b/source/lambda/workflow-orchestrator/package.json index 679b291..1db321b 100644 --- a/source/lambda/workflow-orchestrator/package.json +++ b/source/lambda/workflow-orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "workflow-orchestrator", - "version": "1.1.1", + "version": "1.1.2", "description": "This lambda validates if required documents for a workflow has been uploaded", "main": "index.js", "scripts": { @@ -28,4 +28,4 @@ "jest": "^29.7.0", "prettier": "^3.1.1" } -} \ No newline at end of file +} diff --git a/source/ui/package-lock.json b/source/ui/package-lock.json index a935d09..7e51694 100644 --- a/source/ui/package-lock.json +++ b/source/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "intelligent-document-processing-ui", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "intelligent-document-processing-ui", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "@aws-amplify/ui-react": "^5.3.2", @@ -4485,28 +4485,6 @@ "node": ">= 12.0.0" } }, - "node_modules/@aws-sdk/client-sts/node_modules/fast-xml-parser": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", - "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", - "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - } - ], - "peer": true, - "dependencies": { - "strnum": "^1.0.5" - }, - "bin": { - "fxparser": "src/cli/cli.js" - } - }, "node_modules/@aws-sdk/client-sts/node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", @@ -18594,9 +18572,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ { "type": "github", @@ -18607,6 +18585,7 @@ "url": "https://paypal.me/naturalintelligence" } ], + "license": "MIT", "peer": true, "dependencies": { "strnum": "^1.0.5" diff --git a/source/ui/package.json b/source/ui/package.json index 5b2c6bd..f602e15 100644 --- a/source/ui/package.json +++ b/source/ui/package.json @@ -1,6 +1,6 @@ { "name": "intelligent-document-processing-ui", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "@aws-amplify/ui-react": "^5.3.2", "@cloudscape-design/components": "^3.0.484", @@ -50,7 +50,8 @@ "nth-check": "^2.0.1", "postcss": "^8.4.31", "react-refresh": "0.14.0", - "react": "^18.2.0" + "react": "^18.2.0", + "fast-xml-parser": "^4.4.1" }, "scripts": { "start": "react-scripts start", @@ -86,4 +87,4 @@ "name": "Amazon Web Services", "url": "https://aws.amazon.com/solutions" } -} \ No newline at end of file +}