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",