nx 22.7.4 → 22.7.6

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "22.7.4",
3
+ "version": "22.7.6",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
@@ -94,7 +94,7 @@
94
94
  "figures": "3.2.0",
95
95
  "flat": "5.0.2",
96
96
  "follow-redirects": "1.16.0",
97
- "form-data": "4.0.5",
97
+ "form-data": "4.0.6",
98
98
  "fs-constants": "1.0.0",
99
99
  "function-bind": "1.1.2",
100
100
  "get-caller-file": "2.0.5",
@@ -104,7 +104,7 @@
104
104
  "has-flag": "4.0.0",
105
105
  "has-symbols": "1.1.0",
106
106
  "has-tostringtag": "1.0.2",
107
- "hasown": "2.0.2",
107
+ "hasown": "2.0.4",
108
108
  "ieee754": "1.2.1",
109
109
  "ignore": "7.0.5",
110
110
  "inherits": "2.0.4",
@@ -145,7 +145,7 @@
145
145
  "strip-bom": "3.0.0",
146
146
  "supports-color": "7.2.0",
147
147
  "tar-stream": "2.2.0",
148
- "tmp": "0.2.4",
148
+ "tmp": "0.2.7",
149
149
  "tree-kill": "1.2.2",
150
150
  "tsconfig-paths": "4.2.0",
151
151
  "tslib": "2.8.1",
@@ -171,16 +171,16 @@
171
171
  }
172
172
  },
173
173
  "optionalDependencies": {
174
- "@nx/nx-darwin-arm64": "22.7.4",
175
- "@nx/nx-darwin-x64": "22.7.4",
176
- "@nx/nx-freebsd-x64": "22.7.4",
177
- "@nx/nx-linux-arm-gnueabihf": "22.7.4",
178
- "@nx/nx-linux-arm64-gnu": "22.7.4",
179
- "@nx/nx-linux-arm64-musl": "22.7.4",
180
- "@nx/nx-linux-x64-gnu": "22.7.4",
181
- "@nx/nx-linux-x64-musl": "22.7.4",
182
- "@nx/nx-win32-arm64-msvc": "22.7.4",
183
- "@nx/nx-win32-x64-msvc": "22.7.4"
174
+ "@nx/nx-darwin-arm64": "22.7.6",
175
+ "@nx/nx-darwin-x64": "22.7.6",
176
+ "@nx/nx-freebsd-x64": "22.7.6",
177
+ "@nx/nx-linux-arm-gnueabihf": "22.7.6",
178
+ "@nx/nx-linux-arm64-gnu": "22.7.6",
179
+ "@nx/nx-linux-arm64-musl": "22.7.6",
180
+ "@nx/nx-linux-x64-gnu": "22.7.6",
181
+ "@nx/nx-linux-x64-musl": "22.7.6",
182
+ "@nx/nx-win32-arm64-msvc": "22.7.6",
183
+ "@nx/nx-win32-x64-msvc": "22.7.6"
184
184
  },
185
185
  "nx-migrations": {
186
186
  "migrations": "./migrations.json",