Skip to content

Commit f2d4630

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

yarn.lock

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

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==
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==
144144
dependencies:
145145
"@netlify/serverless-functions-api" "1.8.0"
146146
is-promise "^4.0.0"

0 commit comments

Comments
 (0)