Skip to content

Commit 67c7c0c

Browse files
author
Chris Wiechmann
committed
Updated Mocha for security reasons
1 parent e363343 commit 67c7c0c

File tree

4 files changed

+389
-596
lines changed

4 files changed

+389
-596
lines changed

.github/workflows/plugin-fn-objectfilter-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: [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-objectfilter/Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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.1] 2021-06-14
8+
### Security
9+
- Upgrade Mocha Dev-Dependencies from 7.2.0 to 8.4.0
10+
11+
### Changed
12+
- No longer testing with Node.js version 10.x
13+
- Added Node.js version 14.x to integration tests
814

915
## [1.0.0] 2020-11-16
1016
### Changed

0 commit comments

Comments
 (0)