Skip to content

Commit 5093f24

Browse files
authored
Update to version v3.0.2
### Security - Upgraded @eslint/plugin-kit to `0.3.4` - Upgraded form-data to `4.0.4` - Upgraded on-headers to `1.1.0`
2 parents 0ed5b62 + bebd33f commit 5093f24

File tree

44 files changed

+1282
-770
lines changed

Some content is hidden

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

44 files changed

+1282
-770
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [3.0.2] - 2025-07-24
9+
10+
### Security
11+
12+
- Upgraded @eslint/plugin-kit to `0.3.4`
13+
- Upgraded form-data to `4.0.4`
14+
- Upgraded on-headers to `1.1.0`
15+
816
## [3.0.1] - 2025-06-26
917

1018
### Security

source/infrastructure/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@custom-bundler/unit-test": false,
6565
"solution_id": "SO0276",
6666
"solution_name": "generative-ai-application-builder-on-aws",
67-
"solution_version": "v3.0.1",
67+
"solution_version": "v3.0.2",
6868
"app_registry_name": "GAAB",
6969
"application_type": "AWS-Solutions",
7070
"application_trademark_name": "Generative AI Application Builder on AWS",

source/infrastructure/package-lock.json

Lines changed: 107 additions & 59 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/gen-ai-app-builder-on-aws-infrastructure",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"bin": {
55
"infrastructure": "bin/gen-ai-app-builder.js"
66
},

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": "@amzn/node-lambda",
3-
"version": "3.0.1",
3+
"version": "3.0.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-lambda-func/python-lambda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mock-lambda-function"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
authors = [ "Amazon Web Services" ]
55
description = "Mock lambda implementation to unit test infrastructure code"
66
packages = [

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

Lines changed: 9 additions & 8 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/typescript-lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amzn/mock-typescript-lambda",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A mock lambda implementation for CDK infrastructure unit",
55
"main": "index.ts",
66
"scripts": {
@@ -27,4 +27,4 @@
2727
"url": "https://aws.amazon.com/solutions"
2828
},
2929
"license": "Apache-2.0"
30-
}
30+
}

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

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

0 commit comments

Comments
 (0)