Skip to content

Commit b36c8d2

Browse files
authored
Update package.json
Get latest version of Hapi to get rid the warning `DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.` hapijs/hapi#3368
1 parent fe5b1b0 commit b36c8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"dependencies": {
99
"core-js": "^2.4.1",
10-
"hapi": "13.2.2",
10+
"hapi": "*",
1111
"inert": "3.2.0",
1212
"lodash": "^4.13.1",
1313
"mkdirp": "0.5.1",

0 commit comments

Comments
 (0)