Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f521b5f

Browse files
authored
Merge pull request #767 from aws-solutions/release/v5.1.9
Release v5.1.9
2 parents da597a9 + b73ebf0 commit f521b5f

5 files changed

Lines changed: 22 additions & 14 deletions

File tree

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+
## [5.1.9] - 2024-11-21
9+
10+
### Security
11+
12+
- Upgraded npm packages
13+
814
## [5.1.8] - 2024-08-26
915

1016
### Changed

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: SO0163
22
name: media-insights-on-aws
3-
version: 5.1.8
3+
version: 5.1.9
44
cloudformation_templates:
55
- template: media-insights-on-aws-stack.template
66
main_template: true

source/cdk/package-lock.json

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

source/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "media-insights-on-aws",
3-
"version": "5.1.8",
3+
"version": "5.1.9",
44
"description": "Synthesize templates for Media Insights on AWS using AWS Cloud Development Kit (CDK).",
55
"license": "Apache-2.0",
66
"private": true,

source/cdk/test/__snapshots__/media-insights-stack.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ exports[`Snapshot media-insights root stack test 1`] = `
20772077
"CodeKeyPrefix",
20782078
],
20792079
},
2080-
"media_insights_on_aws_lambda_layer_python3.10-v5.1.8.zip",
2080+
"media_insights_on_aws_lambda_layer_python3.10-v5.1.9.zip",
20812081
],
20822082
],
20832083
},
@@ -2124,7 +2124,7 @@ exports[`Snapshot media-insights root stack test 1`] = `
21242124
"CodeKeyPrefix",
21252125
],
21262126
},
2127-
"media_insights_on_aws_lambda_layer_python3.11-v5.1.8.zip",
2127+
"media_insights_on_aws_lambda_layer_python3.11-v5.1.9.zip",
21282128
],
21292129
],
21302130
},
@@ -2171,7 +2171,7 @@ exports[`Snapshot media-insights root stack test 1`] = `
21712171
"CodeKeyPrefix",
21722172
],
21732173
},
2174-
"media_insights_on_aws_lambda_layer_python3.9-v5.1.8.zip",
2174+
"media_insights_on_aws_lambda_layer_python3.9-v5.1.9.zip",
21752175
],
21762176
],
21772177
},

0 commit comments

Comments
 (0)