@netlify/build 28.1.0 → 28.1.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.1",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/core/main.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@bugsnag/js": "^7.0.0",
|
|
67
67
|
"@netlify/cache-utils": "^5.0.1",
|
|
68
|
-
"@netlify/config": "^19.0.
|
|
68
|
+
"@netlify/config": "^19.0.2",
|
|
69
69
|
"@netlify/edge-bundler": "^2.8.0",
|
|
70
70
|
"@netlify/functions-utils": "^5.0.1",
|
|
71
71
|
"@netlify/git-utils": "^5.0.1",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"typescript": "^4.5.4",
|
|
117
117
|
"update-notifier": "^5.0.0",
|
|
118
118
|
"uuid": "^8.0.0",
|
|
119
|
-
"yargs": "^17.
|
|
119
|
+
"yargs": "^17.6.0"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@netlify/nock-udp": "^3.0.0",
|
|
@@ -151,5 +151,5 @@
|
|
|
151
151
|
"module": "commonjs"
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
-
"gitHead": "
|
|
154
|
+
"gitHead": "20503830a8814af5d5f8bfabaac38be846e131f4"
|
|
155
155
|
}
|