Skip to content

Commit 86abe12

Browse files
authored
Merge pull request #41 from aws-solutions/release/v3.2.6
Update to v3.2.6
2 parents 7c7c1f7 + 8a53613 commit 86abe12

File tree

6 files changed

+23
-11
lines changed

6 files changed

+23
-11
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 will be documented in this file.
55
The format is 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+
## [3.2.6] - 2024-09-17
9+
10+
### Security
11+
12+
- Security updates for npm packages
13+
814
## [3.2.5] - 2024-08-22
915

1016
### Security

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: SO0109
22
name: live-streaming-on-aws-with-amazon-s3
3-
version: v3.2.5
3+
version: v3.2.6
44
cloudformation_templates:
55
- template: live-streaming-on-aws-with-amazon-s3.template
66
main_template: true

source/constructs/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/constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-streaming-on-aws-with-amazon-s3",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com/solutions"

source/custom-resource/package-lock.json

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

source/custom-resource/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-streaming-single-pipeline",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com/solutions"
@@ -29,6 +29,9 @@
2929
"type": "git",
3030
"url": "na"
3131
},
32+
"overrides": {
33+
"path-to-regexp": ">=8.1.0"
34+
},
3235
"license": "Apache-2.0",
3336
"readme": "./README.md"
3437
}

0 commit comments

Comments
 (0)