Skip to content

Commit

Permalink
Merge pull request #248 from aws-solutions/feature/v6.1.9
Browse files Browse the repository at this point in the history
Update to v6.1.9
  • Loading branch information
tbelmega authored Sep 17, 2024
2 parents 9f1bdb5 + f88ab11 commit 67e7140
Show file tree
Hide file tree
Showing 28 changed files with 130 additions and 160 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).

## [6.1.9] - 2024-09-17

### Security

- Security updates for npm packages

## [6.1.8] - 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,6 +1,6 @@
id: SO0021
name: video-on-demand-on-aws
version: v6.1.8
version: v6.1.9
cloudformation_templates:
- template: video-on-demand-on-aws.template
main_template: true
Expand Down
16 changes: 5 additions & 11 deletions source/archive-source/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/archive-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
},
"overrides": {
"path-to-regexp": ">=8.1.0"
},
"license": "Apache-2.0"
}
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 @@ -2,7 +2,7 @@
"name": "video-on-demand-on-aws",
"description": "Synthesize templates for Video on Demand on AWS using AWS Cloud Development Kit (CDK).",
"license": "Apache-2.0",
"version": "6.1.8",
"version": "6.1.9",
"bin": {
"cdk": "bin/vod.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 @@ -32,5 +32,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/dynamo/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/dynamo/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/encode/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/encode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,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/error-handler/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/error-handler/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/input-validate/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/input-validate/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/media-package-assets/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/media-package-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
},
"overrides": {
"path-to-regexp": ">=8.1.0"
},
"license": "Apache-2.0"
}
Loading

0 comments on commit 67e7140

Please sign in to comment.