@netlify/build 35.2.11 → 35.3.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.
@@ -20,7 +20,7 @@ const OTHER_COMMON_PREFIXES = [
20
20
  'access_',
21
21
  'twilio_',
22
22
  '-----begin',
23
- 'ls0t',
23
+ 'ls0tls1crudjtib',
24
24
  ];
25
25
  export const LIKELY_SECRET_PREFIXES = [
26
26
  ...AWS_PREFIXES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "35.2.11",
3
+ "version": "35.3.1",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -70,13 +70,13 @@
70
70
  "@netlify/blobs": "^10.3.1",
71
71
  "@netlify/cache-utils": "^6.0.4",
72
72
  "@netlify/config": "^24.0.8",
73
- "@netlify/edge-bundler": "14.8.4",
74
- "@netlify/functions-utils": "^6.2.12",
73
+ "@netlify/edge-bundler": "14.8.6",
74
+ "@netlify/functions-utils": "^6.2.13",
75
75
  "@netlify/git-utils": "^6.0.2",
76
76
  "@netlify/opentelemetry-utils": "^2.0.1",
77
77
  "@netlify/plugins-list": "^6.80.0",
78
78
  "@netlify/run-utils": "^6.0.2",
79
- "@netlify/zip-it-and-ship-it": "14.1.12",
79
+ "@netlify/zip-it-and-ship-it": "14.1.13",
80
80
  "@sindresorhus/slugify": "^2.0.0",
81
81
  "ansi-escapes": "^7.0.0",
82
82
  "ansis": "^4.1.0",
@@ -152,5 +152,5 @@
152
152
  "engines": {
153
153
  "node": ">=18.14.0"
154
154
  },
155
- "gitHead": "eae1c7c9d0d7ab598aa676f72d298160a5fee92a"
155
+ "gitHead": "d06afd68ce1f02ded5735e7ab004471707560575"
156
156
  }