@netlify/build 33.1.0 → 33.1.2

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.
@@ -20,7 +20,7 @@ export function getUtils({ event, constants: { FUNCTIONS_SRC, INTERNAL_FUNCTIONS
20
20
  list: (optsA: any) => Promise<string[]>;
21
21
  getCacheDir: (optsA: any) => string;
22
22
  };
23
- run: (file: string, args?: string[] | object, options?: Record<string, unknown>) => import("execa").ExecaChildProcess<string>;
23
+ run: (file: string, args?: string[] | object, options?: import("execa").Options) => import("execa").ExecaChildProcess<string>;
24
24
  functions: {
25
25
  add: (src: any) => Promise<void>;
26
26
  list: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "33.1.0",
3
+ "version": "33.1.2",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -68,21 +68,21 @@
68
68
  "dependencies": {
69
69
  "@bugsnag/js": "^7.0.0",
70
70
  "@netlify/blobs": "^8.2.0",
71
- "@netlify/cache-utils": "^6.0.0",
72
- "@netlify/config": "^23.0.1",
73
- "@netlify/edge-bundler": "14.0.2",
74
- "@netlify/framework-info": "^10.0.1",
75
- "@netlify/functions-utils": "^6.0.2",
76
- "@netlify/git-utils": "^6.0.0",
71
+ "@netlify/cache-utils": "^6.0.1",
72
+ "@netlify/config": "^23.0.2",
73
+ "@netlify/edge-bundler": "14.0.4",
74
+ "@netlify/framework-info": "^10.0.3",
75
+ "@netlify/functions-utils": "^6.0.4",
76
+ "@netlify/git-utils": "^6.0.1",
77
77
  "@netlify/opentelemetry-utils": "^2.0.0",
78
78
  "@netlify/plugins-list": "^6.80.0",
79
- "@netlify/run-utils": "^6.0.0",
80
- "@netlify/zip-it-and-ship-it": "12.0.0",
79
+ "@netlify/run-utils": "^6.0.1",
80
+ "@netlify/zip-it-and-ship-it": "12.0.2",
81
81
  "@sindresorhus/slugify": "^2.0.0",
82
82
  "ansi-escapes": "^6.0.0",
83
83
  "chalk": "^5.0.0",
84
84
  "clean-stack": "^5.0.0",
85
- "execa": "^7.0.0",
85
+ "execa": "^8.0.0",
86
86
  "fdir": "^6.0.1",
87
87
  "figures": "^5.0.0",
88
88
  "filter-obj": "^5.0.0",
@@ -98,7 +98,7 @@
98
98
  "memoize-one": "^6.0.0",
99
99
  "minimatch": "^9.0.4",
100
100
  "node-fetch": "^3.3.2",
101
- "os-name": "^5.0.0",
101
+ "os-name": "^6.0.0",
102
102
  "p-event": "^6.0.0",
103
103
  "p-every": "^2.0.0",
104
104
  "p-filter": "^4.0.0",
@@ -116,7 +116,7 @@
116
116
  "rfdc": "^1.3.0",
117
117
  "safe-json-stringify": "^1.2.0",
118
118
  "semver": "^7.3.8",
119
- "string-width": "^5.0.0",
119
+ "string-width": "^7.0.0",
120
120
  "strip-ansi": "^7.0.0",
121
121
  "supports-color": "^10.0.0",
122
122
  "terminal-link": "^3.0.0",
@@ -131,12 +131,12 @@
131
131
  "@opentelemetry/sdk-trace-base": "~1.24.0",
132
132
  "@types/node": "^14.18.53",
133
133
  "atob": "^2.1.2",
134
- "ava": "^4.0.0",
134
+ "ava": "^5.0.0",
135
135
  "c8": "^10.0.0",
136
136
  "copyfiles": "^2.4.1",
137
- "cpy": "^9.0.0",
137
+ "cpy": "^11.0.0",
138
138
  "get-node": "^12.0.0",
139
- "get-port": "^6.0.0",
139
+ "get-port": "^7.0.0",
140
140
  "has-ansi": "^6.0.0",
141
141
  "moize": "^6.0.0",
142
142
  "npm-run-all2": "^5.0.0",
@@ -159,5 +159,5 @@
159
159
  "engines": {
160
160
  "node": ">=18.14.0"
161
161
  },
162
- "gitHead": "11241b50b724a2f229614e74dd22c86c4ca8757d"
162
+ "gitHead": "992493d32e1d68d165c4ceb78f93abb52bf24150"
163
163
  }