@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.
This commit is contained in:
Emil Gulamov 2024-03-10 00:09:16 +04:00
parent a05415e1c0
commit a338bfbf71

33
package-lock.json generated
View file

@ -10,8 +10,8 @@
"@astrojs/check": "^0.5.6", "@astrojs/check": "^0.5.6",
"@astrojs/sitemap": "^3.1.1", "@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.4", "@astrojs/vercel": "^7.3.5",
"astro": "^4.4.10", "astro": "^4.4.15",
"astro-compressor": "^0.4.1", "astro-compressor": "^0.4.1",
"globby": "^14.0.1", "globby": "^14.0.1",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
@ -202,13 +202,13 @@
} }
}, },
"node_modules/@astrojs/vercel": { "node_modules/@astrojs/vercel": {
"version": "7.3.4", "version": "7.3.5",
"resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.4.tgz", "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.3.5.tgz",
"integrity": "sha512-EiuTe51/5ERiA1UbZCn8G2NmfDgb3x2SdfyVpVszpttS43k7wpPxbMqYNi5DgEsisFPGCcsu818exRi3m52CXA==", "integrity": "sha512-fWfWu1jHDKJnNp2qJfX+EjDtM7uV6od+D2UHvIwfGu12YFmqggwmuukntvB/X+b/E/AVBA8geftHobpoBJEY0g==",
"dependencies": { "dependencies": {
"@astrojs/internal-helpers": "0.2.1", "@astrojs/internal-helpers": "0.2.1",
"@vercel/analytics": "^1.0.2", "@vercel/analytics": "^1.0.2",
"@vercel/nft": "^0.24.3", "@vercel/nft": "^0.26.4",
"esbuild": "^0.19.6", "esbuild": "^0.19.6",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"set-cookie-parser": "^2.6.0", "set-cookie-parser": "^2.6.0",
@ -1387,13 +1387,14 @@
} }
}, },
"node_modules/@vercel/nft": { "node_modules/@vercel/nft": {
"version": "0.24.4", "version": "0.26.4",
"resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.24.4.tgz", "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.26.4.tgz",
"integrity": "sha512-KjYAZty7boH5fi5udp6p+lNu6nawgs++pHW+3koErMgbRkkHuToGX/FwjN5clV1FcaM3udfd4zW/sUapkMgpZw==", "integrity": "sha512-j4jCOOXke2t8cHZCIxu1dzKLHLcFmYzC3yqAK6MfZznOL1QIJKd0xcFsXK3zcqzU7ScsE2zWkiMMNHGMHgp+FA==",
"dependencies": { "dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5", "@mapbox/node-pre-gyp": "^1.0.5",
"@rollup/pluginutils": "^4.0.0", "@rollup/pluginutils": "^4.0.0",
"acorn": "^8.6.0", "acorn": "^8.6.0",
"acorn-import-attributes": "^1.9.2",
"async-sema": "^3.1.1", "async-sema": "^3.1.1",
"bindings": "^1.4.0", "bindings": "^1.4.0",
"estree-walker": "2.0.2", "estree-walker": "2.0.2",
@ -1570,6 +1571,14 @@
"node": ">=0.4.0" "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": { "node_modules/agent-base": {
"version": "6.0.2", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@ -1710,9 +1719,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.4.10", "version": "4.4.15",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.4.10.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.15.tgz",
"integrity": "sha512-8ASYlHPNKJg7F+1mlQts7nU1jZPQGE2xluB4fcdAUvH33BYLEBz/bCxJwLOmfC8Ai2gzs/wTwofwDzqbwjx6Ug==", "integrity": "sha512-RTiAnlO8hDp6GqMVvaeJxyuCJhHNEho09lHshMNQBqgRabYPOJGW0HZZrbLRGNOqN9I14ivhZIunYGgAaGQpWw==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.5.3", "@astrojs/compiler": "^2.5.3",
"@astrojs/internal-helpers": "0.2.1", "@astrojs/internal-helpers": "0.2.1",