Skip to content

Commit

Permalink
Update deps. Closes #905
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Feb 12, 2019
1 parent a2b8b52 commit 93d6b38
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 27 deletions.
36 changes: 17 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
.idea
*.iml
npm-debug.log
dump.rdb
node_modules
**/node_modules
**/package-lock.json
**/npm-shrinkwrap.json

coverage.*
results.*

**/.DS_Store
**/._*

**/*.pem

**/.vs
**/.vscode
**/.idea

!test/cli_coverage/node_modules
results.tap
results.xml
npm-shrinkwrap.json
config.json
.DS_Store
*/.DS_Store
*/*/.DS_Store
._*
*/._*
*/*/._*
coverage.json
coverage.html
lib-cov
test_runner
test/cli/test/leaks.js
package-lock.json

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2018, Wyatt Preul and other contributors.
Copyright (c) 2014-2019, Wyatt Preul and other contributors.
Copyright (c) 2013-2014, Walmart and other contributors.
All rights reserved.

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
],
"dependencies": {
"bossy": "4.x.x",
"diff": "3.5.x",
"eslint": "5.10.x",
"diff": "4.x.x",
"eslint": "5.x.x",
"eslint-config-hapi": "12.x.x",
"eslint-plugin-hapi": "4.x.x",
"espree": "5.0.x",
"find-rc": "3.0.x",
"espree": "5.x.x",
"find-rc": "4.x.x",
"handlebars": "4.x.x",
"hoek": "6.1.x",
"hoek": "6.x.x",
"json-stable-stringify": "1.x.x",
"json-stringify-safe": "5.x.x",
"mkdirp": "0.5.x",
"seedrandom": "2.4.x",
"seedrandom": "2.x.x",
"source-map": "0.7.x",
"source-map-support": "0.5.x",
"supports-color": "5.5.x",
"supports-color": "6.x.x",
"will-call": "1.x.x"
},
"devDependencies": {
Expand Down

0 comments on commit 93d6b38

Please sign in to comment.