Skip to content

Commit 79db5a1

Browse files
authored
Release 7.0.6 (#602)
1 parent dc535ba commit 79db5a1

File tree

16 files changed

+33
-28
lines changed

16 files changed

+33
-28
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.6] - 2025-07-28
9+
10+
### Security
11+
- Bump `form-data` to mitigate [CVE-2025-7783](https://github.com/advisories/GHSA-fjxv-7rqg-78g4)
12+
813
## [7.0.5] - 2025-07-07
914

1015
### Changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.5
1+
7.0.6

source/constructs/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.

source/constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constructs",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "Dynamic Image Transformation for Amazon CloudFront Constructs",
55
"license": "Apache-2.0",
66
"author": {

source/custom-resource/package-lock.json

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

source/custom-resource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-resource",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"private": true,
55
"description": "Dynamic Image Transformation for Amazon CloudFront custom resource",
66
"license": "Apache-2.0",

source/demo-ui/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.

source/demo-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-ui",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"private": true,
55
"description": "Dynamic Image Transformation for Amazon CloudFront demo ui",
66
"license": "Apache-2.0",

source/image-handler/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.

source/image-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-handler",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"private": true,
55
"description": "A Lambda function for performing on-demand image edits and manipulations.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)