From 7b0ab4348091418bd741bc4963b77a44ba644b56 Mon Sep 17 00:00:00 2001 From: Omar Radwan Mohsen Date: Thu, 21 Aug 2025 16:20:16 -0400 Subject: [PATCH] Upgrade to v1.1.18 --- CHANGELOG.md | 7 ++ source/infrastructure/cdk.json | 2 +- source/infrastructure/package-lock.json | 8 +- source/infrastructure/package.json | 2 +- .../python-lambda/poetry.lock | 4 +- .../python-lambda/pyproject.toml | 2 +- .../test/mock-lambda-func/java-lambda/pom.xml | 8 +- .../node-lambda/package-lock.json | 4 +- .../mock-lambda-func/node-lambda/package.json | 2 +- .../python-lambda/pyproject.toml | 2 +- .../test/mock-ui/package-lock.json | 4 +- .../infrastructure/test/mock-ui/package.json | 2 +- .../create-presigned-url/package-lock.json | 4 +- .../lambda/create-presigned-url/package.json | 2 +- source/lambda/custom-resource/poetry.lock | 4 +- source/lambda/custom-resource/pyproject.toml | 2 +- .../lambda/entity-detection/package-lock.json | 4 +- source/lambda/entity-detection/package.json | 2 +- source/lambda/fetch-records/package-lock.json | 4 +- source/lambda/fetch-records/package.json | 2 +- .../lambda/get-inferences/package-lock.json | 4 +- source/lambda/get-inferences/package.json | 2 +- .../package-lock.json | 4 +- .../aws-node-user-agent-config/package.json | 2 +- .../layers/aws-sdk-lib/package-lock.json | 4 +- source/lambda/layers/aws-sdk-lib/package.json | 2 +- source/lambda/layers/aws_boto3/pyproject.toml | 2 +- .../layers/common-node-lib/package-lock.json | 4 +- .../layers/common-node-lib/package.json | 2 +- .../layers/custom-java-sdk-config/pom.xml | 8 +- .../layers/custom_boto3_init/poetry.lock | 2 +- .../layers/custom_boto3_init/pyproject.toml | 2 +- .../lambda/layers/custom_boto3_init/setup.py | 2 +- source/lambda/redact-content/pom.xml | 2 +- source/lambda/search/package-lock.json | 4 +- source/lambda/search/package.json | 2 +- .../send-notification/package-lock.json | 4 +- source/lambda/send-notification/package.json | 2 +- source/lambda/text-extract/package-lock.json | 4 +- source/lambda/text-extract/package.json | 2 +- .../lambda/upload-document/package-lock.json | 4 +- source/lambda/upload-document/package.json | 2 +- .../workflow-orchestrator/package-lock.json | 4 +- .../lambda/workflow-orchestrator/package.json | 2 +- source/ui/package-lock.json | 92 ++++++++++--------- source/ui/package.json | 2 +- 46 files changed, 124 insertions(+), 113 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153e700..75811b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.18] - 2025-08-21 + +### Security + +- Upgraded netty to `2.32.26` +- Upgraded tmp to `0.2.5` + ## [1.1.17] - 2025-07-24 ### Security diff --git a/source/infrastructure/cdk.json b/source/infrastructure/cdk.json index 7bb10e1..47f2936 100644 --- a/source/infrastructure/cdk.json +++ b/source/infrastructure/cdk.json @@ -57,7 +57,7 @@ "@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true, "solution_id": "SO0281", "solution_name": "enhanced-document-understanding-on-aws", - "solution_version": "v1.1.17", + "solution_version": "v1.1.18", "app_namespace": "app.idp", "app_registry_name": "enhanced-document-understanding", "application_type": "AWS-Solutions", diff --git a/source/infrastructure/package-lock.json b/source/infrastructure/package-lock.json index 3880d2f..a8b815f 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.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "enhanced-document-understanding-on-aws-infrastructure", - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "dependencies": { "@aws-cdk/aws-servicecatalogappregistry-alpha": "2.140.0-alpha.0", @@ -7641,7 +7641,9 @@ } }, "node_modules/tmp": { - "version": "0.2.3", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", "dev": true, "license": "MIT", "engines": { diff --git a/source/infrastructure/package.json b/source/infrastructure/package.json index ff76526..67f000a 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.17", + "version": "1.1.18", "bin": { "infrastructure": "bin/dus.js" }, diff --git a/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/poetry.lock b/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/poetry.lock index 29b8ed7..dd9cd88 100644 --- a/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/poetry.lock +++ b/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/poetry.lock @@ -1,7 +1,7 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. package = [] [metadata] -lock-version = "2.0" +lock-version = "2.1" python-versions = "^3.11" content-hash = "81b2fa642d7f2d1219cf80112ace12d689d053d81be7f7addb98144d56fc0fb2" diff --git a/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml b/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml index d912d59..9cf26e0 100644 --- a/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml +++ b/source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mock-python-lambda" -version = "1.1.17" +version = "1.1.18" authors = [ "Amazon Web Services" ] description = "Mock function for infra testing" packages = [ diff --git a/source/infrastructure/test/mock-lambda-func/java-lambda/pom.xml b/source/infrastructure/test/mock-lambda-func/java-lambda/pom.xml index 9449422..bd2c947 100644 --- a/source/infrastructure/test/mock-lambda-func/java-lambda/pom.xml +++ b/source/infrastructure/test/mock-lambda-func/java-lambda/pom.xml @@ -6,7 +6,7 @@ 4.0.0 example java-lambda - 1.1.17 + 1.1.18 mock-java-lambda @@ -20,7 +20,7 @@ software.amazon.awssdk bom - 2.30.22 + 2.32.26 pom import @@ -31,12 +31,12 @@ software.amazon.awssdk s3 - 2.30.22 + 2.32.26 software.amazon.awssdk dynamodb - 2.30.22 + 2.32.26 com.amazonaws 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 6142cca..5b7a0ed 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "node-lambda", - "version": "1.1.17", + "version": "1.1.18", "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 060ff4c..1032f5b 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.17", + "version": "1.1.18", "description": "A mock lambda implementation for CDK infrastructure unit", "main": "index.js", "scripts": { diff --git a/source/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml b/source/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml index d912d59..9cf26e0 100644 --- a/source/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml +++ b/source/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mock-python-lambda" -version = "1.1.17" +version = "1.1.18" authors = [ "Amazon Web Services" ] description = "Mock function for infra testing" packages = [ diff --git a/source/infrastructure/test/mock-ui/package-lock.json b/source/infrastructure/test/mock-ui/package-lock.json index 50519d0..c20c72a 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.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mock-react-app", - "version": "1.1.17", + "version": "1.1.18", "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 e417388..b97e314 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.17", + "version": "1.1.18", "description": "Mock Reactjs app used for unit testing constructs", "main": "index.js", "scripts": { diff --git a/source/lambda/create-presigned-url/package-lock.json b/source/lambda/create-presigned-url/package-lock.json index a4579e7..848f26e 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-presigned-url", - "version": "1.1.17", + "version": "1.1.18", "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 20155ee..af2a445 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.17", + "version": "1.1.18", "description": "This lambda has minimal permissions required to create downloadable presigned URLs for documents.", "main": "index.js", "scripts": { diff --git a/source/lambda/custom-resource/poetry.lock b/source/lambda/custom-resource/poetry.lock index e884255..7c90a27 100644 --- a/source/lambda/custom-resource/poetry.lock +++ b/source/lambda/custom-resource/poetry.lock @@ -64,7 +64,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-layer" -version = "1.1.17" +version = "1.1.18" description = "Layer for AWS Boto3 python SDK" optional = false python-versions = "^3.11" @@ -445,7 +445,7 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "custom-boto3-init" -version = "1.1.17" +version = "1.1.18" description = "Initialize boto config for AWS Python SDK with custom configuration" optional = false python-versions = "^3.11" diff --git a/source/lambda/custom-resource/pyproject.toml b/source/lambda/custom-resource/pyproject.toml index 0940a54..3044223 100644 --- a/source/lambda/custom-resource/pyproject.toml +++ b/source/lambda/custom-resource/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "custom-resource" -version = "1.1.17" +version = "1.1.18" authors = [ "Amazon Web Services" ] description = "Perform specific operations triggered by AWS CloudFormation events" packages = [ diff --git a/source/lambda/entity-detection/package-lock.json b/source/lambda/entity-detection/package-lock.json index bb3b99e..2da78e8 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "entity-detection", - "version": "1.1.17", + "version": "1.1.18", "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 c4c080d..23a2644 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.17", + "version": "1.1.18", "description": "This lambda function detects entities within Text", "main": "index.js", "scripts": { diff --git a/source/lambda/fetch-records/package-lock.json b/source/lambda/fetch-records/package-lock.json index 2e7deee..b483c84 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fetch-records", - "version": "1.1.17", + "version": "1.1.18", "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 5b4b9b8..bcedc0e 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.17", + "version": "1.1.18", "description": "This lambda backs the ApiGateway REST endpoint to process record and document fetch requests", "main": "index.js", "scripts": { diff --git a/source/lambda/get-inferences/package-lock.json b/source/lambda/get-inferences/package-lock.json index 445d5e7..cc21cf2 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "get-inferences", - "version": "1.1.17", + "version": "1.1.18", "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 0f68d99..49c4c02 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.17", + "version": "1.1.18", "description": "This lambda function is used to get inference results by backing the rest-endpoints", "main": "index.js", "scripts": { 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 e27f407..32cf28d 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-nodesdk-custom-config", - "version": "1.1.17", + "version": "1.1.18", "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 8336f0d..896d7ba 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.17", + "version": "1.1.18", "description": "AWS Nodejs SDK Config intialization layer", "main": "index.js", "scripts": { diff --git a/source/lambda/layers/aws-sdk-lib/package-lock.json b/source/lambda/layers/aws-sdk-lib/package-lock.json index 70c3ef0..5d5acfd 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-sdk-layer", - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "dependencies": { "aws-sdk": "^2.1613.0" diff --git a/source/lambda/layers/aws-sdk-lib/package.json b/source/lambda/layers/aws-sdk-lib/package.json index 885d6ec..30b053b 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.17", + "version": "1.1.18", "description": "AWS Nodejs SDK layer", "dependencies": { "aws-sdk": "^2.1613.0" diff --git a/source/lambda/layers/aws_boto3/pyproject.toml b/source/lambda/layers/aws_boto3/pyproject.toml index 3ff55d6..545486f 100644 --- a/source/lambda/layers/aws_boto3/pyproject.toml +++ b/source/lambda/layers/aws_boto3/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boto3-layer" -version = "1.1.17" +version = "1.1.18" authors = [ "Amazon Web Services" ] description = "Layer for AWS Boto3 python SDK" packages = [ diff --git a/source/lambda/layers/common-node-lib/package-lock.json b/source/lambda/layers/common-node-lib/package-lock.json index 238a5ee..efcd0b4 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.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "common-node-lib", - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-node": "^3.569.0", diff --git a/source/lambda/layers/common-node-lib/package.json b/source/lambda/layers/common-node-lib/package.json index 87f680b..44d446e 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.17", + "version": "1.1.18", "description": "Common libraries shared by all lambda node modules", "scripts": { "test": "jest --coverage --silent --verbose", diff --git a/source/lambda/layers/custom-java-sdk-config/pom.xml b/source/lambda/layers/custom-java-sdk-config/pom.xml index 4e2e1f0..9e4ea6a 100644 --- a/source/lambda/layers/custom-java-sdk-config/pom.xml +++ b/source/lambda/layers/custom-java-sdk-config/pom.xml @@ -31,7 +31,7 @@ software.amazon.awssdk bom - 2.30.22 + 2.32.26 pom import @@ -63,17 +63,17 @@ software.amazon.awssdk sfn - 2.30.22 + 2.32.26 software.amazon.awssdk s3 - 2.30.22 + 2.32.26 software.amazon.awssdk cloudwatch - 2.30.22 + 2.32.26 org.junit.jupiter diff --git a/source/lambda/layers/custom_boto3_init/poetry.lock b/source/lambda/layers/custom_boto3_init/poetry.lock index a828909..c83db5a 100644 --- a/source/lambda/layers/custom_boto3_init/poetry.lock +++ b/source/lambda/layers/custom_boto3_init/poetry.lock @@ -64,7 +64,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-layer" -version = "1.1.17" +version = "1.1.18" description = "Layer for AWS Boto3 python SDK" optional = false python-versions = "^3.11" diff --git a/source/lambda/layers/custom_boto3_init/pyproject.toml b/source/lambda/layers/custom_boto3_init/pyproject.toml index 9c6cd62..cbe9cc1 100644 --- a/source/lambda/layers/custom_boto3_init/pyproject.toml +++ b/source/lambda/layers/custom_boto3_init/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "custom_boto3_init" -version = "1.1.17" +version = "1.1.18" authors = [ "Amazon Web Services" ] description = "Initialize boto config for AWS Python SDK with custom configuration" packages = [ diff --git a/source/lambda/layers/custom_boto3_init/setup.py b/source/lambda/layers/custom_boto3_init/setup.py index a74d063..bdc3f0d 100644 --- a/source/lambda/layers/custom_boto3_init/setup.py +++ b/source/lambda/layers/custom_boto3_init/setup.py @@ -5,7 +5,7 @@ setup( name="custom_boto3_init", - version="1.1.17", + version="1.1.18", description="Initialize boto config for AWS Python SDK with custom configuration", url="https://github.com/aws-solutions/enhanced-document-understanding-on-aws", author="Amazon Web Services", diff --git a/source/lambda/redact-content/pom.xml b/source/lambda/redact-content/pom.xml index 3caa98d..4ae0cd2 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.1.17 + 1.1.18 redact-content UTF-8 diff --git a/source/lambda/search/package-lock.json b/source/lambda/search/package-lock.json index fe0ed8e..dcfaea7 100644 --- a/source/lambda/search/package-lock.json +++ b/source/lambda/search/package-lock.json @@ -1,12 +1,12 @@ { "name": "search", - "version": "1.1.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "search", - "version": "1.1.17", + "version": "1.1.18", "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 6e045b8..d12a9b4 100644 --- a/source/lambda/search/package.json +++ b/source/lambda/search/package.json @@ -1,6 +1,6 @@ { "name": "search", - "version": "1.1.17", + "version": "1.1.18", "description": "This lambda function is used to search for queries in the kendra index backing the rest-endpoints", "main": "index.js", "scripts": { diff --git a/source/lambda/send-notification/package-lock.json b/source/lambda/send-notification/package-lock.json index adc95ac..0a822ad 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "send-notification", - "version": "1.1.17", + "version": "1.1.18", "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 6829c87..808f882 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.17", + "version": "1.1.18", "description": "This lambda function sends notifications about document processing updates", "main": "index.js", "scripts": { diff --git a/source/lambda/text-extract/package-lock.json b/source/lambda/text-extract/package-lock.json index 5dd765f..bb0c18f 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "text-extract", - "version": "1.1.17", + "version": "1.1.18", "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 08e25e0..069a971 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.17", + "version": "1.1.18", "description": "This lambda function extracts text from a document like ID or Paystub, and also detects texts.", "main": "index.js", "scripts": { diff --git a/source/lambda/upload-document/package-lock.json b/source/lambda/upload-document/package-lock.json index 424cc78..a05512c 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.17", + "version": "1.1.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "upload-document", - "version": "1.1.17", + "version": "1.1.18", "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 001c742..d9feb0f 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.17", + "version": "1.1.18", "description": "This lambda function to upload documents", "main": "index.js", "scripts": { diff --git a/source/lambda/workflow-orchestrator/package-lock.json b/source/lambda/workflow-orchestrator/package-lock.json index 0b861e1..cbc8a99 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.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workflow-orchestrator", - "version": "1.1.17", + "version": "1.1.18", "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 94e95ee..71cfe87 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.17", + "version": "1.1.18", "description": "This lambda validates if required documents for a workflow has been uploaded", "main": "index.js", "scripts": { diff --git a/source/ui/package-lock.json b/source/ui/package-lock.json index a3b796d..a54f349 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.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "intelligent-document-processing-ui", - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "dependencies": { "@aws-amplify/ui-react": "^5.3.2", @@ -8944,6 +8944,41 @@ "deprecated": "Use @eslint/object-schema instead", "dev": true }, + "node_modules/@inquirer/external-editor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.1.tgz", + "integrity": "sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "chardet": "^2.1.0", + "iconv-lite": "^0.6.3" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + } + } + }, + "node_modules/@inquirer/external-editor/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -15781,10 +15816,11 @@ } }, "node_modules/chardet": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.0.tgz", + "integrity": "sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==", + "dev": true, + "license": "MIT" }, "node_modules/check-types": { "version": "11.2.3", @@ -18840,20 +18876,6 @@ "dev": true, "license": "MIT" }, - "node_modules/external-editor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", - "dev": true, - "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/fast-base64-decode": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fast-base64-decode/-/fast-base64-decode-1.0.0.tgz", @@ -20410,16 +20432,17 @@ "dev": true }, "node_modules/inquirer": { - "version": "8.2.6", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.6.tgz", - "integrity": "sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==", + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.7.tgz", + "integrity": "sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA==", "dev": true, + "license": "MIT", "dependencies": { + "@inquirer/external-editor": "^1.0.0", "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", "cli-cursor": "^3.1.0", "cli-width": "^3.0.0", - "external-editor": "^3.0.3", "figures": "^3.0.0", "lodash": "^4.17.21", "mute-stream": "0.0.8", @@ -26246,15 +26269,6 @@ "node": ">=8" } }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/outvariant": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.2.tgz", @@ -33391,18 +33405,6 @@ "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz", "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==" }, - "node_modules/tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "dev": true, - "dependencies": { - "os-tmpdir": "~1.0.2" - }, - "engines": { - "node": ">=0.6.0" - } - }, "node_modules/tmpl": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", diff --git a/source/ui/package.json b/source/ui/package.json index d8c9c4e..b79ff2e 100644 --- a/source/ui/package.json +++ b/source/ui/package.json @@ -1,6 +1,6 @@ { "name": "intelligent-document-processing-ui", - "version": "1.1.17", + "version": "1.1.18", "dependencies": { "@aws-amplify/ui-react": "^5.3.2", "@cloudscape-design/components": "^3.0.484",