Skip to content

Commit b272379

Browse files
authored
Upgrade to version v1.1.13
### Security - Upgraded axios to 1.8.2 - Upgraded @babel/helpers to 7.26.10
2 parents 8f0e6f3 + 41ac4ae commit b272379

File tree

46 files changed

+987
-3663
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

+987
-3663
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.13] - 2025-03-12
9+
10+
### Security
11+
12+
- Upgraded axios to `1.8.2`
13+
- Upgraded @babel/helpers to `7.26.10`
14+
815
## [1.1.12] - 2025-03-06
916

1017
### Security

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

source/infrastructure/package-lock.json

+44-199
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/infrastructure/package.json

+1-1
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.12",
3+
"version": "1.1.13",
44
"bin": {
55
"infrastructure": "bin/dus.js"
66
},

source/infrastructure/test/mock-lambda-func/infrastructure/test/mock-lambda-func/python-lambda/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mock-python-lambda"
3-
version = "1.1.12"
3+
version = "1.1.13"
44
authors = [ "Amazon Web Services" ]
55
description = "Mock function for infra testing"
66
packages = [

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

+1-1
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.1.12</version>
9+
<version>1.1.13</version>
1010

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

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)