Skip to content

Commit c94b0da

Browse files
authored
Merge pull request #604 from aws-solutions/release/v2.3.4
update to v2.3.4
2 parents 7ce0665 + 9c2a246 commit c94b0da

File tree

32 files changed

+123
-114
lines changed

32 files changed

+123
-114
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
- Security [issue](https://github.com/advisories/GHSA-4hjh-wcwx-xvwj) in `axios`.
17+
- Security [issue](https://github.com/advisories/GHSA-jqfw-vq24-v9c3) in `vite`.
18+
- Security [issue](https://github.com/advisories/GHSA-g4jq-h2w9-997c) in `vite`.
19+
20+
## [2.3.3] - 2025-09-16
21+
22+
### Fixed
23+
1624
- Security [issue](https://github.com/advisories/GHSA-95m3-7q98-8xr5) in `sha.js`.
1725
- Security [issue](https://github.com/advisories/GHSA-52f5-9888-hmc6) in `tmp`.
1826

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Workload Discovery on AWS (v2.3.3)
1+
# Workload Discovery on AWS (v2.3.4)
22

33
Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
44
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.

source/backend/discovery/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.

source/backend/discovery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-discovery",
3-
"version": "2.3.3",
3+
"version": "v2.3.4",
44
"description": "This contains the code that forms the discovery process for AWS Perspective.",
55
"main": "index.mjs",
66
"type": "module",

source/backend/functions/account-import-templates-api/package-lock.json

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

source/backend/functions/account-import-templates-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-import-templates",
3-
"version": "2.3.3",
3+
"version": "v2.3.4",
44
"description": "Lambda function that serves cfn templates for account and region importing",
55
"main": "index.mjs",
66
"type": "module",

source/backend/functions/application-monitoring/package-lock.json

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

source/backend/functions/application-monitoring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-search-api",
3-
"version": "2.3.3",
3+
"version": "v2.3.4",
44
"description": "The lambda function that queries health status of WD solution",
55
"main": "src/index.mjs",
66
"type": "module",

source/backend/functions/cost-parser/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/backend/functions/cost-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-cost",
3-
"version": "2.3.3",
3+
"version": "v2.3.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)