Skip to content

Commit 46eb330

Browse files
authored
Update dependencies (#132)
1 parent 99b5676 commit 46eb330

5 files changed

Lines changed: 786 additions & 789 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "standard",
2+
"extends": ["standard"],
33
"plugins": [
44
"standard",
55
"promise",

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Master
22

3+
### Improvements
4+
- Update dependencies to address security vulnerabilities
5+
36
# 3.1.1 - 2 September, 2020
47

58
### Fixes
@@ -33,4 +36,4 @@
3336

3437
- Validate loaded OpenAPI specification (throws an error if it's not a valid OpenAPI 3.0 document)
3538
- Drop Node 6 support
36-
- If your OpenAPI 3.x specification includes servers definition, some of the endpoints that weren't being matched for validation in the past can start getting validated (if any of servers + path combination matches) #46
39+
- If your OpenAPI 3.x specification includes servers definition, some of the endpoints that weren't being matched for validation in the past can start getting validated (if any of servers + path combination matches) #46

0 commit comments

Comments
 (0)