Skip to content

Commit

Permalink
Merge pull request #40 from aws-solutions/release/v3.2.5
Browse files Browse the repository at this point in the history
Update to version v3.2.5
  • Loading branch information
amzn-gaod authored Aug 22, 2024
2 parents 4663540 + 036da57 commit 7c7c1f7
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 17 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 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).

## [3.2.5] - 2024-08-22

### Security

- Security updates for npm packages

## [3.2.4] - 2024-08-09

### Security
Expand Down
11 changes: 11 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Reporting Security Issues

We take all security reports seriously.
When we receive such reports,
we will investigate and subsequently address
any potential vulnerabilities as quickly as possible.
If you discover a potential security issue in this project,
please notify AWS/Amazon Security via our
[vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/)
or directly via email to [AWS Security](mailto:[email protected]).
Please do *not* create a public GitHub issue in this project.
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: SO0109
name: live-streaming-on-aws-with-amazon-s3
version: v3.2.4
version: v3.2.5
cloudformation_templates:
- template: live-streaming-on-aws-with-amazon-s3.template
main_template: true
Expand Down
4 changes: 2 additions & 2 deletions source/constructs/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/constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-streaming-on-aws-with-amazon-s3",
"version": "3.2.4",
"version": "3.2.5",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
Expand Down
20 changes: 10 additions & 10 deletions source/custom-resource/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/custom-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-streaming-single-pipeline",
"version": "3.2.4",
"version": "3.2.5",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
Expand All @@ -14,14 +14,14 @@
"test": "jest --coverage"
},
"dependencies": {
"axios": ">=1.4.0",
"axios": "^1.7.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@aws-sdk/client-medialive": "^3.622.0",
"@aws-sdk/client-ssm": "^3.622.0",
"aws-sdk-client-mock": "^3.1.0",
"axios-mock-adapter": "^1.21.5",
"axios-mock-adapter": "^1.22.0",
"chai": "*",
"jest": "^29.6.1"
},
Expand Down

0 comments on commit 7c7c1f7

Please sign in to comment.