Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 88440ff

Browse files
committed
Update dependencies
1 parent 3c46dcd commit 88440ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

generators/app/templates/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-fake-backend",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.",
55
"license": "MIT",
66
"main": "index.js",
@@ -25,7 +25,7 @@
2525
"glue": "^3.x.x",
2626
"good": "^7.0.1",
2727
"good-console": "^6.1.2",
28-
"good-squeeze": "^3.0.1",
28+
"good-squeeze": "^4.0.0",
2929
"handlebars": "^4.0.5",
3030
"hapi": "^13.x.x",
3131
"inert": "^4.0.0",
@@ -34,9 +34,9 @@
3434
"visionary": "^6.x.x"
3535
},
3636
"devDependencies": {
37-
"code": "^3.0.0",
37+
"code": "^3.0.1",
3838
"coveralls": "^2.11.9",
39-
"eslint": "^2.11.1",
39+
"eslint": "^2.13.0",
4040
"eslint-config-hapi": "^9.1.0",
4141
"eslint-plugin-hapi": "^4.0.0",
4242
"lab": "^10.x.x",

0 commit comments

Comments
 (0)