@netlify/config 20.21.6 → 20.21.7

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.
@@ -103,7 +103,7 @@ const getIntegrations = async function ({ siteId, accountId, testOpts, offline,
103
103
  const integrations = await response.json();
104
104
  return Array.isArray(integrations) ? integrations : [];
105
105
  }
106
- catch (error) {
106
+ catch {
107
107
  return [];
108
108
  }
109
109
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/config",
3
- "version": "20.21.6",
3
+ "version": "20.21.7",
4
4
  "description": "Netlify config module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -74,7 +74,7 @@
74
74
  "is-plain-obj": "^4.0.0",
75
75
  "js-yaml": "^4.0.0",
76
76
  "map-obj": "^5.0.0",
77
- "netlify": "^13.3.2",
77
+ "netlify": "^13.3.3",
78
78
  "node-fetch": "^3.3.1",
79
79
  "omit.js": "^2.0.2",
80
80
  "p-locate": "^6.0.0",
@@ -95,5 +95,5 @@
95
95
  "engines": {
96
96
  "node": "^14.16.0 || >=16.0.0"
97
97
  },
98
- "gitHead": "269e3fe56ea6a36062302df981793e9fe12db324"
98
+ "gitHead": "09e899aeb71775da157dd9c02f41ceadeeb9f401"
99
99
  }