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

Commit fa4c659

Browse files
authored
Merge pull request #416 from aws-solutions/release/v2.1.8
Update to v2.1.8
2 parents 5962e77 + 23ce20f commit fa4c659

File tree

3 files changed

+80
-61
lines changed

3 files changed

+80
-61
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.8] - 2024-09-17
9+
10+
### Security
11+
12+
- Upgraded vulnerable packages
13+
814
## [2.1.7] - 2024-08-26
915

1016
### Security

source/website/package-lock.json

Lines changed: 71 additions & 59 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: 3 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.7",
3+
"version": "2.1.8",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -60,7 +60,8 @@
6060
},
6161
"@aws-amplify/api-rest": {
6262
"axios": "^1.7.4"
63-
}
63+
},
64+
"path-to-regexp": ">=8.1.0"
6465
},
6566
"eslintConfig": {
6667
"root": false,

0 commit comments

Comments
 (0)