From e0a8b777f45dac5129c471c787e97c0b7ef826c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:10:39 +0000 Subject: [PATCH] Bump @netlify/functions from 0.10.0 to 2.5.1 in /legacy Bumps [@netlify/functions](https://github.com/netlify/functions) from 0.10.0 to 2.5.1. - [Release notes](https://github.com/netlify/functions/releases) - [Changelog](https://github.com/netlify/functions/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/functions/compare/v0.10.0...v2.5.1) --- updated-dependencies: - dependency-name: "@netlify/functions" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- legacy/package.json | 2 +- legacy/yarn.lock | 27 +++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/legacy/package.json b/legacy/package.json index 98d29dd4..1f4b0e65 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -31,7 +31,7 @@ "dependencies": { "@jd-carroll/gatsby-remark-external-links": "^0.1.0", "@lottiefiles/react-lottie-player": "^3.4.1", - "@netlify/functions": "^0.10.0", + "@netlify/functions": "^2.5.1", "@typeform/embed-react": "^2.10.0", "@types/react-helmet": "^6.1.2", "@vanilla-extract/babel-plugin": "^1.0.1", diff --git a/legacy/yarn.lock b/legacy/yarn.lock index 0df04cda..04d56a93 100644 --- a/legacy/yarn.lock +++ b/legacy/yarn.lock @@ -2361,11 +2361,12 @@ cpy "^8.1.0" path-exists "^5.0.0" -"@netlify/functions@^0.10.0": - version "0.10.0" - resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-0.10.0.tgz#3856b609df1c1d1c7c21773650d1e5b4f81cfaf2" - integrity sha512-NNFADTPnokuoMY1OUhaXlE/Jrzk5lHOl1uB4L/8pw1UJ/CaectZJACMExijbJnqaKIhOQG0WmbBQUh1lgnK/Qg== +"@netlify/functions@^2.5.1": + version "2.5.1" + resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.5.1.tgz#a3c111979cf14654267de8a2384348a066481b4e" + integrity sha512-7//hmiFHXGusAzuzEuXvRT9ItaeRjRs5lRs6lYUkaAXO1jnTWYDB2XdqFq5X4yMRX+/A96nrQ2HwCE+Pd0YMwg== dependencies: + "@netlify/serverless-functions-api" "1.13.0" is-promise "^4.0.0" "@netlify/git-utils@^5.1.0": @@ -2457,6 +2458,11 @@ "@netlify/local-functions-proxy-win32-ia32" "1.1.1" "@netlify/local-functions-proxy-win32-x64" "1.1.1" +"@netlify/node-cookies@^0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz#dda912ba618527695cf519fafa221c5e6777c612" + integrity sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g== + "@netlify/open-api@^2.12.0": version "2.12.2" resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.12.2.tgz#690e3375e37addba06f0ac60781d292a6210fb82" @@ -2474,6 +2480,14 @@ dependencies: execa "^6.0.0" +"@netlify/serverless-functions-api@1.13.0": + version "1.13.0" + resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.13.0.tgz#cba7550881721ffc13db5bc7d6addcacef548d2f" + integrity sha512-H3SMpHw24jWjnEMqbXgILWdo3/Iv/2DRzOZZevqqEswRTOWcQJGlU35Dth72VAOxhPyWXjulogG1zJNRw8m2sQ== + dependencies: + "@netlify/node-cookies" "^0.1.0" + urlpattern-polyfill "8.0.2" + "@netlify/zip-it-and-ship-it@^8.2.0": version "8.2.0" resolved "https://registry.yarnpkg.com/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-8.2.0.tgz#b64bd5acc2a6f1371c56c5ac9ed5052f02d9c388" @@ -20913,6 +20927,11 @@ url@^0.11.0: punycode "1.3.2" querystring "0.2.0" +urlpattern-polyfill@8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz#99f096e35eff8bf4b5a2aa7d58a1523d6ebc7ce5" + integrity sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ== + use@^3.1.0: version "3.1.1" resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"