Skip to content

Commit 11e7f43

Browse files
chore: bump @vercel/functions from 3.6.2 to 3.7.1
Bumps [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) from 3.6.2 to 3.7.1. - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/@vercel/functions@3.7.1/packages/functions) --- updated-dependencies: - dependency-name: "@vercel/functions" dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 186b3e3 commit 11e7f43

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@supabase/supabase-js": "^2.107.0",
7575
"@tabler/icons-react": "^3.36.1",
7676
"@vercel/analytics": "^1.6.1",
77-
"@vercel/functions": "^3.6.2",
77+
"@vercel/functions": "^3.7.1",
7878
"algoliasearch": "^4.25.2",
7979
"axios": "^1.17.0",
8080
"critters": "^0.0.23",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,20 +2282,21 @@
22822282
dependencies:
22832283
execa "5.1.1"
22842284

2285-
"@vercel/functions@^3.6.2":
2286-
version "3.6.2"
2287-
resolved "https://registry.yarnpkg.com/@vercel/functions/-/functions-3.6.2.tgz#5009d877e6a19f7e450940d3e1926418db07f32c"
2288-
integrity sha512-AeWUppTKlHoeJ4zttStwAJ1PsSqucSK7NPy27wrb5cSBBo4VbRo7j6rFCcJrGg4jcV9Cv5Qmk4Dc2dHe6/1g5A==
2285+
"@vercel/functions@^3.7.1":
2286+
version "3.7.1"
2287+
resolved "https://registry.yarnpkg.com/@vercel/functions/-/functions-3.7.1.tgz#2722df8eecd890cac23360e9875f24dd391673cd"
2288+
integrity sha512-7PsCL2Vz4MKz4t+Nxu8u4mu/t66y1xv9I0njb3EYoFoFCsXchOChT7YFgXZYFQiUXFEifBpnoLma4e+ep7cKKA==
22892289
dependencies:
2290-
"@vercel/oidc" "3.6.0"
2290+
"@vercel/oidc" "3.6.1"
22912291

2292-
"@vercel/oidc@3.6.0":
2293-
version "3.6.0"
2294-
resolved "https://registry.yarnpkg.com/@vercel/oidc/-/oidc-3.6.0.tgz#a830062af9e7ab7c40a784e705c5bfd766c16d97"
2295-
integrity sha512-a2HjItW75qSZfyyDbZ2XDFTQAfNKM93uloZABPgx6t8IrdbCgf+EQBeSypQVP2jHrZ3LHApDgLFCf1frRgPwLg==
2292+
"@vercel/oidc@3.6.1":
2293+
version "3.6.1"
2294+
resolved "https://registry.yarnpkg.com/@vercel/oidc/-/oidc-3.6.1.tgz#b3562c3430b60c49993df760aa9ad7a64a4f3c6b"
2295+
integrity sha512-8ipTFoiX3WBRrvXLjSrmgAiwtMDQk3EgSxe8N7v2rXBz39NBIIyoGXeVbJRoBcP8WEuVnvjvIQsggbGU7ZKrMw==
22962296
dependencies:
22972297
"@vercel/cli-config" "0.2.0"
22982298
"@vercel/cli-exec" "0.1.1"
2299+
jose "^5.9.6"
22992300

23002301
"@vitejs/plugin-vue@^5.2.1":
23012302
version "5.2.4"
@@ -6056,6 +6057,11 @@ jiti@^1.21.7:
60566057
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.7.tgz#9dd81043424a3d28458b193d965f0d18a2300ba9"
60576058
integrity sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==
60586059

6060+
jose@^5.9.6:
6061+
version "5.10.0"
6062+
resolved "https://registry.yarnpkg.com/jose/-/jose-5.10.0.tgz#c37346a099d6467c401351a9a0c2161e0f52c4be"
6063+
integrity sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==
6064+
60596065
jpeg-js@^0.4.1, jpeg-js@^0.4.4:
60606066
version "0.4.4"
60616067
resolved "https://registry.npmmirror.com/jpeg-js/-/jpeg-js-0.4.4.tgz"

0 commit comments

Comments
 (0)