Skip to content

Commit

Permalink
Merge pull request #540 from aws-solutions/release/v2.1.12
Browse files Browse the repository at this point in the history
update to v2.1.12
  • Loading branch information
svozza committed Jul 31, 2024
2 parents 3827a29 + 4c1bf6f commit e192c3e
Show file tree
Hide file tree
Showing 26 changed files with 17,154 additions and 22,483 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 are documented in this file.
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).

## [2.1.12] - 2024-7-31

### Fixed

- Security [vulnerability](https://github.com/advisories/GHSA-mpg4-rc92-vx8v) in `fast-xml-parser`.

## [2.1.11] - 2024-7-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workload Discovery on AWS (v2.1.11)
# Workload Discovery on AWS (v2.1.12)

Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.
Expand Down
22,484 changes: 7,705 additions & 14,779 deletions source/backend/discovery/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions source/backend/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-discovery",
"version": "2.1.11",
"version": "2.1.12",
"description": "This contains the code that forms the discovery process for AWS Perspective.",
"main": "index.js",
"scripts": {
Expand All @@ -20,22 +20,22 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-api-gateway": "3.485.0",
"@aws-sdk/client-cognito-identity-provider": "3.485.0",
"@aws-sdk/client-config-service": "3.486.0",
"@aws-sdk/client-dynamodb-streams": "3.485.0",
"@aws-sdk/client-ec2": "3.488.0",
"@aws-sdk/client-ecs": "3.489.0",
"@aws-sdk/client-eks": "3.485.0",
"@aws-sdk/client-elastic-load-balancing": "3.485.0",
"@aws-sdk/client-elastic-load-balancing-v2": "3.485.0",
"@aws-sdk/client-iam": "3.489.0",
"@aws-sdk/client-lambda": "3.485.0",
"@aws-sdk/client-opensearch": "3.486.0",
"@aws-sdk/client-organizations": "3.485.0",
"@aws-sdk/client-sns": "3.485.0",
"@aws-sdk/client-sts": "3.489.0",
"@aws-sdk/credential-providers": "3.489.0",
"@aws-sdk/client-api-gateway": "3.621.0",
"@aws-sdk/client-cognito-identity-provider": "3.621.0",
"@aws-sdk/client-config-service": "3.621.0",
"@aws-sdk/client-dynamodb-streams": "3.621.0",
"@aws-sdk/client-ec2": "3.621.0",
"@aws-sdk/client-ecs": "3.621.0",
"@aws-sdk/client-eks": "3.621.0",
"@aws-sdk/client-elastic-load-balancing": "3.621.0",
"@aws-sdk/client-elastic-load-balancing-v2": "3.621.0",
"@aws-sdk/client-iam": "3.621.0",
"@aws-sdk/client-lambda": "3.621.0",
"@aws-sdk/client-opensearch": "3.621.0",
"@aws-sdk/client-organizations": "3.621.0",
"@aws-sdk/client-sns": "3.621.0",
"@aws-sdk/client-sts": "3.621.0",
"@aws-sdk/credential-providers": "3.621.0",
"@aws-sdk/util-arn-parser": "3.465.0",
"@smithy/util-retry": "2.0.9",
"@supercharge/promise-pool": "3.1.0",
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-import-templates",
"version": "2.1.11",
"version": "2.1.12",
"description": "Lambda function that serves cfn templates for account and region importing",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/cost-parser/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/backend/functions/cost-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cost",
"version": "2.1.11",
"version": "2.1.12",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/cur-notification/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/backend/functions/cur-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cur-notification",
"version": "2.1.11",
"version": "2.1.12",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/cur-setup/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/backend/functions/cur-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cur-setup",
"version": "2.1.11",
"version": "2.1.12",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/graph-api/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/backend/functions/graph-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-graph-api",
"version": "2.1.11",
"version": "2.1.12",
"description": "The lambda function that queries the Neptune database",
"main": "src/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit e192c3e

Please sign in to comment.