@storm-software/workspace-tools 1.42.2 → 1.42.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.42.2](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.42.1...workspace-tools-v1.42.2) (2024-01-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **git-tools:** Added dependency override for `request` package to prevent request forgery exposure ([1f42b96](https://github.com/storm-software/storm-ops/commit/1f42b96518e944a3b1e5a3e38dfc1c7dc1a7241f))
7
+
1
8
  ## [1.42.1](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.42.0...workspace-tools-v1.42.1) (2024-01-15)
2
9
 
3
10
 
package/config/nx.json CHANGED
@@ -24,7 +24,8 @@
24
24
  "globalBuildAffectingConfig": [
25
25
  "{workspaceRoot}/tsconfig.base.json",
26
26
  "{workspaceRoot}/package.json",
27
- "{workspaceRoot}/storm.json"
27
+ "{workspaceRoot}/storm.json",
28
+ "{workspaceRoot}/storm.config.js"
28
29
  ],
29
30
  "globalNonBuildAffectingConfig": [
30
31
  "{workspaceRoot}/**/biome.json",
package/index.js CHANGED
@@ -138080,7 +138080,8 @@ var tsupNeutralBuildExecutorFn = (options, context, config) => {
138080
138080
  ...process.env
138081
138081
  }
138082
138082
  },
138083
- context
138083
+ context,
138084
+ config
138084
138085
  );
138085
138086
  };
138086
138087
  var applyDefaultOptions2 = (options) => {