Skip to content

Commit

Permalink
Merge pull request #405 from aws-solutions/release/v2.1.4
Browse files Browse the repository at this point in the history
Apply patch release v2.1.4 to address vulnerabilities
  • Loading branch information
marcburnie authored Mar 29, 2024
2 parents 8a979d7 + cc217dc commit 61bd11b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 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).

## [2.1.4] - 2024-03-29

### Security

* Upgraded vulnerable packages

## [2.1.3] - 2024-03-20

### Changed
Expand Down
30 changes: 15 additions & 15 deletions source/website/package-lock.json

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

6 changes: 4 additions & 2 deletions source/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "content-localization-on-aws",
"version": "2.1.3",
"version": "2.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -49,7 +49,9 @@
},
"overrides": {
"ip": "^2.0.0",
"postcss": "^8.4.31"
"postcss": "^8.4.31",
"webpack-dev-middleware": "^5.3.4",
"follow-redirects": "^1.15.6"
},
"eslintConfig": {
"root": false,
Expand Down

0 comments on commit 61bd11b

Please sign in to comment.