Skip to content

Commit 29fe1e7

Browse files
committed
update to version 6.2.2
1 parent 3c98d1f commit 29fe1e7

File tree

20 files changed

+8955
-9449
lines changed

20 files changed

+8955
-9449
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.2.2] - 2023-09-29
9+
10+
### Changed
11+
12+
- Update package.json Author
13+
- Modify some license headers to maintain consistency
14+
15+
### Security
16+
17+
- Upgraded sharp to v0.32.6 for vulnerability CVE-2023-4863
18+
- Upgraded outdated NPM packages
19+
820
## [6.2.1] - 2023-08-03
921

1022
### Fixed
@@ -225,7 +237,7 @@ Version 6.0.0 does not support upgrading from previous versions due to the updat
225237

226238
- Lambda functions runtime to nodejs12.x
227239
- sharp version (from 0.21.3 to 0.23.3)
228-
- Image handler function to use Composite API (https://sharp.pixelplumbing.com/en/stable/api-composite/)
240+
- Image handler function to use Composite API (<https://sharp.pixelplumbing.com/en/stable/api-composite/>)
229241
- License to Apache-2.0
230242

231243
### Removed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ If you discover a potential security issue in this project we ask that you notif
5656
## Licensing
5757

5858
See the [LICENSE](https://github.com/aws-solutions/serverless-image-handler/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59-
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
59+
60+
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

NOTICE.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Serverless Image Handler
2+
23
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
5+
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
6+
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
7+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
8+
specific language governing permissions and limitations under the License.
39

410
**********************
511
THIRD PARTY COMPONENTS
@@ -22,12 +28,12 @@ This software includes third party software subject to the following copyrights:
2228
@types/color-name under the Massachusetts Institute of Technology (MIT) license
2329
@types/jest under the Massachusetts Institute of Technology (MIT) license
2430
@types/node under the Massachusetts Institute of Technology (MIT) license
25-
@types/sharp under the Massachusetts Institute of Technology (MIT) license
2631
@types/uuid under the Massachusetts Institute of Technology (MIT) license
2732
@typescript-eslint/eslint-plugin under the Massachusetts Institute of Technology (MIT) license
2833
@typescript-eslint/parser under the BSD 2-Clause license
2934
adm-zip under the Massachusetts Institute of Technology (MIT) license
3035
aws-cdk under the Apache License 2.0
36+
aws-cdk-lib under the Apache License 2.0
3137
aws-sdk under the Apache License 2.0
3238
axios under the Massachusetts Institute of Technology (MIT) license
3339
bootstrap under the Massachusetts Institute of Technology (MIT) license

0 commit comments

Comments
 (0)