Skip to content

Commit

Permalink
Merge pull request #38 from aws-solutions/release/v1.0.16
Browse files Browse the repository at this point in the history
Update to version v1.0.16
  • Loading branch information
abewub authored Nov 27, 2024
2 parents fbc27a6 + 0d4707f commit b429bbf
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 61 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [1.0.16] - 2024-11-27

### Changed

- Updated dependencies to address cross-spawn CVE-2024-21538

## [1.0.15] - 2024-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions deployment/cdk-solution-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-solution-helper",
"version": "1.0.6",
"version": "1.0.16",
"description": "Account Assessment for AWS Organizations (SO0217)",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -44,4 +44,4 @@
"!/build/"
]
}
}
}
2 changes: 1 addition & 1 deletion deployment/manifest-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manifest-generator",
"version": "1.0.6",
"version": "1.0.16",
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
Expand Down
7 changes: 4 additions & 3 deletions source/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "account-assessment-for-aws-organizations",
"version": "1.0.15",
"version": "1.0.16",
"description": "Account Assessment for AWS Organizations (SO0217)",
"license": "Apache-2.0",
"author": {
Expand Down
130 changes: 77 additions & 53 deletions source/webui/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/webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "account-assessment-for-aws-organizations-webui",
"version": "1.0.15",
"version": "1.0.16",
"description": "Account Assessment for AWS Organizations (SO0217)",
"license": "Apache-2.0",
"author": {
Expand Down

0 comments on commit b429bbf

Please sign in to comment.