Skip to content

Commit ce7a636

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

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.0",
20+
"@netlify/functions": "^2.4.1",
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.0":
141-
version "2.4.0"
142-
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.4.0.tgz#14cc222c44881e7fb3769a458e72a9f1216aff21"
143-
integrity sha512-dIqhdj5u4Lu/8qbYwtYpn8NfvIyPHbSTV2lAP4ocL+iwC9As06AXT0wa/xOpO2vRWJa0IMxdZaqCPnkyHlHiyg==
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==
144144
dependencies:
145-
"@netlify/serverless-functions-api" "1.11.0"
145+
"@netlify/serverless-functions-api" "1.12.3"
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.11.0":
157-
version "1.11.0"
158-
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.11.0.tgz#b6fd1909933e50037e37573cb054706465e03a6e"
159-
integrity sha512-3splAsr2CekL7VTwgo6yTvzD2+f269/s+TJafYazonqMNNo31yzvFxD5HpLtni4DNE1ppymVKZ4X/rLN3yl0vQ==
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==
160160
dependencies:
161161
"@netlify/node-cookies" "^0.1.0"
162162
urlpattern-polyfill "8.0.2"

0 commit comments

Comments
 (0)