Skip to content

Commit 6a93199

Browse files
committed
Updated package version (0.1.5)
1 parent 65cc5b7 commit 6a93199

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
3030

3131
## [0.1.3] - 2024-12-01
3232

33-
- NPM security fix (CVE-2024-21538)
33+
- NPM security fix ([CVE-2024-21538](https://github.com/advisories/GHSA-3xgq-45jj-v275))
3434
- Upgraded outdated NPM packages
3535

3636
## [0.1.4] - 2025-07-29
3737

38-
- NPM security fix (CVE-2024-11831)
38+
- NPM security fix ([CVE-2024-11831](https://github.com/advisories/GHSA-76p7-773f-r4q5))
39+
40+
## [0.1.5] - 2026-01-14
41+
42+
- Package node engine to AWS supported (v20)
43+
- NPM security fix ([CVE-2025-15284](https://github.com/advisories/GHSA-6rw7-vpxm-498p))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lambda-edge-server",
33
"description": "AWS CloudFront Lambda@Edge handler function emulator.",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"main": "server.js",
66
"scripts": {
77
"lint": "eslint *.js test",

0 commit comments

Comments
 (0)