@netlify/build 29.24.0 → 29.24.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/lib/error/type.js CHANGED
@@ -95,7 +95,7 @@ const TYPES = {
95
95
  secretScanningFoundSecrets: {
96
96
  title: 'Secrets scanning detected secrets in files during build.',
97
97
  stackType: 'none',
98
- severity: 'error',
98
+ severity: 'info',
99
99
  },
100
100
  // Plugin called `utils.build.failBuild()`
101
101
  failBuild: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "29.24.0",
3
+ "version": "29.24.1",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -146,5 +146,5 @@
146
146
  "engines": {
147
147
  "node": "^14.16.0 || >=16.0.0"
148
148
  },
149
- "gitHead": "d2322081693fa4fea32710d5551d5cf33b92ee33"
149
+ "gitHead": "579d2c9a6e371cb7ab877d30254c6f5517004e1a"
150
150
  }