Skip to content

Commit d78bfcc

Browse files
committed
update to v2.1.13
1 parent e192c3e commit d78bfcc

File tree

24 files changed

+58
-50
lines changed

24 files changed

+58
-50
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.13] - 2024-8-16
9+
10+
### Fixed
11+
12+
- Security [vulnerability](https://github.com/advisories/GHSA-8hc4-vh64-cxmj) in `axios`.
13+
814
## [2.1.12] - 2024-7-31
915

1016
### Fixed

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.12)
1+
# Workload Discovery on AWS (v2.1.13)
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: 2 additions & 2 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.1.12",
3+
"version": "2.1.13",
44
"description": "This contains the code that forms the discovery process for AWS Perspective.",
55
"main": "index.js",
66
"scripts": {

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.12",
3+
"version": "2.1.13",
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.12",
3+
"version": "2.1.13",
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.12",
3+
"version": "2.1.13",
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.12",
3+
"version": "2.1.13",
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.12",
3+
"version": "2.1.13",
44
"description": "The lambda function that queries the Neptune database",
55
"main": "src/index.js",
66
"scripts": {

source/backend/functions/metrics/package-lock.json

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

source/backend/functions/metrics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metrics",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"@aws-sdk/client-ssm": "3.621.0",
2323
"@aws-sdk/credential-providers": "3.621.0",
2424
"aws4": "1.12.0",
25-
"axios": "1.6.1"
25+
"axios": "1.7.4"
2626
},
2727
"devDependencies": {
2828
"@types/aws4": "^1.11.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-setup",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"description": "Custom resource that creates index in OpenSearch.",
55
"main": "src/index.js",
66
"scripts": {

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-settings",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"description": "Lambda function that stores WD configuration data in DynamoDB",
55
"main": "index.js",
66
"scripts": {

source/frontend/package-lock.json

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

source/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workload-discovery-ui",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"private": true,
55
"description": "UI code for the Workload Discovery solution",
66
"author": {
@@ -85,8 +85,8 @@
8585
},
8686
"overrides": {
8787
"sharp": "0.33.0",
88-
"ip": "2.0.1",
89-
"fast-xml-parser": "4.4.1"
88+
"fast-xml-parser": "4.4.1",
89+
"axios": "1.7.4"
9090
},
9191
"scripts": {
9292
"start": "vite",

0 commit comments

Comments
 (0)