Skip to content

Commit b981dc8

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

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.2.1",
20+
"@netlify/functions": "^2.3.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.2.1":
141-
version "2.2.1"
142-
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.2.1.tgz#05ecb64066d286716f7cd5546aa542a759fcf4a9"
143-
integrity sha512-qx/yZF0/8mZHhxLG6U/OvHyq/lHsPXNeAtw85ELW7YYYXV4kVXnpjx1sM3H/eL+FiFTG8LwJes16agWingM2iQ==
140+
"@netlify/functions@^2.3.0":
141+
version "2.3.0"
142+
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.3.0.tgz#37e2ca41c0034a10de4addbdff7fbb8ec669e8c7"
143+
integrity sha512-E3kzXPWMP/r1rAWhjTaXcaOT47dhEvg/eQUJjRLhD9Zzp0WqkdynHr+bqff4rFNv6tuXrtFZrpbPJFKHH0c0zw==
144144
dependencies:
145-
"@netlify/serverless-functions-api" "1.8.0"
145+
"@netlify/serverless-functions-api" "1.9.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.8.0":
157-
version "1.8.0"
158-
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.8.0.tgz#50fd96c0d4ac844b3c7502aaff30fc1205c9f563"
159-
integrity sha512-+dsowkoEA+LF4wS9kKafToHNSace7MxD2q3pgBik3N8UjAXBZo7J9t/E7rpkcm5w2ZXklvrDM815bOrzfDE5Jg==
156+
"@netlify/serverless-functions-api@1.9.0":
157+
version "1.9.0"
158+
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.9.0.tgz#3e58249e57350aee2c5143c282fddb4abbae4a9d"
159+
integrity sha512-Jq4uk1Mwa5vyxImupJYXPP+I5yYcp3PtguvXtJRutKdm9DPALXfZVtCQzBWMNdZiqVWCM3La9hvaBsPjSMfeug==
160160
dependencies:
161161
"@netlify/node-cookies" "^0.1.0"
162162
urlpattern-polyfill "8.0.2"

0 commit comments

Comments
 (0)