@netlify/build 29.12.6 → 29.12.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "29.12.
|
|
3
|
+
"version": "29.12.8",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/core/main.js",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"@netlify/config": "^20.5.1",
|
|
69
69
|
"@netlify/edge-bundler": "8.16.2",
|
|
70
70
|
"@netlify/framework-info": "^9.8.10",
|
|
71
|
-
"@netlify/functions-utils": "^5.2.
|
|
71
|
+
"@netlify/functions-utils": "^5.2.13",
|
|
72
72
|
"@netlify/git-utils": "^5.1.1",
|
|
73
73
|
"@netlify/plugins-list": "^6.68.0",
|
|
74
74
|
"@netlify/run-utils": "^5.1.1",
|
|
75
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
75
|
+
"@netlify/zip-it-and-ship-it": "9.10.0",
|
|
76
76
|
"@sindresorhus/slugify": "^2.0.0",
|
|
77
77
|
"ansi-escapes": "^6.0.0",
|
|
78
78
|
"chalk": "^5.0.0",
|
|
@@ -111,7 +111,6 @@
|
|
|
111
111
|
"strip-ansi": "^7.0.0",
|
|
112
112
|
"supports-color": "^9.0.0",
|
|
113
113
|
"terminal-link": "^3.0.0",
|
|
114
|
-
"tmp-promise": "^3.0.2",
|
|
115
114
|
"ts-node": "^10.9.1",
|
|
116
115
|
"typescript": "^5.0.0",
|
|
117
116
|
"uuid": "^9.0.0",
|
|
@@ -135,6 +134,7 @@
|
|
|
135
134
|
"path-key": "^4.0.0",
|
|
136
135
|
"process-exists": "^5.0.0",
|
|
137
136
|
"sinon": "^13.0.0",
|
|
137
|
+
"tmp-promise": "^3.0.2",
|
|
138
138
|
"tsd": "^0.24.1",
|
|
139
139
|
"yarn": "^1.22.4"
|
|
140
140
|
},
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"module": "commonjs"
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "d0f8ab39846e14532655694264da61301cd1d4c2"
|
|
150
150
|
}
|