Skip to content

Commit 63ee1e9

Browse files
fix(deps): update dependency @netlify/functions to ^2.5.0 (#242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f885d0 commit 63ee1e9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev": "netlify dev"
1818
},
1919
"dependencies": {
20-
"@netlify/functions": "^2.4.1",
20+
"@netlify/functions": "^2.5.0",
2121
"etag": "^1.8.1",
2222
"fs-extra": "^11.0.0",
2323
"ipx": "^1.3.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@
137137
"@jridgewell/resolve-uri" "^3.0.3"
138138
"@jridgewell/sourcemap-codec" "^1.4.10"
139139

140-
"@netlify/functions@^2.4.1":
141-
version "2.4.1"
142-
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.4.1.tgz#93bc87313474285993b4de7cde6335ada0665870"
143-
integrity sha512-sRFYBaz6dJP1MdUtk/5QNmshhg5UDmB+DUssmH6v9WUG85MrwyExEfGfJA5eClXATjXm0coTvO5nLAlyCpK7QQ==
140+
"@netlify/functions@^2.5.0":
141+
version "2.5.0"
142+
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.5.0.tgz#bc5d181c26e058e2839e00df7c0515c7aff980d8"
143+
integrity sha512-myXzRomzLISrckzrbi1JcvelFmDOEkYow5NoWGvn3t8vvjgCKcjvSblbhhXHiHE3sk2EQeEx2IQHXiicQxnsSA==
144144
dependencies:
145-
"@netlify/serverless-functions-api" "1.12.3"
145+
"@netlify/serverless-functions-api" "1.13.0"
146146
is-promise "^4.0.0"
147147

148148
"@netlify/ipx@link:.":
@@ -153,10 +153,10 @@
153153
resolved "https://registry.yarnpkg.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz#dda912ba618527695cf519fafa221c5e6777c612"
154154
integrity sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==
155155

156-
"@netlify/serverless-functions-api@1.12.3":
157-
version "1.12.3"
158-
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.12.3.tgz#cf1abc7ca2c9d3f920fea458c44bdda4d3e614e4"
159-
integrity sha512-g1AZ78pCvMnalZtbnViVLGfG5ufjKyKoi3plLSUtZqh0wVuMR7ZGegeZHhOoY4wRfkkETVvWfhgfcpLMbGM5Lg==
156+
"@netlify/serverless-functions-api@1.13.0":
157+
version "1.13.0"
158+
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.13.0.tgz#cba7550881721ffc13db5bc7d6addcacef548d2f"
159+
integrity sha512-H3SMpHw24jWjnEMqbXgILWdo3/Iv/2DRzOZZevqqEswRTOWcQJGlU35Dth72VAOxhPyWXjulogG1zJNRw8m2sQ==
160160
dependencies:
161161
"@netlify/node-cookies" "^0.1.0"
162162
urlpattern-polyfill "8.0.2"

0 commit comments

Comments
 (0)