@netlify/build 35.5.7 → 35.5.8

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "35.5.7",
3
+ "version": "35.5.8",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -72,7 +72,7 @@
72
72
  "@netlify/config": "^24.2.0",
73
73
  "@netlify/edge-bundler": "14.9.2",
74
74
  "@netlify/functions-utils": "^6.2.17",
75
- "@netlify/git-utils": "^6.0.2",
75
+ "@netlify/git-utils": "^6.0.3",
76
76
  "@netlify/opentelemetry-utils": "^2.0.1",
77
77
  "@netlify/plugins-list": "^6.80.0",
78
78
  "@netlify/run-utils": "^6.0.2",
@@ -131,7 +131,7 @@
131
131
  "get-node": "^14.2.1",
132
132
  "get-port": "^7.0.0",
133
133
  "has-ansi": "^6.0.0",
134
- "moize": "^6.0.0",
134
+ "micro-memoize": "^5.1.1",
135
135
  "npm-run-all2": "^6.0.0",
136
136
  "process-exists": "^5.0.0",
137
137
  "tinyspy": "^4.0.3",
@@ -152,5 +152,5 @@
152
152
  "engines": {
153
153
  "node": ">=18.14.0"
154
154
  },
155
- "gitHead": "4ce8ef159910b02279eb7bd0509aa39289a7b6a6"
155
+ "gitHead": "5de08d50fe44b45a0f7b78c3b9a87af3455402ab"
156
156
  }