Skip to content

Commit

Permalink
Merge pull request #541 from aws-solutions/release/v2.1.13
Browse files Browse the repository at this point in the history
update to v2.1.13
  • Loading branch information
svozza authored Aug 16, 2024
2 parents e192c3e + d78bfcc commit 065cf72
Show file tree
Hide file tree
Showing 24 changed files with 58 additions and 50 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.13] - 2024-8-16

### Fixed

- Security [vulnerability](https://github.com/advisories/GHSA-8hc4-vh64-cxmj) in `axios`.

## [2.1.12] - 2024-7-31

### Fixed
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.12)
# Workload Discovery on AWS (v2.1.13)

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
4 changes: 2 additions & 2 deletions source/backend/discovery/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/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-discovery",
"version": "2.1.12",
"version": "2.1.13",
"description": "This contains the code that forms the discovery process for AWS Perspective.",
"main": "index.js",
"scripts": {
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.12",
"version": "2.1.13",
"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.12",
"version": "2.1.13",
"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.12",
"version": "2.1.13",
"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.12",
"version": "2.1.13",
"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.12",
"version": "2.1.13",
"description": "The lambda function that queries the Neptune database",
"main": "src/index.js",
"scripts": {
Expand Down
23 changes: 12 additions & 11 deletions source/backend/functions/metrics/package-lock.json

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

4 changes: 2 additions & 2 deletions source/backend/functions/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metrics",
"version": "2.1.12",
"version": "2.1.13",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@aws-sdk/client-ssm": "3.621.0",
"@aws-sdk/credential-providers": "3.621.0",
"aws4": "1.12.0",
"axios": "1.6.1"
"axios": "1.7.4"
},
"devDependencies": {
"@types/aws4": "^1.11.3",
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/opensearch-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/opensearch-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-setup",
"version": "2.1.12",
"version": "2.1.13",
"description": "Custom resource that creates index in OpenSearch.",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/search-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/search-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-search-api",
"version": "2.1.12",
"version": "2.1.13",
"description": "The lambda function that queries the OpenSearch database",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/settings/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/settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-settings",
"version": "2.1.12",
"version": "2.1.13",
"description": "Lambda function that stores WD configuration data in DynamoDB",
"main": "index.js",
"scripts": {
Expand Down
13 changes: 7 additions & 6 deletions source/frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions source/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workload-discovery-ui",
"version": "2.1.12",
"version": "2.1.13",
"private": true,
"description": "UI code for the Workload Discovery solution",
"author": {
Expand Down Expand Up @@ -85,8 +85,8 @@
},
"overrides": {
"sharp": "0.33.0",
"ip": "2.0.1",
"fast-xml-parser": "4.4.1"
"fast-xml-parser": "4.4.1",
"axios": "1.7.4"
},
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 065cf72

Please sign in to comment.