Skip to content

Commit

Permalink
Merge pull request #44 from aws-solutions/release/v1.3.6
Browse files Browse the repository at this point in the history
Update to v1.3.6
  • Loading branch information
tbelmega committed Sep 17, 2024
2 parents a25549f + 240060a commit 29e79d1
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 37 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.6] - 2024-09-17

### Security

- Security updates for npm packages

## [1.3.5] - 2024-08-22

### 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.5
version: v1.3.6
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.5",
"version": "1.3.6",
"private": true,
"bin": {
"vod-foundation": "bin/vod-foundation.js"
Expand Down
16 changes: 5 additions & 11 deletions source/custom-resource/package-lock.json

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

3 changes: 3 additions & 0 deletions source/custom-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
},
"overrides": {
"path-to-regexp": ">=8.1.0"
},
"license": "Apache-2.0"
}
16 changes: 5 additions & 11 deletions source/job-complete/package-lock.json

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

3 changes: 3 additions & 0 deletions source/job-complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
},
"overrides": {
"path-to-regexp": ">=8.1.0"
},
"license": "Apache-2.0"
}
16 changes: 5 additions & 11 deletions source/job-submit/package-lock.json

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

3 changes: 3 additions & 0 deletions source/job-submit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
},
"overrides": {
"path-to-regexp": ">=8.1.0"
},
"license": "Apache-2.0"
}

0 comments on commit 29e79d1

Please sign in to comment.