diff --git a/CHANGELOG.md b/CHANGELOG.md index 559c192..557ccd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ 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.11] - 2024-12-23 +TODO: Update release date when time is known + +## [2.1.12] - 2025-03-17 + +### Security + +- Upgraded vulnerable packages +- Updated `Media Insights on AWS` version to v5.1.10 + +## [2.1.11] - 2024-12-27 ### Changed diff --git a/deployment/content-localization-on-aws.yaml b/deployment/content-localization-on-aws.yaml index f10a1a9..0b68c4d 100755 --- a/deployment/content-localization-on-aws.yaml +++ b/deployment/content-localization-on-aws.yaml @@ -24,7 +24,7 @@ Conditions: Mappings: MediaInsights: Release: - Version: "v5.1.9" + Version: "v5.1.10" Application: SourceCode: GlobalS3Bucket: "%%GLOBAL_BUCKET_NAME%%" diff --git a/source/website/package-lock.json b/source/website/package-lock.json index ddb9e41..0b7b4fb 100644 --- a/source/website/package-lock.json +++ b/source/website/package-lock.json @@ -1,19 +1,19 @@ { "name": "content-localization-on-aws", - "version": "2.1.11", + "version": "2.1.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "content-localization-on-aws", - "version": "2.1.11", + "version": "2.1.12", "license": "Apache-2.0", "dependencies": { "@vue/compat": "^3.4.21", "@vue/compiler-sfc": "^3.4.21", "aws-amplify": "5.3.21", "aws-amplify-vue": "2.1.9", - "axios": "^1.7.7", + "axios": "^1.8.2", "bootstrap": "4.6.1", "bootstrap-vue": "^2.23.1", "chart.js": "^4.4.6", @@ -11373,9 +11373,10 @@ } }, "node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/source/website/package.json b/source/website/package.json index c2edcc8..0fb04f6 100644 --- a/source/website/package.json +++ b/source/website/package.json @@ -1,6 +1,6 @@ { "name": "content-localization-on-aws", - "version": "2.1.11", + "version": "2.1.12", "private": true, "type": "module", "scripts": { @@ -13,7 +13,7 @@ "dependencies": { "aws-amplify": "5.3.21", "aws-amplify-vue": "2.1.9", - "axios": "^1.7.7", + "axios": "^1.8.2", "bootstrap": "4.6.1", "bootstrap-vue": "^2.23.1", "chart.js": "^4.4.6",