Skip to content

Commit

Permalink
Merge pull request #92 from aws-solutions/release/v4.2.8
Browse files Browse the repository at this point in the history
Update to v4.2.8
  • Loading branch information
tbelmega authored Sep 17, 2024
2 parents 222068f + aef967b commit 5fb5741
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 52 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).

## [4.2.8] - 2024-09-17

### Security

- Security updates for npm packages

## [4.2.7] - 2024-08-22

### Security
Expand Down
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: SO0013
name: live-streaming-on-aws
version: v4.2.7
version: v4.2.8
cloudformation_templates:
- template: live-streaming-on-aws.template
main_template: true
Expand Down
132 changes: 93 additions & 39 deletions source/console/package-lock.json

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

6 changes: 4 additions & 2 deletions source/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player",
"version": "4.2.7",
"version": "4.2.8",
"description": "Demo HTML preview player",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -50,7 +50,9 @@
"nth-check": "2.1.1",
"webpack-dev-middleware": ">=5.3.4",
"follow-redirects": ">=1.15.6",
"@adobe/css-tools": ">=4.3.3"
"@adobe/css-tools": ">=4.3.3",
"body-parser": ">=1.20.3",
"path-to-regexp": ">=8.1.0"
},
"resolutions": {
"nth-check": "2.1.1"
Expand Down
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",
"version": "4.2.7",
"version": "4.2.8",
"description": "cdk construct for the live streaming on aws solution",
"bin": {
"live-stream": "bin/live-streaming.js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ exports[`LiveStreaming Stack Test 1`] = `
S3Bucket: {
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
},
S3Key: cc9f85ec506ff85a660a9c94a21b73a66ddfc09c4f62e83e06fb803b03787166.zip,
S3Key: 8dd9792f2342316093b8a2472279610918d0ca861828bf8e308be944b2e21e4e.zip,
},
Description: Used to deploy custom resources and send AnonymizedData,
Environment: {
Expand Down
15 changes: 9 additions & 6 deletions source/custom-resource/package-lock.json

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

5 changes: 3 additions & 2 deletions source/custom-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-streaming-on-aws",
"version": "4.2.7",
"version": "4.2.8",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -30,7 +30,8 @@
"url": "na"
},
"overrides": {
"follow-redirects": ">=1.15.6"
"follow-redirects": ">=1.15.6",
"path-to-regexp": ">=8.1.0"
},
"author": {
"name": "Amazon Web Services",
Expand Down

0 comments on commit 5fb5741

Please sign in to comment.