Skip to content

Commit fc56702

Browse files
fix(deps): update dependency @netlify/functions to ^2.6.0 (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b10acac commit fc56702

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
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.5.1",
20+
"@netlify/functions": "^2.6.0",
2121
"etag": "^1.8.1",
2222
"fs-extra": "^11.0.0",
2323
"ipx": "^1.3.1",

yarn.lock

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

140-
"@netlify/functions@^2.5.1":
141-
version "2.5.1"
142-
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.5.1.tgz#a3c111979cf14654267de8a2384348a066481b4e"
143-
integrity sha512-7//hmiFHXGusAzuzEuXvRT9ItaeRjRs5lRs6lYUkaAXO1jnTWYDB2XdqFq5X4yMRX+/A96nrQ2HwCE+Pd0YMwg==
140+
"@netlify/functions@^2.6.0":
141+
version "2.6.0"
142+
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.6.0.tgz#801a6fe8ceef2ce1512c637a28e53e6a3aae289b"
143+
integrity sha512-vU20tij0fb4nRGACqb+5SQvKd50JYyTyEhQetCMHdakcJFzjLDivvRR16u1G2Oy4A7xNAtGJF1uz8reeOtTVcQ==
144144
dependencies:
145-
"@netlify/serverless-functions-api" "1.13.0"
146-
is-promise "^4.0.0"
145+
"@netlify/serverless-functions-api" "1.14.0"
147146

148147
"@netlify/ipx@link:.":
149148
version "0.0.0"
@@ -153,10 +152,10 @@
153152
resolved "https://registry.yarnpkg.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz#dda912ba618527695cf519fafa221c5e6777c612"
154153
integrity sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==
155154

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==
155+
"@netlify/serverless-functions-api@1.14.0":
156+
version "1.14.0"
157+
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.14.0.tgz#2bedff76cf898e24e48161aa2508776c4d261ed1"
158+
integrity sha512-HUNETLNvNiC2J+SB/YuRwJA9+agPrc0azSoWVk8H85GC+YE114hcS5JW+dstpKwVerp2xILE3vNWN7IMXP5Q5Q==
160159
dependencies:
161160
"@netlify/node-cookies" "^0.1.0"
162161
urlpattern-polyfill "8.0.2"

0 commit comments

Comments
 (0)