diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0c6b00fda11..0ad5fb9d448 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@netlify/build": "^18.17.0", - "@netlify/config": "^15.7.0", + "@netlify/config": "^15.7.1", "@netlify/framework-info": "^5.11.0", "@netlify/local-functions-proxy": "^1.1.1", "@netlify/plugin-edge-handlers": "^1.11.22", @@ -2780,9 +2780,9 @@ } }, "node_modules/@netlify/config": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/@netlify/config/-/config-15.7.0.tgz", - "integrity": "sha512-cIwCzloVmQ0xxALU6yYzbA279zECOYx5D1fBFJaTbC47zuJDz6GVirISUh2V3Dv47H6Tv2eRXGrDyvPcwrj4ZQ==", + "version": "15.7.1", + "resolved": "https://registry.npmjs.org/@netlify/config/-/config-15.7.1.tgz", + "integrity": "sha512-UmDbvqWGvmhhmfQLC5Usj4UxAhDmTIUUPZUYH41eYl/p60fB3L1gUVNLyBZ55q/tqAkGvrIAhgP4pzocfghC5A==", "dependencies": { "@ungap/from-entries": "^0.2.1", "array-flat-polyfill": "^1.0.1", @@ -23773,9 +23773,9 @@ } }, "@netlify/config": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/@netlify/config/-/config-15.7.0.tgz", - "integrity": "sha512-cIwCzloVmQ0xxALU6yYzbA279zECOYx5D1fBFJaTbC47zuJDz6GVirISUh2V3Dv47H6Tv2eRXGrDyvPcwrj4ZQ==", + "version": "15.7.1", + "resolved": "https://registry.npmjs.org/@netlify/config/-/config-15.7.1.tgz", + "integrity": "sha512-UmDbvqWGvmhhmfQLC5Usj4UxAhDmTIUUPZUYH41eYl/p60fB3L1gUVNLyBZ55q/tqAkGvrIAhgP4pzocfghC5A==", "requires": { "@ungap/from-entries": "^0.2.1", "array-flat-polyfill": "^1.0.1", @@ -24367,6 +24367,7 @@ "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.0.tgz", "integrity": "sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==", "requires": { + "@oclif/config": "^1.15.1", "@oclif/errors": "^1.3.3", "@oclif/parser": "^3.8.3", "@oclif/plugin-help": "^3", diff --git a/package.json b/package.json index e15e147f437..b927beb185c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ }, "dependencies": { "@netlify/build": "^18.17.0", - "@netlify/config": "^15.7.0", + "@netlify/config": "^15.7.1", "@netlify/framework-info": "^5.11.0", "@netlify/local-functions-proxy": "^1.1.1", "@netlify/plugin-edge-handlers": "^1.11.22",