Skip to content

Commit 6c96522

Browse files
authored
Upgrade to version v1.1.14
### Security - Upgraded tar-fs to `2.1.2` - Upgraded aws-cdk-lib to `2.187.0` - Upgraded aws-cdk to `2.1006.0` - Upgraded image-size to `1.2.1`
2 parents b272379 + 5bf7e4c commit 6c96522

File tree

45 files changed

+897
-459
lines changed

Some content is hidden

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

45 files changed

+897
-459
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.14] - 2025-04-03
9+
10+
### Security
11+
12+
- Upgraded tar-fs to `2.1.2`
13+
- Upgraded aws-cdk-lib to `2.187.0`
14+
- Upgraded aws-cdk to `2.1006.0`
15+
- Upgraded image-size to `1.2.1`
16+
817
## [1.1.13] - 2025-03-12
918

1019
### Security

Diff for: deployment/get-cdk-version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
const pkg = require("../source/infrastructure/node_modules/aws-cdk-lib/package.json");
4+
const pkg = require("../source/infrastructure/node_modules/aws-cdk/package.json");
55
console.log(pkg.version);

Diff for: source/infrastructure/cdk.json

+1-1
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.13",
60+
"solution_version": "v1.1.14",
6161
"app_namespace": "app.idp",
6262
"app_registry_name": "enhanced-document-understanding",
6363
"application_type": "AWS-Solutions",

0 commit comments

Comments
 (0)