@stepzen/graphiql-proxy 0.54.0 → 0.55.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stepzen/graphiql-proxy",
3
- "version": "0.54.0",
3
+ "version": "0.55.0-beta.0",
4
4
  "author": "Darren Waddell <darren@stepzen.com>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://stepzen.com",
@@ -19,11 +19,11 @@
19
19
  "prepare": "cd src/ui && npm install --legacy-peer-deps",
20
20
  "build": "cd src/ui && npm run build",
21
21
  "start": "concurrently \"npm run dev:server\" \"npm run dev:ui\"",
22
- "test": "cross-env TS_NODE_PROJECT='test/tsconfig.json' nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
22
+ "test": "cross-env TS_NODE_PROJECT='test/tsconfig.json' c8 mocha --forbid-only \"test/**/*.test.ts\"",
23
23
  "posttest": "prettier . --check"
24
24
  },
25
25
  "dependencies": {
26
- "@stepzen/fetch": "0.54.0",
26
+ "@stepzen/fetch": "0.55.0-beta.0",
27
27
  "chalk": "^4.1.2",
28
28
  "cross-spawn": "^7.0.6",
29
29
  "debug": "^4.3.4",
@@ -43,6 +43,7 @@
43
43
  "@types/mocha": "^10.0.9",
44
44
  "@types/node-fetch": "^2.6.12",
45
45
  "@types/sinon-chai": "3.2.8",
46
+ "c8": "^10.1.3",
46
47
  "chai": "^4.3.10",
47
48
  "concurrently": "^6.0.2",
48
49
  "cross-env": "^7.0.3",
@@ -52,7 +53,6 @@
52
53
  "mocha": "^10.8.2",
53
54
  "nock": "^13.0.4",
54
55
  "nodemon": "^2.0.22",
55
- "nyc": "^15.1.0",
56
56
  "sinon": "13.0.1",
57
57
  "sinon-chai": "3.7.0",
58
58
  "ts-node": "^10.9.2",
@@ -60,7 +60,10 @@
60
60
  },
61
61
  "overrides": {
62
62
  "--comment--": "workaround for CVE-2024-21538",
63
- "cross-spawn": "^7.0.6"
63
+ "cross-spawn": "^7.0.6",
64
+ "minimatch": {
65
+ "brace-expansion": "^2.0.2"
66
+ }
64
67
  },
65
- "gitHead": "ad7e90606b6db0b8bf3280242ef3e0eb0e433980"
68
+ "gitHead": "e2728d44bb8d86ee61fba5216cd6558b5c5766e6"
66
69
  }