Skip to content

Commit 8023fbe

Browse files
committed
Update development dependencies to resolve security
1 parent b1ff634 commit 8023fbe

File tree

4 files changed

+1050
-1699
lines changed

4 files changed

+1050
-1699
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: ['10', '12', '14', '16']
25+
node-version: ['14', '16', '18']
2626

2727
name: test on nodejs ${{ matrix.node-version }}
2828

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v7.1.1
2+
- Resolve most development-only security vulnerabilities (no production ones present) ([861](../../pull/861))
3+
- Don't run test on node 10 & 12 - dev deps don't work
4+
15
### v7.1.0
26
- Add `isDirty` function to instances ([859](../../pull/859))
37

0 commit comments

Comments
 (0)