Skip to content

Commit

Permalink
Bump json-server to version 0.17.4 (#4591)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn authored Nov 15, 2024
1 parent c90828d commit cac1573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": "Codeception/codeceptjs",
"scripts": {
"json-server": "./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
"json-server": "json-server test/data/rest/db.json --host 0.0.0.0 -p 8010 --watch -m test/data/rest/headers.js",
"json-server:graphql": "node test/data/graphql/index.js",
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
Expand Down Expand Up @@ -146,7 +146,7 @@
"inquirer-test": "2.0.1",
"jsdoc": "4.0.4",
"jsdoc-typeof-plugin": "1.0.0",
"json-server": "0.10.1",
"json-server": "0.17.4",
"playwright": "1.48.2",
"prettier": "^3.3.2",
"puppeteer": "23.6.0",
Expand Down

0 comments on commit cac1573

Please sign in to comment.