Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.19] - 2025-09-18

### Security

- Bumped axios to `1.12.1` to mitigate [CVE-2025-58754](https://avd.aquasec.com/nvd/cve-2025-58754)

### Changed

- package-lock.json to address dependabot identified vulnerabilities

## [3.3.18] - 2025-07-30

### Security
Expand Down
1 change: 1 addition & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@ cli-cursor under the MIT license.
restore-cursor under the MIT license.
cli-width under the ISC license.
external-editor under the MIT license.
@inquirer/external-editor under the MIT license.
chardet under the MIT license.
os-tmpdir under the MIT license.
figures under the MIT license.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Resources:
Condition:
ArnEquals:
aws:PrincipalArn:
- !Sub arn:${AWS::Partition}:iam::${HubAccount}:role/STNO-StateMachineLambdaFunctionRole-* // remove region, use wildcard
- !Sub arn:${AWS::Partition}:iam::${HubAccount}:role/STNO-StateMachineLambdaFunctionRole-*
Policies:
- PolicyName: OrganizationDetailsReadOnly
PolicyDocument:
Expand Down
4 changes: 2 additions & 2 deletions source/cognito-trigger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/cognito-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cognito-trigger",
"version": "3.3.17",
"version": "3.3.19",
"description": "Triggered when a new user is confirmed in the user pool to allow for custom actions to be taken",
"author": {
"name": "Amazon Web Services",
Expand Down
2 changes: 1 addition & 1 deletion source/lambda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "solution"
version = "3.3.18"
version = "3.3.19"
authors = [ { name = "Amazon Web Services" }]
description = "solution packages for network-orchestration-for-tgw"
license = "Apache-2.0"
Expand Down
108 changes: 56 additions & 52 deletions source/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-orchestrator-for-aws-transit-gateway",
"version": "3.3.18",
"version": "3.3.19",
"description": "Network Orchestration for AWS Transit Gateway(SO0058)",
"license": "Apache-2.0",
"author": {
Expand Down