Skip to content

Commit f9b1e66

Browse files
authored
Update to version 6.3.2 (#580)
1 parent afc0fb5 commit f9b1e66

File tree

19 files changed

+96
-48
lines changed

19 files changed

+96
-48
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+
## [6.3.2] - 2024-11-22
9+
10+
### Fixed
11+
- Upgrade cross-spawn to v7.0.6 for vulnerability [CVE-2024-9506](https://github.com/advisories/GHSA-5j4c-8p2g-v4jx)
12+
813
## [6.3.1] - 2024-10-02
914

1015
### Fixed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.1
1+
6.3.2

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

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

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-v6.3.0",
5+
"solutionVersion": "custom-v6.3.2",
66
"solutionName": "serverless-image-handler"
77
}
88
}

source/constructs/package-lock.json

Lines changed: 41 additions & 5 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": "6.3.1",
3+
"version": "6.3.2",
44
"description": "Serverless Image Handler Constructs",
55
"license": "Apache-2.0",
66
"author": {

source/constructs/test/__snapshots__/constructs.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
8181
"Config": {
8282
"AnonymousUsage": "Yes",
8383
"SolutionId": "S0ABC",
84-
"Version": "v6.3.1",
84+
"Version": "v6.3.2",
8585
},
8686
},
8787
},
@@ -408,7 +408,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
408408
"Solutions:ApplicationType": "AWS-Solutions",
409409
"Solutions:SolutionID": "S0ABC",
410410
"Solutions:SolutionName": "sih",
411-
"Solutions:SolutionVersion": "v6.3.1",
411+
"Solutions:SolutionVersion": "v6.3.2",
412412
},
413413
},
414414
"Type": "AWS::ServiceCatalogAppRegistry::Application",
@@ -1277,7 +1277,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
12771277
},
12781278
"S3Key": "Omitted to remove snapshot dependency on hash",
12791279
},
1280-
"Description": "sih (v6.3.1): Performs image edits and manipulations",
1280+
"Description": "sih (v6.3.2): Performs image edits and manipulations",
12811281
"Environment": {
12821282
"Variables": {
12831283
"AUTO_WEBP": {
@@ -1977,7 +1977,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
19771977
},
19781978
"S3Key": "Omitted to remove snapshot dependency on hash",
19791979
},
1980-
"Description": "sih (v6.3.1): Custom resource",
1980+
"Description": "sih (v6.3.2): Custom resource",
19811981
"Environment": {
19821982
"Variables": {
19831983
"RETRY_SECONDS": "5",
@@ -2583,7 +2583,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
25832583
"applicationType": "AWS-Solutions",
25842584
"solutionID": "S0ABC",
25852585
"solutionName": "sih",
2586-
"version": "v6.3.1",
2586+
"version": "v6.3.2",
25872587
},
25882588
"Description": "Attribute group for solution information",
25892589
"Name": {

0 commit comments

Comments
 (0)