Skip to content

Commit 4246e7a

Browse files
authored
Release 7.0.4 (#599)
1 parent 3294dd8 commit 4246e7a

File tree

22 files changed

+105
-96
lines changed

22 files changed

+105
-96
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ demo-ui-config.js
2828
**/.DS_Store
2929
**/.vscode
3030
**/.idea
31+
build
32+
dist

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+
## [7.0.4] - 2025-06-10
9+
10+
### Security
11+
12+
- Bump `tar-fs` to mitigate [CVE-2025-48387](https://avd.aquasec.com/nvd/cve-2025-48387)
13+
- Bump `aws-cdk-lib` to mitigate [GHSA-5pq3-h73f-66hr](https://github.com/advisories/GHSA-5pq3-h73f-66hr)
14+
815
## [7.0.3] - 2025-05-10
916

1017
### Fixed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.3
1+
7.0.4

architecture.png

-114 KB
Binary file not shown.

deployment/cdk-solution-helper/package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/cdk-solution-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-solution-helper",
3-
"version": "1.0.0",
3+
"version": "7.0.4",
44
"description": "helper to update references in cdk generated cfn template and package lambda assets",
55
"main": "index.js",
66
"scripts": {

source/constructs/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app": "npx ts-node --prefer-ts-exts bin/constructs.ts",
33
"context": {
44
"solutionId": "SO0023",
5-
"solutionVersion": "custom-v7.0.3",
5+
"solutionVersion": "custom-v7.0.4",
66
"solutionName": "dynamic-image-transformation-for-amazon-cloudfront"
77
}
88
}

source/constructs/package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constructs",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Dynamic Image Transformation for Amazon CloudFront Constructs",
55
"license": "Apache-2.0",
66
"author": {
@@ -28,7 +28,7 @@
2828
"@aws-solutions-constructs/core": "2.51.0",
2929
"@types/jest": "^29.5.6",
3030
"@types/node": "^20.10.4",
31-
"aws-cdk": "^2.1003.0",
31+
"aws-cdk": "^2.1018.0",
3232
"aws-cdk-lib": "^2.182.0",
3333
"constructs": "^10.3.0",
3434
"esbuild": "^0.25.0",
@@ -44,7 +44,7 @@
4444
"semver": "7.5.4"
4545
},
4646
"dependencies": {
47-
"sharp": "^0.32.6",
48-
"metrics-utils": "file:../metrics-utils"
47+
"metrics-utils": "file:../metrics-utils",
48+
"sharp": "^0.32.6"
4949
}
5050
}

source/custom-resource/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)