Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v4.2.3 #77

Merged
merged 3 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.3] - 2023-10-30

### Changed

- Security updates for npm packages


## [4.2.2] - 2023-08-07

### Changed
Expand Down
6 changes: 6 additions & 0 deletions solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: SO0013
name: live-streaming-on-aws
version: 4.2.3
cloudformation_templates:
- template: live-streaming-on-aws.template
main_template: true
11,765 changes: 7,314 additions & 4,451 deletions source/console/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
Expand Down
6 changes: 3 additions & 3 deletions source/constructs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"aws-cdk": "^2.85.0",
"aws-cdk-lib": "^2.85.0",
"constructs": "10.2.63",
"jest": "^29.6.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.1.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@aws-cdk/aws-servicecatalogappregistry-alpha": "2.85.0-alpha.0",
"@aws-solutions-constructs/aws-cloudfront-s3": "^2.41.0",
"@aws-solutions-constructs/aws-cloudfront-s3": "2.41.0",
"aws-cdk-lib": "2.84.0",
"cdk-nag": "^2.21.52",
"cdk-nag": "2.21.52",
"source-map-support": "^0.5.21"
}
}
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: 71ed5e5a22bd74b1a840f15173900495a51634e754102c260b07619f15358d84.zip,
S3Key: a9bed78e6aa95728281138d465c4d9ee01f87d3405e0021ee355d58ab1be7183.zip,
},
Description: Used to deploy custom resources and send AnonymizedData,
Environment: {
Expand Down
2,860 changes: 1,492 additions & 1,368 deletions source/custom-resource/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/custom-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"aws-sdk-client-mock": "^3.0.0",
"axios-mock-adapter": "^1.21.5",
"chai": "^4.3.7",
"jest": "^29.6.2"
"jest": "^29.7.0"
},
"repository": {
"type": "git",
Expand Down