diff --git a/package-lock.json b/package-lock.json index 8ac2a1767c..bbf34d8c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.2.0", "license": "MIT", "dependencies": { - "@netlify/functions": "^0.10.0", + "@netlify/functions": "^0.11.0", "@netlify/ipx": "^0.0.8", "@vercel/node": "^1.11.2-canary.4", "chalk": "^4.1.2", @@ -4216,9 +4216,9 @@ } }, "node_modules/@netlify/functions": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.10.0.tgz", - "integrity": "sha512-NNFADTPnokuoMY1OUhaXlE/Jrzk5lHOl1uB4L/8pw1UJ/CaectZJACMExijbJnqaKIhOQG0WmbBQUh1lgnK/Qg==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.0.tgz", + "integrity": "sha512-+WWX081UCkLZYkfh1Ru+PH5HTujNXugeskATGhZLTyS1U3Cqh2gYLArdG1a/vU8WWopu/wjpxEOdWq8/T5Nw5Q==", "dependencies": { "is-promise": "^4.0.0" }, @@ -28789,9 +28789,9 @@ } }, "@netlify/functions": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.10.0.tgz", - "integrity": "sha512-NNFADTPnokuoMY1OUhaXlE/Jrzk5lHOl1uB4L/8pw1UJ/CaectZJACMExijbJnqaKIhOQG0WmbBQUh1lgnK/Qg==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.0.tgz", + "integrity": "sha512-+WWX081UCkLZYkfh1Ru+PH5HTujNXugeskATGhZLTyS1U3Cqh2gYLArdG1a/vU8WWopu/wjpxEOdWq8/T5Nw5Q==", "requires": { "is-promise": "^4.0.0" } diff --git a/package.json b/package.json index 38639fdb4f..ff63518a88 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme", "dependencies": { - "@netlify/functions": "^0.10.0", + "@netlify/functions": "^0.11.0", "@netlify/ipx": "^0.0.8", "@vercel/node": "^1.11.2-canary.4", "chalk": "^4.1.2",