Skip to content

Commit cac1573

Browse files
authored
Bump json-server to version 0.17.4 (#4591)
1 parent c90828d commit cac1573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"repository": "Codeception/codeceptjs",
3737
"scripts": {
38-
"json-server": "./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
38+
"json-server": "json-server test/data/rest/db.json --host 0.0.0.0 -p 8010 --watch -m test/data/rest/headers.js",
3939
"json-server:graphql": "node test/data/graphql/index.js",
4040
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
4141
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
@@ -146,7 +146,7 @@
146146
"inquirer-test": "2.0.1",
147147
"jsdoc": "4.0.4",
148148
"jsdoc-typeof-plugin": "1.0.0",
149-
"json-server": "0.10.1",
149+
"json-server": "0.17.4",
150150
"playwright": "1.48.2",
151151
"prettier": "^3.3.2",
152152
"puppeteer": "23.6.0",

0 commit comments

Comments
 (0)