From a338bfbf714f340b0e3d9712b2feabcc18a69d8c Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Sun, 10 Mar 2024 00:09:16 +0400 Subject: [PATCH] @astrojs/vercel and astro package versions The versions of @astrojs/vercel and astro packages in package.json are upgraded. This change was necessary to utilize the latest features and improvements provided by these updated versions. --- package-lock.json | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e250f2..c1cb36a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "@astrojs/check": "^0.5.6", "@astrojs/sitemap": "^3.1.1", "@astrojs/tailwind": "^5.1.0", - "@astrojs/vercel": "^7.3.4", - "astro": "^4.4.10", + "@astrojs/vercel": "^7.3.5", + "astro": "^4.4.15", "astro-compressor": "^0.4.1", "globby": "^14.0.1", "html-minifier": "^4.0.0", @@ -202,13 +202,13 @@ } }, "node_modules/@astrojs/vercel": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.4.tgz", - "integrity": "sha512-EiuTe51/5ERiA1UbZCn8G2NmfDgb3x2SdfyVpVszpttS43k7wpPxbMqYNi5DgEsisFPGCcsu818exRi3m52CXA==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.5.tgz", + "integrity": "sha512-fWfWu1jHDKJnNp2qJfX+EjDtM7uV6od+D2UHvIwfGu12YFmqggwmuukntvB/X+b/E/AVBA8geftHobpoBJEY0g==", "dependencies": { "@astrojs/internal-helpers": "0.2.1", "@vercel/analytics": "^1.0.2", - "@vercel/nft": "^0.24.3", + "@vercel/nft": "^0.26.4", "esbuild": "^0.19.6", "fast-glob": "^3.3.2", "set-cookie-parser": "^2.6.0", @@ -1387,13 +1387,14 @@ } }, "node_modules/@vercel/nft": { - "version": "0.24.4", - "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.24.4.tgz", - "integrity": "sha512-KjYAZty7boH5fi5udp6p+lNu6nawgs++pHW+3koErMgbRkkHuToGX/FwjN5clV1FcaM3udfd4zW/sUapkMgpZw==", + "version": "0.26.4", + "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.4.tgz", + "integrity": "sha512-j4jCOOXke2t8cHZCIxu1dzKLHLcFmYzC3yqAK6MfZznOL1QIJKd0xcFsXK3zcqzU7ScsE2zWkiMMNHGMHgp+FA==", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.5", "@rollup/pluginutils": "^4.0.0", "acorn": "^8.6.0", + "acorn-import-attributes": "^1.9.2", "async-sema": "^3.1.1", "bindings": "^1.4.0", "estree-walker": "2.0.2", @@ -1570,6 +1571,14 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-import-attributes": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.2.tgz", + "integrity": "sha512-O+nfJwNolEA771IYJaiLWK1UAwjNsQmZbTRqqwBYxCgVQTmpFEMvBw6LOIQV0Me339L5UMVYFyRohGnGlQDdIQ==", + "peerDependencies": { + "acorn": "^8" + } + }, "node_modules/agent-base": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", @@ -1710,9 +1719,9 @@ } }, "node_modules/astro": { - "version": "4.4.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.10.tgz", - "integrity": "sha512-8ASYlHPNKJg7F+1mlQts7nU1jZPQGE2xluB4fcdAUvH33BYLEBz/bCxJwLOmfC8Ai2gzs/wTwofwDzqbwjx6Ug==", + "version": "4.4.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.15.tgz", + "integrity": "sha512-RTiAnlO8hDp6GqMVvaeJxyuCJhHNEho09lHshMNQBqgRabYPOJGW0HZZrbLRGNOqN9I14ivhZIunYGgAaGQpWw==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1",