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

Commit 4c3863f

Browse files
authored
Changes for release v3.0.15 (#283)
1 parent 23efcd2 commit 4c3863f

File tree

4 files changed

+49
-42
lines changed

4 files changed

+49
-42
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [3.0.15] - 2025-09-22
9+
10+
### Security
11+
12+
- Updated axios to fix [CVE-2025-58754](https://nvd.nist.gov/vuln/detail/CVE-2025-58754)
13+
- Updated npm dependencies
14+
815
## [3.0.14] - 2025-08-27
916

1017
### Security

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0222 # Solution Id
33
name: amazon-marketing-cloud-uploader-from-aws # trademarked name
4-
version: v3.0.14 # current version of the solution. Used to verify template headers
4+
version: v3.0.15 # current version of the solution. Used to verify template headers
55
cloudformation_templates: # This list should match with AWS CloudFormation templates section of IG
66
- template: amazon-marketing-cloud-uploader-from-aws.template
77
main_template: true

source/website/package-lock.json

Lines changed: 40 additions & 40 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amcufa",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)