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

Commit d000a48

Browse files
authored
Upgrade to version v1.1.17
### Security - Upgraded form-data to `4.0.4` - Upgraded @eslint/plugin-kit to `0.3.4` - Upgraded urllib3 to `2.5.0` - Upgraded requests to `2.32.4` - Upgraded on-headers to `1.1.0` - Upgraded webpack-dev-server to `5.2.2` - Upgraded aws-cdk to `2.1021.0` - Upgraded aws-cdk-lib to `2.206.0` - Upgraded brace-expansion to `2.0.2`
2 parents e89e778 + 87b74dc commit d000a48

File tree

46 files changed

+3302
-2781
lines changed

Some content is hidden

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

46 files changed

+3302
-2781
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ deployment/global-s3-assets
22
deployment/regional-s3-assets
33
deployment/open-source
44

5+
/build
6+
57
**/coverage/
68
**/coverage-reports/
79
.coverage

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.17] - 2025-07-24
9+
10+
### Security
11+
12+
- Upgraded form-data to `4.0.4`
13+
- Upgraded @eslint/plugin-kit to `0.3.4`
14+
- Upgraded urllib3 to `2.5.0`
15+
- Upgraded requests to `2.32.4`
16+
- Upgraded on-headers to `1.1.0`
17+
- Upgraded webpack-dev-server to `5.2.2`
18+
- Upgraded aws-cdk to `2.1021.0`
19+
- Upgraded aws-cdk-lib to `2.206.0`
20+
- Upgraded brace-expansion to `2.0.2`
21+
822
## [1.1.16] - 2025-06-04
923

1024
### Security

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": true,
5858
"solution_id": "SO0281",
5959
"solution_name": "enhanced-document-understanding-on-aws",
60-
"solution_version": "v1.1.16",
60+
"solution_version": "v1.1.17",
6161
"app_namespace": "app.idp",
6262
"app_registry_name": "enhanced-document-understanding",
6363
"application_type": "AWS-Solutions",

0 commit comments

Comments
 (0)