stepzen 0.58.0-experimental.b9976bd → 0.58.0-experimental.f464aa3

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.
package/README.md CHANGED
@@ -36,7 +36,7 @@ $ npm install -g stepzen
36
36
  $ stepzen COMMAND
37
37
  running command...
38
38
  $ stepzen (--version|-v)
39
- stepzen/0.58.0-experimental.b9976bd linux-x64 node-v22.22.2
39
+ stepzen/0.58.0-experimental.f464aa3 linux-x64 node-v22.22.2
40
40
  $ stepzen --help [COMMAND]
41
41
  USAGE
42
42
  $ stepzen COMMAND
@@ -2121,5 +2121,5 @@
2121
2121
  ]
2122
2122
  }
2123
2123
  },
2124
- "version": "0.58.0-experimental.b9976bd"
2124
+ "version": "0.58.0-experimental.f464aa3"
2125
2125
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stepzen",
3
3
  "description": "The StepZen CLI",
4
- "version": "0.58.0-experimental.b9976bd",
4
+ "version": "0.58.0-experimental.f464aa3",
5
5
  "license": "MIT",
6
6
  "author": "Darren Waddell <darren@stepzen.com>",
7
7
  "contributors": [
@@ -32,10 +32,10 @@
32
32
  "@oclif/plugin-version": "^2.2.41",
33
33
  "@segment/analytics-node": "^2.2.0",
34
34
  "@soluble/dsn-parser": "^1.7.5",
35
- "@stepzen/fetch": "0.58.0-experimental.b9976bd",
36
- "@stepzen/graphiql-proxy": "0.58.0-experimental.b9976bd",
37
- "@stepzen/sdk": "0.58.0-experimental.b9976bd",
38
- "@stepzen/transpiler": "0.58.0-experimental.b9976bd",
35
+ "@stepzen/fetch": "0.58.0-experimental.f464aa3",
36
+ "@stepzen/graphiql-proxy": "0.58.0-experimental.f464aa3",
37
+ "@stepzen/sdk": "0.58.0-experimental.f464aa3",
38
+ "@stepzen/transpiler": "0.58.0-experimental.f464aa3",
39
39
  "chalk": "^4.1.2",
40
40
  "chokidar": "^3.6.0",
41
41
  "compare-versions": "^6.1.1",
@@ -47,7 +47,7 @@
47
47
  "graphql": "^16.9.0",
48
48
  "graphql-ws": "^5.16.0",
49
49
  "inquirer": "^8.2.6",
50
- "lodash-es": "^4.17.21",
50
+ "lodash-es": "^4.18.0",
51
51
  "prettier": "^2.8.3",
52
52
  "pretty-ms": "^7.0.1",
53
53
  "puka": "^1.0.1",
@@ -152,10 +152,10 @@
152
152
  "--comment--": "workaround for CVE-2022-25881",
153
153
  "http-cache-semantics": "^4.1.1"
154
154
  },
155
- "--comment--": "workaround for CVE-2024-4067, CVE-2024-21538, CVE-2025-7783 and CVE-2026-33671",
155
+ "--comment--": "workaround for CVE-2024-4067, CVE-2024-21538, CVE-2025-7783 and CVE-2026-4800",
156
156
  "micromatch": "^4.0.8",
157
157
  "cross-spawn": "^7.0.6",
158
- "picomatch": "^4.0.4",
158
+ "lodash": "^4.18.0",
159
159
  "minimatch": {
160
160
  "brace-expansion": "^2.0.2"
161
161
  },
@@ -163,5 +163,5 @@
163
163
  "@oclif/core": "^4.10.5"
164
164
  }
165
165
  },
166
- "gitHead": "b9976bd65291340da6c8a50347fad030772addbc"
166
+ "gitHead": "f464aa3bc0f5874c10013c903a2360b2c7e217e8"
167
167
  }