Skip to content

Commit

Permalink
Upgrading dependencies to address vulnerabilities (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: srkandi <[email protected]>
  • Loading branch information
sanjay-reddy-kandi and sanjay-amazon authored Jul 10, 2024
1 parent 42e9846 commit 39c2c51
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 89 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is 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).

## [1.8.9] - 2024-07-10
### Changed
- Upgraded braces to mitigate CVE-2024-4068
- Upgraded requests to mitigate CVE-2024-35195

## [1.8.8] - 2024-03-11
### Changed
- Upgraded synthetics canary runtime to v6.2
Expand Down
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: SO0143 # Solution Id
name: devops-monitoring-dashboard-on-aws # trademarked name
version: v1.8.6 # current version of the solution. Used to verify template headers
version: v1.8.9 # current version of the solution. Used to verify template headers
cloudformation_templates: # This list should match with AWS CloudFormation templates section of IG
- template: aws-devops-monitoring-dashboard.template
main_template: true
Expand Down
28 changes: 14 additions & 14 deletions source/lambda/event_parser/npm-shrinkwrap.json

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

40 changes: 20 additions & 20 deletions source/lambda/multi_account_custom_resources/npm-shrinkwrap.json

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

40 changes: 20 additions & 20 deletions source/lambda/query_runner/npm-shrinkwrap.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/lambda/quicksight-custom-resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
crhelper==2.0.11
PyYAML==6.0
requests==2.31.0
requests==2.32.3
tenacity~=8.2.2
urllib3<2

2 changes: 1 addition & 1 deletion source/lambda/solution_helper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crhelper==2.0.11
requests==2.31.0
requests==2.32.3
urllib3<2

20 changes: 10 additions & 10 deletions source/lambda/tag_query/npm-shrinkwrap.json

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

18 changes: 9 additions & 9 deletions source/npm-shrinkwrap.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/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws_devops_monitoring_dashboard",
"description": "CDK app to provision AWS resources for the solution",
"version": "1.8.6",
"version": "1.8.9",
"bin": {
"aws_devops_monitoring_dashboard": "bin/aws_devops_monitoring_dashboard.js"
},
Expand Down Expand Up @@ -54,5 +54,5 @@
},
"overrides": {
"semver": "~7.5.2"
}
}
}
Loading

0 comments on commit 39c2c51

Please sign in to comment.