Skip to content

Commit

Permalink
Bump @netlify/functions from 0.10.0 to 2.5.1 in /legacy
Browse files Browse the repository at this point in the history
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](netlify/functions@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 14e6f2c commit e0a8b77
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
27 changes: 23 additions & 4 deletions legacy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down Expand Up @@ -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"
Expand All @@ -2474,6 +2480,14 @@
dependencies:
execa "^6.0.0"

"@netlify/[email protected]":
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"
Expand Down Expand Up @@ -20913,6 +20927,11 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

[email protected]:
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"
Expand Down

0 comments on commit e0a8b77

Please sign in to comment.