Skip to content

Commit 33ff934

Browse files
authored
Merge pull request #96 from aws-solutions/release/v4.2.12
Update to v4.2.12
2 parents e44cb5e + 2486e13 commit 33ff934

File tree

8 files changed

+30
-20
lines changed

8 files changed

+30
-20
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+
## [4.2.12] - 2025-03-14
9+
10+
### Security
11+
12+
- Security updates for npm packages
13+
814
## [4.2.11] - 2024-11-21
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: SO0013
22
name: live-streaming-on-aws
3-
version: v4.2.11
3+
version: v4.2.12
44
cloudformation_templates:
55
- template: live-streaming-on-aws.template
66
main_template: true

source/console/package-lock.json

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

source/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "player",
3-
"version": "4.2.11",
3+
"version": "4.2.12",
44
"description": "Demo HTML preview player",
55
"license": "Apache-2.0",
66
"author": {

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",
3-
"version": "4.2.11",
3+
"version": "4.2.12",
44
"description": "cdk construct for the live streaming on aws solution",
55
"bin": {
66
"live-stream": "bin/live-streaming.js"

source/constructs/test/__snapshots__/live-streaming.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ exports[`LiveStreaming Stack Test 1`] = `
14991499
S3Bucket: {
15001500
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
15011501
},
1502-
S3Key: 264432000c0c33c568ac9d2ad18309826f0fbd562b6b7e516907c86c233f81a6.zip,
1502+
S3Key: a698a43ac50066f2c0c6f9f62fb02332f35d7e06ba8019ab17ce72f40973699a.zip,
15031503
},
15041504
Description: Used to deploy custom resources and send AnonymizedData,
15051505
Environment: {

source/custom-resource/package-lock.json

Lines changed: 13 additions & 10 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-streaming-on-aws",
3-
"version": "4.2.11",
3+
"version": "4.2.12",
44
"engines": {
55
"node": ">=18"
66
},
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"ansi-regex": "^6.0.1",
14-
"axios": "^1.7.4",
14+
"axios": "^1.8.2",
1515
"uuid": "^9.0.0"
1616
},
1717
"devDependencies": {
@@ -21,7 +21,7 @@
2121
"@aws-sdk/client-s3": "^3.622.0",
2222
"@aws-sdk/client-ssm": "^3.622.0",
2323
"aws-sdk-client-mock": "^3.1.0",
24-
"axios-mock-adapter": "^1.21.5",
24+
"axios-mock-adapter": "^2.1.0",
2525
"chai": "^4.3.7",
2626
"jest": "^29.7.0"
2727
},

0 commit comments

Comments
 (0)