Skip to content

Commit e192c3e

Browse files
authored
Merge pull request #540 from aws-solutions/release/v2.1.12
update to v2.1.12
2 parents 3827a29 + 4c1bf6f commit e192c3e

26 files changed

+17154
-22483
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
55
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+
## [2.1.12] - 2024-7-31
9+
10+
### Fixed
11+
12+
- Security [vulnerability](https://github.com/advisories/GHSA-mpg4-rc92-vx8v) in `fast-xml-parser`.
13+
814
## [2.1.11] - 2024-7-23
915

1016
### Changed

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.1.11)
1+
# Workload Discovery on AWS (v2.1.12)
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: 7705 additions & 14779 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: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-discovery",
3-
"version": "2.1.11",
3+
"version": "2.1.12",
44
"description": "This contains the code that forms the discovery process for AWS Perspective.",
55
"main": "index.js",
66
"scripts": {
@@ -20,22 +20,22 @@
2020
},
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@aws-sdk/client-api-gateway": "3.485.0",
24-
"@aws-sdk/client-cognito-identity-provider": "3.485.0",
25-
"@aws-sdk/client-config-service": "3.486.0",
26-
"@aws-sdk/client-dynamodb-streams": "3.485.0",
27-
"@aws-sdk/client-ec2": "3.488.0",
28-
"@aws-sdk/client-ecs": "3.489.0",
29-
"@aws-sdk/client-eks": "3.485.0",
30-
"@aws-sdk/client-elastic-load-balancing": "3.485.0",
31-
"@aws-sdk/client-elastic-load-balancing-v2": "3.485.0",
32-
"@aws-sdk/client-iam": "3.489.0",
33-
"@aws-sdk/client-lambda": "3.485.0",
34-
"@aws-sdk/client-opensearch": "3.486.0",
35-
"@aws-sdk/client-organizations": "3.485.0",
36-
"@aws-sdk/client-sns": "3.485.0",
37-
"@aws-sdk/client-sts": "3.489.0",
38-
"@aws-sdk/credential-providers": "3.489.0",
23+
"@aws-sdk/client-api-gateway": "3.621.0",
24+
"@aws-sdk/client-cognito-identity-provider": "3.621.0",
25+
"@aws-sdk/client-config-service": "3.621.0",
26+
"@aws-sdk/client-dynamodb-streams": "3.621.0",
27+
"@aws-sdk/client-ec2": "3.621.0",
28+
"@aws-sdk/client-ecs": "3.621.0",
29+
"@aws-sdk/client-eks": "3.621.0",
30+
"@aws-sdk/client-elastic-load-balancing": "3.621.0",
31+
"@aws-sdk/client-elastic-load-balancing-v2": "3.621.0",
32+
"@aws-sdk/client-iam": "3.621.0",
33+
"@aws-sdk/client-lambda": "3.621.0",
34+
"@aws-sdk/client-opensearch": "3.621.0",
35+
"@aws-sdk/client-organizations": "3.621.0",
36+
"@aws-sdk/client-sns": "3.621.0",
37+
"@aws-sdk/client-sts": "3.621.0",
38+
"@aws-sdk/credential-providers": "3.621.0",
3939
"@aws-sdk/util-arn-parser": "3.465.0",
4040
"@smithy/util-retry": "2.0.9",
4141
"@supercharge/promise-pool": "3.1.0",

source/backend/functions/account-import-templates-api/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/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.1.11",
3+
"version": "2.1.12",
44
"description": "Lambda function that serves cfn templates for account and region importing",
55
"main": "index.js",
66
"scripts": {

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.1.11",
3+
"version": "2.1.12",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

source/backend/functions/cur-notification/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/cur-notification/package.json

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

source/backend/functions/cur-setup/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/cur-setup/package.json

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

source/backend/functions/graph-api/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/graph-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-graph-api",
3-
"version": "2.1.11",
3+
"version": "2.1.12",
44
"description": "The lambda function that queries the Neptune database",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)