diff --git a/plugin/package-lock.json b/plugin/package-lock.json index b50aad3f..98f44e4f 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -9,7 +9,7 @@ "version": "3.8.4", "license": "MIT", "dependencies": { - "@netlify/functions": "^1.6.0", + "@netlify/functions": "^5.1.1", "@netlify/ipx": "^1.4.6", "abortcontroller-polyfill": "^1.7.3", "chalk": "^4.1.2", @@ -4734,14 +4734,14 @@ } }, "node_modules/@netlify/functions": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.6.0.tgz", - "integrity": "sha512-6G92AlcpFrQG72XU8YH8pg94eDnq7+Q0YJhb8x4qNpdGsvuzvrfHWBmqFGp/Yshmv4wex9lpsTRZOocdrA2erQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.1.1.tgz", + "integrity": "sha512-64TvwQkAFpYb3QqYemPYDqWi1xMbYOBfg70bhy23iahWf+F9TJgOOnAVUOk5fMWGN/fk9bZG5ROc+cm32whh+g==", "dependencies": { - "is-promise": "^4.0.0" + "@netlify/types": "2.3.0" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/@netlify/functions-utils": { @@ -5140,6 +5140,14 @@ "node": "^14.18.0 || >=16.0.0" } }, + "node_modules/@netlify/types": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.3.0.tgz", + "integrity": "sha512-5gxMWh/S7wr0uHKSTbMv4bjWmWSpwpeLYvErWeVNAPll5/QNFo9aWimMAUuh8ReLY3/fg92XAroVVu7+z27Snw==", + "engines": { + "node": "^18.14.0 || >=20" + } + }, "node_modules/@netlify/zip-it-and-ship-it": { "version": "12.1.5", "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-12.1.5.tgz", @@ -28018,11 +28026,11 @@ } }, "@netlify/functions": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.6.0.tgz", - "integrity": "sha512-6G92AlcpFrQG72XU8YH8pg94eDnq7+Q0YJhb8x4qNpdGsvuzvrfHWBmqFGp/Yshmv4wex9lpsTRZOocdrA2erQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.1.1.tgz", + "integrity": "sha512-64TvwQkAFpYb3QqYemPYDqWi1xMbYOBfg70bhy23iahWf+F9TJgOOnAVUOk5fMWGN/fk9bZG5ROc+cm32whh+g==", "requires": { - "is-promise": "^4.0.0" + "@netlify/types": "2.3.0" } }, "@netlify/functions-utils": { @@ -28295,6 +28303,11 @@ "urlpattern-polyfill": "8.0.2" } }, + "@netlify/types": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.3.0.tgz", + "integrity": "sha512-5gxMWh/S7wr0uHKSTbMv4bjWmWSpwpeLYvErWeVNAPll5/QNFo9aWimMAUuh8ReLY3/fg92XAroVVu7+z27Snw==" + }, "@netlify/zip-it-and-ship-it": { "version": "12.1.5", "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-12.1.5.tgz", diff --git a/plugin/package.json b/plugin/package.json index 2dc98407..2c3fac69 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -40,7 +40,7 @@ "prepare": "npm run build" }, "dependencies": { - "@netlify/functions": "^1.6.0", + "@netlify/functions": "^5.1.1", "@netlify/ipx": "^1.4.6", "abortcontroller-polyfill": "^1.7.3", "chalk": "^4.1.2",