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

Commit 5e08e63

Browse files
authored
Merge pull request #417 from aws-solutions/release/v2.1.9
Release v2.1.9
2 parents fa4c659 + 1f38f99 commit 5e08e63

File tree

3 files changed

+242
-7
lines changed

3 files changed

+242
-7
lines changed

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+
## [2.1.9] - 2024-10-01
9+
10+
### Security
11+
12+
- Upgraded vulnerable packages
13+
814
## [2.1.8] - 2024-09-17
915

1016
### Security

source/website/package-lock.json

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

source/website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-localization-on-aws",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -49,6 +49,7 @@
4949
},
5050
"overrides": {
5151
"ip": "^2.0.0",
52+
"rollup": ">=4.22.4",
5253
"postcss": "^8.4.31",
5354
"webpack-dev-middleware": "^5.3.4",
5455
"follow-redirects": "^1.15.6",

0 commit comments

Comments
 (0)