From 345c6aa10a7e5ed30be33aeea3b1e5dcc8a5c0fc Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Tue, 15 Feb 2022 12:39:33 +0000
Subject: [PATCH] fix(deps): update dependency @netlify/functions to v1

---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index c3be525011..39230f7d87 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
       "version": "4.2.6",
       "license": "MIT",
       "dependencies": {
-        "@netlify/functions": "^0.11.1",
+        "@netlify/functions": "^1.0.0",
         "@netlify/ipx": "^0.0.9",
         "@vercel/node-bridge": "^2.1.0",
         "chalk": "^4.1.2",
@@ -3826,9 +3826,9 @@
       }
     },
     "node_modules/@netlify/functions": {
-      "version": "0.11.1",
-      "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.1.tgz",
-      "integrity": "sha512-J2QUAYRblvTrl/cOYU2RNHdv/EYy4qnKQhds0aDNB560Y83wfpaMS3F7PKpHygGWrVuLRyevenIzsV9MaQrKlQ==",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.0.0.tgz",
+      "integrity": "sha512-7fnJv3vr8uyyyOYPChwoec6MjzsCw1CoRUO2DhQ1BD6bOyJRlD4DUaOOGlMILB2LCT8P24p5LexEGx8AJb7xdA==",
       "dependencies": {
         "is-promise": "^4.0.0"
       },
@@ -23818,9 +23818,9 @@
       }
     },
     "@netlify/functions": {
-      "version": "0.11.1",
-      "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.1.tgz",
-      "integrity": "sha512-J2QUAYRblvTrl/cOYU2RNHdv/EYy4qnKQhds0aDNB560Y83wfpaMS3F7PKpHygGWrVuLRyevenIzsV9MaQrKlQ==",
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.0.0.tgz",
+      "integrity": "sha512-7fnJv3vr8uyyyOYPChwoec6MjzsCw1CoRUO2DhQ1BD6bOyJRlD4DUaOOGlMILB2LCT8P24p5LexEGx8AJb7xdA==",
       "requires": {
         "is-promise": "^4.0.0"
       }
diff --git a/package.json b/package.json
index 4db365a9fd..7a292ee693 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
   },
   "homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
   "dependencies": {
-    "@netlify/functions": "^0.11.1",
+    "@netlify/functions": "^1.0.0",
     "@netlify/ipx": "^0.0.9",
     "@vercel/node-bridge": "^2.1.0",
     "chalk": "^4.1.2",