Skip to content

Commit eec7b9d

Browse files
committed
fix(deps): update dependency @astrojs/vercel to v7.8.1
1 parent 1b7398b commit eec7b9d

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

yarn.lock

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.10.3.tgz#852386445029f7765a70b4c1d1140e175e1d8c27"
3737
integrity sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==
3838

39-
"@astrojs/internal-helpers@0.4.1":
39+
"@astrojs/internal-helpers@0.4.1", "@astrojs/internal-helpers@^0.4.1":
4040
version "0.4.1"
4141
resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.4.1.tgz#ceb5de49346dbdbfb6cba1b683c07fef7df56e1c"
4242
integrity sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==
@@ -111,14 +111,14 @@
111111
which-pm-runs "^1.1.0"
112112

113113
"@astrojs/vercel@^7.0.0":
114-
version "7.8.0"
115-
resolved "https://registry.yarnpkg.com/@astrojs/vercel/-/vercel-7.8.0.tgz#0fecfe3ed42b5ef203d581cab38e1b8366a409ff"
116-
integrity sha512-cpY14PPrKhAsYZp/tfRSIfKdiPctvvPfOH8z3USLJEAJ5lLfToUHEGTJzNfGqCBtd61QftypIxIlTHGuFY30UQ==
114+
version "7.8.1"
115+
resolved "https://registry.yarnpkg.com/@astrojs/vercel/-/vercel-7.8.1.tgz#81a8be61386e924fc76453f2325ab7a6349bab27"
116+
integrity sha512-2PIVmv2/nI527DQsaZnf2jeUr+ddJjaQLXwqnVPXQn0LfIE8mi8BgYC5SUU9hJWIaFwEWTwJh90POaA2L3RpWQ==
117117
dependencies:
118-
"@astrojs/internal-helpers" "0.4.1"
118+
"@astrojs/internal-helpers" "^0.4.1"
119119
"@vercel/analytics" "^1.3.1"
120120
"@vercel/edge" "^1.1.2"
121-
"@vercel/nft" "^0.27.3"
121+
"@vercel/nft" "^0.27.4"
122122
esbuild "^0.21.5"
123123
fast-glob "^3.3.2"
124124
web-vitals "^3.5.2"
@@ -1288,7 +1288,7 @@
12881288
resolved "https://registry.yarnpkg.com/@vercel/error-utils/-/error-utils-2.0.2.tgz#d75ccce100dbdfc9cb85700767b59d4257a91113"
12891289
integrity sha512-Sj0LFafGpYr6pfCqrQ82X6ukRl5qpmVrHM/191kNYFqkkB9YkjlMAj6QcEsvCG259x4QZ7Tya++0AB85NDPbKQ==
12901290

1291-
"@vercel/nft@0.27.3", "@vercel/nft@^0.27.3":
1291+
"@vercel/nft@0.27.3":
12921292
version "0.27.3"
12931293
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.27.3.tgz#03bc09fb0d7bd386c810ec0908a7c853ae73b999"
12941294
integrity sha512-oySTdDSzUAFDXpsSLk9Q943o+/Yu/+TCFxnehpFQEf/3khi2stMpTHPVNwFdvZq/Z4Ky93lE+MGHpXCRpMkSCA==
@@ -1324,6 +1324,24 @@
13241324
node-gyp-build "^4.2.2"
13251325
resolve-from "^5.0.0"
13261326

1327+
"@vercel/nft@^0.27.4":
1328+
version "0.27.4"
1329+
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.27.4.tgz#1f9ae8ccfbecee953fd9195d5ebbda0107b2216b"
1330+
integrity sha512-Rioz3LJkEKicKCi9BSyc1RXZ5R6GmXosFMeBSThh6msWSOiArKhb7c75MiWwZEgPL7x0/l3TAfH/l0cxKNuUFA==
1331+
dependencies:
1332+
"@mapbox/node-pre-gyp" "^1.0.5"
1333+
"@rollup/pluginutils" "^4.0.0"
1334+
acorn "^8.6.0"
1335+
acorn-import-attributes "^1.9.5"
1336+
async-sema "^3.1.1"
1337+
bindings "^1.4.0"
1338+
estree-walker "2.0.2"
1339+
glob "^7.1.3"
1340+
graceful-fs "^4.2.9"
1341+
micromatch "^4.0.2"
1342+
node-gyp-build "^4.2.2"
1343+
resolve-from "^5.0.0"
1344+
13271345
"@vercel/node@^3.0.0":
13281346
version "3.2.13"
13291347
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-3.2.13.tgz#66098a8aed56dbc2f3258e36408084d78ea43e99"

0 commit comments

Comments
 (0)