Skip to content

Commit fbdab27

Browse files
fix(deps): update dependency @netlify/functions to v2 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f6ad31 commit fbdab27

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-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": "^1.6.0",
20+
"@netlify/functions": "^2.0.1",
2121
"etag": "^1.8.1",
2222
"fs-extra": "^11.0.0",
2323
"ipx": "^1.0.0",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,30 @@
124124
"@jridgewell/resolve-uri" "^3.0.3"
125125
"@jridgewell/sourcemap-codec" "^1.4.10"
126126

127-
"@netlify/functions@^1.6.0":
128-
version "1.6.0"
129-
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-1.6.0.tgz#c373423e6fef0e6f7422ac0345e8bbf2cb692366"
130-
integrity sha512-6G92AlcpFrQG72XU8YH8pg94eDnq7+Q0YJhb8x4qNpdGsvuzvrfHWBmqFGp/Yshmv4wex9lpsTRZOocdrA2erQ==
127+
"@netlify/functions@^2.0.1":
128+
version "2.0.1"
129+
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-2.0.1.tgz#97122db5d21cb5a4dfb267485ea242d77d0433e9"
130+
integrity sha512-YrgCmz078II0LKknXKj5NbtGBuzek1JC+ZYi4xHcLhZD+HIGlerlmkhnVydWVPoA7fdd2IeSUd9CFFL7bY+y5Q==
131131
dependencies:
132+
"@netlify/serverless-functions-api" "1.7.1"
132133
is-promise "^4.0.0"
133134

134135
"@netlify/ipx@link:.":
135136
version "0.0.0"
136137

138+
"@netlify/node-cookies@^0.1.0":
139+
version "0.1.0"
140+
resolved "https://registry.yarnpkg.com/@netlify/node-cookies/-/node-cookies-0.1.0.tgz#dda912ba618527695cf519fafa221c5e6777c612"
141+
integrity sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==
142+
143+
"@netlify/[email protected]":
144+
version "1.7.1"
145+
resolved "https://registry.yarnpkg.com/@netlify/serverless-functions-api/-/serverless-functions-api-1.7.1.tgz#325a972f4d2b0035c87c8c372ded3554f4b3cfa2"
146+
integrity sha512-vF9g62n+BFfBXtWtmVBJ5debyMERVDtuLlMlKDPYBp6QjEuJnaggxczLlRofZ2mtsBXs7mAlna6gIcBswFLJJQ==
147+
dependencies:
148+
"@netlify/node-cookies" "^0.1.0"
149+
urlpattern-polyfill "8.0.2"
150+
137151
"@nodelib/[email protected]":
138152
version "2.1.5"
139153
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -3746,6 +3760,11 @@ uri-js@^4.2.2:
37463760
dependencies:
37473761
punycode "^2.1.0"
37483762

3763+
3764+
version "8.0.2"
3765+
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz#99f096e35eff8bf4b5a2aa7d58a1523d6ebc7ce5"
3766+
integrity sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==
3767+
37493768
util-deprecate@^1.0.1, util-deprecate@^1.0.2:
37503769
version "1.0.2"
37513770
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)