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

Commit 772d03d

Browse files
authored
Updates for release v1.1.2
Updates for release v1.1.2
2 parents 39e790c + ab38882 commit 772d03d

File tree

35 files changed

+92
-98
lines changed

35 files changed

+92
-98
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.1.2] - 2024-08-01
11+
12+
### Security
13+
14+
- Updated node modules to patch vulnerabilities
15+
1016
## [1.1.1] - 2024-07-18
1117

1218
### Security

source/infrastructure/package-lock.json

Lines changed: 12 additions & 9 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enhanced-document-understanding-on-aws-infrastructure",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"bin": {
55
"infrastructure": "bin/dus.js"
66
},
@@ -60,6 +60,11 @@
6060
"source-map-support": "^0.5.21",
6161
"uuid": "^9.0.1"
6262
},
63+
"overrides": {
64+
"@aws-sdk/client-sts": {
65+
"fast-xml-parser": "^4.4.1"
66+
}
67+
},
6368
"exclude": [
6469
"node_modules",
6570
"cdk.out"

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.js",
66
"scripts": {
@@ -17,4 +17,4 @@
1717
"url": "https://aws.amazon.com/solutions"
1818
},
1919
"license": "Apache-2.0"
20-
}
20+
}

source/infrastructure/test/mock-ui/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-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mock-react-app",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Mock Reactjs app used for unit testing constructs",
55
"main": "index.js",
66
"scripts": {
@@ -35,4 +35,4 @@
3535
"last 1 safari version"
3636
]
3737
}
38-
}
38+
}

source/lambda/create-presigned-url/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/lambda/create-presigned-url/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-presigned-url",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "This lambda has minimal permissions required to create downloadable presigned URLs for documents.",
55
"main": "index.js",
66
"scripts": {
@@ -24,4 +24,4 @@
2424
"jest": "^29.7.0",
2525
"prettier": "^3.0.3"
2626
}
27-
}
27+
}

source/lambda/entity-detection/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.

0 commit comments

Comments
 (0)