Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 863215f

Browse files
committed
Upgrade to version 1.0.7
1 parent 62e89f5 commit 863215f

File tree

41 files changed

+670
-7669
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+670
-7669
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
=======
99

10+
## [1.0.7] - 2024-05-13
11+
12+
### Security
13+
14+
- Updated node modules to patch vulnerabilities
15+
1016
## [1.0.6] - 2024-03-27
1117

1218
### Security

source/infrastructure/cdk.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"app": "../pre-build-jars.sh && npx ts-node --prefer-ts-exts bin/dus.ts",
33
"watch": {
4-
"include": [
5-
"**"
6-
],
4+
"include": ["**"],
75
"exclude": [
86
"README.md",
97
"cdk*.json",
@@ -19,10 +17,7 @@
1917
"context": {
2018
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
2119
"@aws-cdk/core:checkSecretUsage": true,
22-
"@aws-cdk/core:target-partitions": [
23-
"aws",
24-
"aws-cn"
25-
],
20+
"@aws-cdk/core:target-partitions": ["aws", "aws-cn"],
2621
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": true,
2722
"@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true,
2823
"@aws-cdk/aws-ecs:arnFormatIncludesClusterName": true,
@@ -62,10 +57,10 @@
6257
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
6358
"solution_id": "SO0281",
6459
"solution_name": "enhanced-document-understanding-on-aws",
65-
"solution_version": "v1.0.6",
60+
"solution_version": "v1.0.7",
6661
"app_namespace": "app.idp",
6762
"app_registry_name": "enhanced-document-understanding",
6863
"application_type": "AWS-Solutions",
6964
"application_trademark_name": "Enhanced Document Understanding on AWS"
7065
}
71-
}
66+
}

source/infrastructure/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/infrastructure/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enhanced-document-understanding-on-aws-infrastructure",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"bin": {
55
"infrastructure": "bin/dus.js"
66
},
@@ -60,9 +60,6 @@
6060
"source-map-support": "^0.5.21",
6161
"uuid": "^9.0.1"
6262
},
63-
"overrides": {
64-
"@babel/traverse": "^7.23.2"
65-
},
6663
"exclude": [
6764
"node_modules",
6865
"cdk.out"

source/infrastructure/test/mock-lambda-func/java-lambda/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>example</groupId>
88
<artifactId>java-lambda</artifactId>
9-
<version>1.0.6</version>
9+
<version>1.0.7</version>
1010

1111
<name>mock-java-lambda</name>
1212

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>software.amazon.awssdk</groupId>
2222
<artifactId>bom</artifactId>
23-
<version>2.22.10</version>
23+
<version>2.25.50</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.amazonaws</groupId>
5656
<artifactId>aws-lambda-java-events</artifactId>
57-
<version>3.11.4</version>
57+
<version>3.11.5</version>
5858
</dependency>
5959
</dependencies>
6060
<build>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.puppycrawl.tools</groupId>
9090
<artifactId>checkstyle</artifactId>
91-
<version>10.12.7</version>
91+
<version>10.16.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.maven.shared</groupId>

source/infrastructure/test/mock-lambda-func/node-lambda/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/infrastructure/test/mock-lambda-func/node-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.js",
66
"scripts": {

source/infrastructure/test/mock-ui/package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)