Skip to content

Commit 7ea37de

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

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.1.0",
20+
"@netlify/functions": "^2.2.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,27 +137,26 @@
137137
"@jridgewell/resolve-uri" "^3.0.3"
138138
"@jridgewell/sourcemap-codec" "^1.4.10"
139139

140-
"@netlify/functions@^2.1.0":
141-
version "2.1.0"
142-
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.1.0.tgz#de60e90f35ffbc4b611173b6b2cc053fa5f6c492"
143-
integrity sha512-QWuyj1Q6z6Cqcq3qCcOB75nxjYOxlNmv/d9/nnX4asSRQcWhM/ehXl/KDL6Sl9aufMRe6uQY10s6i9zCDNMRjg==
140+
"@netlify/functions@^2.2.0":
141+
version "2.2.0"
142+
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.2.0.tgz#f136b81fa7038c53986e04424f0c0c3b54cf6284"
143+
integrity sha512-Taq7Q3JzdnOtWVtY37dHBSiLiYKMGskOqi05WsqsqhR5K7z9F1ibVjmR5flui8zSEo/E1/pYIVKw9/r9cUs4Aw==
144144
dependencies:
145-
"@netlify/serverless-functions-api" "1.7.3"
145+
"@netlify/serverless-functions-api" "1.8.0"
146146
is-promise "^4.0.0"
147147

148148
"@netlify/ipx@link:.":
149149
version "0.0.0"
150-
uid ""
151150

152151
"@netlify/node-cookies@^0.1.0":
153152
version "0.1.0"
154153
resolved "https://registry.yarnpkg.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz#dda912ba618527695cf519fafa221c5e6777c612"
155154
integrity sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==
156155

157-
"@netlify/serverless-functions-api@1.7.3":
158-
version "1.7.3"
159-
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.7.3.tgz#74efc650fcbca7c25211bb49df826795cf53f072"
160-
integrity sha512-n6/7cJlSWvvbBlUOEAbkGyEld80S6KbG/ldQI9OhLfe1lTatgKmrTNIgqVNpaWpUdTgP2OHWFjmFBzkxxBWs5w==
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==
161160
dependencies:
162161
"@netlify/node-cookies" "^0.1.0"
163162
urlpattern-polyfill "8.0.2"

0 commit comments

Comments
 (0)