@netlify/build 29.11.2 → 29.11.4

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 +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "29.11.2",
3
+ "version": "29.11.4",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/core/main.js",
@@ -64,15 +64,15 @@
64
64
  "license": "MIT",
65
65
  "dependencies": {
66
66
  "@bugsnag/js": "^7.0.0",
67
- "@netlify/cache-utils": "^5.1.3",
68
- "@netlify/config": "^20.4.1",
69
- "@netlify/edge-bundler": "8.14.1",
70
- "@netlify/framework-info": "^9.8.6",
71
- "@netlify/functions-utils": "^5.2.5",
67
+ "@netlify/cache-utils": "^5.1.5",
68
+ "@netlify/config": "^20.4.2",
69
+ "@netlify/edge-bundler": "8.14.2",
70
+ "@netlify/framework-info": "^9.8.7",
71
+ "@netlify/functions-utils": "^5.2.7",
72
72
  "@netlify/git-utils": "^5.1.1",
73
73
  "@netlify/plugins-list": "^6.68.0",
74
74
  "@netlify/run-utils": "^5.1.0",
75
- "@netlify/zip-it-and-ship-it": "9.3.1",
75
+ "@netlify/zip-it-and-ship-it": "9.5.0",
76
76
  "@sindresorhus/slugify": "^2.0.0",
77
77
  "ansi-escapes": "^6.0.0",
78
78
  "chalk": "^5.0.0",
@@ -112,7 +112,7 @@
112
112
  "supports-color": "^9.0.0",
113
113
  "terminal-link": "^3.0.0",
114
114
  "tmp-promise": "^3.0.2",
115
- "ts-node": "^10.6.0",
115
+ "ts-node": "^10.9.1",
116
116
  "typescript": "^5.0.0",
117
117
  "uuid": "^8.0.0",
118
118
  "yargs": "^17.6.0"
@@ -124,8 +124,7 @@
124
124
  "ava": "^4.0.0",
125
125
  "c8": "^7.12.0",
126
126
  "copyfiles": "^2.4.1",
127
- "cpy": "^8.1.0",
128
- "del": "^6.0.0",
127
+ "cpy": "^9.0.0",
129
128
  "fast-safe-stringify": "^2.0.7",
130
129
  "get-bin-path": "^6.0.0",
131
130
  "get-node": "^12.0.0",
@@ -147,5 +146,5 @@
147
146
  "module": "commonjs"
148
147
  }
149
148
  },
150
- "gitHead": "c848db2cc04b0e2b16c0d3b738e321640d9ce135"
149
+ "gitHead": "6c093847fef2347fc80740059cbf0ee49ea193fc"
151
150
  }