Skip to content

Commit

Permalink
Update deps. Closes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Aug 14, 2019
1 parent d09d6fd commit c3e483b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"dependencies": {
"@hapi/boom": "7.x.x",
"@hapi/hoek": "6.x.x"
"@hapi/hoek": "8.x.x"
},
"devDependencies": {
"@hapi/catbox": "10.x.x",
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x"
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -L -t 100",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('Memory', () => {
const value = { a: 1 };

value.b = value;
await expect(client.set(key, value, 10)).to.reject('Converting circular structure to JSON');
await expect(client.set(key, value, 10)).to.reject(/Converting circular structure to JSON/);
});

it('ignored starting a connection twice chained', async () => {
Expand Down

0 comments on commit c3e483b

Please sign in to comment.