Skip to content

Commit

Permalink
set-value version bump fix for vuln. CVE-2019-10747 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxghtless committed Oct 1, 2019
1 parent 7519b44 commit 819e9cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"devDependencies": {
"ava": "^1.4.1",
"nyc": "^13.3.0",
"xo": "^0.24.0"
"xo": "^0.24.0",
"set-value": ">=2.0.1"
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test('ModeMask instance includes expected modes combinations', t => {
t.truthy(modeMask.indexOf(modes.READ + modes.WRITE + modes.AUTO_CREATE));
});

test("ModeMask instance does't include unexpected modes", t => {
test('ModeMask instance does\'t include unexpected modes', t => {
const modes = {
READ: 1,
WRITE: 2,
Expand Down

0 comments on commit 819e9cc

Please sign in to comment.