Skip to content

Commit

Permalink
Merge pull request #42 from aws-solutions/release/v1.3.4
Browse files Browse the repository at this point in the history
Release v1.3.4
  • Loading branch information
amzn-gaod committed Aug 9, 2024
2 parents 815dfe9 + cddabb3 commit a5a03b5
Show file tree
Hide file tree
Showing 10 changed files with 3,394 additions and 2,831 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).

## [1.3.4] - 2024-08-09

### Security

- Upgraded vulnerable packages

## [1.3.3] - 2024-07-19

### Security
Expand Down
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: SO0146
name: video-on-demand-on-aws-foundation
version: v1.3.3
version: v1.3.4
cloudformation_templates:
- template: video-on-demand-on-aws-foundation.template
main_template: true
Expand Down
4 changes: 2 additions & 2 deletions source/cdk/package-lock.json

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

2 changes: 1 addition & 1 deletion source/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
},
"version": "1.3.3",
"version": "1.3.4",
"private": true,
"bin": {
"vod-foundation": "bin/vod-foundation.js"
Expand Down
2,001 changes: 1,092 additions & 909 deletions source/custom-resource/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/custom-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"jest": "^29.6.4",
"aws-sdk-client-mock": "3.0.0",
"@aws-sdk/client-mediaconvert": "^3.398.0",
"@aws-sdk/client-s3": "^3.398.0"
"@aws-sdk/client-mediaconvert": "^3.622.0",
"@aws-sdk/client-s3": "^3.622.0"
},
"private": true,
"author": {
Expand Down
Loading

0 comments on commit a5a03b5

Please sign in to comment.