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

Commit 61bd11b

Browse files
authored
Merge pull request #405 from aws-solutions/release/v2.1.4
Apply patch release v2.1.4 to address vulnerabilities
2 parents 8a979d7 + cc217dc commit 61bd11b

File tree

3 files changed

+25
-17
lines changed

3 files changed

+25
-17
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.4] - 2024-03-29
9+
10+
### Security
11+
12+
* Upgraded vulnerable packages
13+
814
## [2.1.3] - 2024-03-20
915

1016
### Changed

source/website/package-lock.json

Lines changed: 15 additions & 15 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-localization-on-aws",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -49,7 +49,9 @@
4949
},
5050
"overrides": {
5151
"ip": "^2.0.0",
52-
"postcss": "^8.4.31"
52+
"postcss": "^8.4.31",
53+
"webpack-dev-middleware": "^5.3.4",
54+
"follow-redirects": "^1.15.6"
5355
},
5456
"eslintConfig": {
5557
"root": false,

0 commit comments

Comments
 (0)