Skip to content

Commit 9525c37

Browse files
author
Chris Wiechmann
committed
Updated Mocha to solve security issues
1 parent 70de081 commit 9525c37

File tree

4 files changed

+424
-412
lines changed

4 files changed

+424
-412
lines changed

.github/workflows/plugin-fn-aws-lambda-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
node-version: [8.x, 10.x, 12.x]
22+
node-version: [12.x, 14.x]
2323
steps:
2424
# - name: Debug
2525
# uses: hmarr/debug-action@v1.0.0

api-builder-plugin-fn-aws-lambda/Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [1.0.2] 2021-05-31
8+
### Security
9+
- Updated Mocha to solve security issues
810
### Added
911
- aws-sdk version changed from 2.619.0 to 2.656.0
1012
- Using Simple-Mock for Unit-Tests

0 commit comments

Comments
 (0)