Skip to content

Commit 93d6b38

Browse files
committedFeb 12, 2019
Update deps. Closes #905
1 parent a2b8b52 commit 93d6b38

File tree

3 files changed

+25
-27
lines changed

3 files changed

+25
-27
lines changed
 

‎.gitignore

+17-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
.idea
2-
*.iml
3-
npm-debug.log
4-
dump.rdb
5-
node_modules
1+
**/node_modules
2+
**/package-lock.json
3+
**/npm-shrinkwrap.json
4+
5+
coverage.*
6+
results.*
7+
8+
**/.DS_Store
9+
**/._*
10+
11+
**/*.pem
12+
13+
**/.vs
14+
**/.vscode
15+
**/.idea
16+
617
!test/cli_coverage/node_modules
7-
results.tap
8-
results.xml
9-
npm-shrinkwrap.json
10-
config.json
11-
.DS_Store
12-
*/.DS_Store
13-
*/*/.DS_Store
14-
._*
15-
*/._*
16-
*/*/._*
17-
coverage.json
18-
coverage.html
19-
lib-cov
2018
test_runner
2119
test/cli/test/leaks.js
22-
package-lock.json
20+

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2018, Wyatt Preul and other contributors.
1+
Copyright (c) 2014-2019, Wyatt Preul and other contributors.
22
Copyright (c) 2013-2014, Walmart and other contributors.
33
All rights reserved.
44

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
],
1010
"dependencies": {
1111
"bossy": "4.x.x",
12-
"diff": "3.5.x",
13-
"eslint": "5.10.x",
12+
"diff": "4.x.x",
13+
"eslint": "5.x.x",
1414
"eslint-config-hapi": "12.x.x",
1515
"eslint-plugin-hapi": "4.x.x",
16-
"espree": "5.0.x",
17-
"find-rc": "3.0.x",
16+
"espree": "5.x.x",
17+
"find-rc": "4.x.x",
1818
"handlebars": "4.x.x",
19-
"hoek": "6.1.x",
19+
"hoek": "6.x.x",
2020
"json-stable-stringify": "1.x.x",
2121
"json-stringify-safe": "5.x.x",
2222
"mkdirp": "0.5.x",
23-
"seedrandom": "2.4.x",
23+
"seedrandom": "2.x.x",
2424
"source-map": "0.7.x",
2525
"source-map-support": "0.5.x",
26-
"supports-color": "5.5.x",
26+
"supports-color": "6.x.x",
2727
"will-call": "1.x.x"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.