Skip to content

Commit

Permalink
Update to version v.4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amzn-mnnurza committed Mar 29, 2024
1 parent af7deb6 commit 44a8466
Show file tree
Hide file tree
Showing 8 changed files with 254 additions and 283 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.4] - 2024-03-29

### Changed

- Security updates for npm packages

## [4.2.3] - 2023-10-30

### Changed
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: 4.2.3
version: 4.2.4
cloudformation_templates:
- template: live-streaming-on-aws.template
main_template: true
491 changes: 225 additions & 266 deletions source/console/package-lock.json

Large diffs are not rendered by default.

7 changes: 5 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.2",
"version": "4.2.4",
"description": "Demo HTML preview player",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -47,7 +47,10 @@
]
},
"overrides": {
"nth-check": "2.1.1"
"nth-check": "2.1.1",
"webpack-dev-middleware": ">=5.3.4",
"follow-redirects": ">=1.15.6",
"@adobe/css-tools": ">=4.3.3"
},
"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.2",
"version": "4.2.4",
"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: a9bed78e6aa95728281138d465c4d9ee01f87d3405e0021ee355d58ab1be7183.zip,
S3Key: a7f68e384125284a4c5f4dfe51df04bd2fb8e68a699896ff3d89a3bcddae2aab.zip,
},
Description: Used to deploy custom resources and send AnonymizedData,
Environment: {
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.

7 changes: 5 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.2",
"version": "4.2.4",
"engines": {
"node": ">=18"
},
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"ansi-regex": "^6.0.1",
"axios": "^1.4.0",
"axios": "^1.6.8",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand All @@ -29,6 +29,9 @@
"type": "git",
"url": "na"
},
"overrides": {
"follow-redirects": ">=1.15.6"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
Expand Down

0 comments on commit 44a8466

Please sign in to comment.