Merge pull request #62 from mearashadowfax/dependabot/npm_and_yarn/astro-4.6.3

Bump astro from 4.6.1 to 4.6.3
This commit is contained in:
Emil Gulamov 2024-04-22 19:34:45 +00:00 committed by GitHub
commit e3e5098d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@astrojs/starlight-tailwind": "^2.0.2", "@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3", "@astrojs/vercel": "^7.5.3",
"astro": "^4.6.1", "astro": "^4.6.3",
"astro-compressor": "^0.4.1", "astro-compressor": "^0.4.1",
"globby": "^14.0.1", "globby": "^14.0.1",
"gsap": "^3.12.5", "gsap": "^3.12.5",
@ -2365,6 +2365,11 @@
"@babel/types": "^7.20.7" "@babel/types": "^7.20.7"
} }
}, },
"node_modules/@types/cookie": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.4.tgz",
"integrity": "sha512-7z/eR6O859gyWIAjuvBWFzNURmf2oPBmJlfVWkwehU5nzIyjwBsTh7WMmEEV4JFnHuQ3ex4oyTvfKzcyJVDBNA=="
},
"node_modules/@types/debug": { "node_modules/@types/debug": {
"version": "4.1.12", "version": "4.1.12",
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
@ -2818,9 +2823,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.6.1", "version": "4.6.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.6.1.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.6.3.tgz",
"integrity": "sha512-gcL22NEhuRi4wu9/x5Kn2eJf7nT6GeU5BxdN6AHbUnX6UzEDIWtpgHs5lBIZYExKbHKN9PjEGXWQzQtFwLU+5g==", "integrity": "sha512-p2zs1Gac+ysdc/yFCoc8pOXTZE5L9foAtmqUzUVL22WX68bYTRovd03GRs7J1MDpwzsl9kJtlK20ROpjyIFpNw==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.7.1", "@astrojs/compiler": "^2.7.1",
"@astrojs/internal-helpers": "0.4.0", "@astrojs/internal-helpers": "0.4.0",
@ -2833,6 +2838,7 @@
"@babel/traverse": "^7.23.3", "@babel/traverse": "^7.23.3",
"@babel/types": "^7.23.3", "@babel/types": "^7.23.3",
"@types/babel__core": "^7.20.4", "@types/babel__core": "^7.20.4",
"@types/cookie": "^0.5.4",
"acorn": "^8.11.2", "acorn": "^8.11.2",
"aria-query": "^5.3.0", "aria-query": "^5.3.0",
"axobject-query": "^4.0.0", "axobject-query": "^4.0.0",

View file

@ -16,7 +16,7 @@
"@astrojs/starlight-tailwind": "^2.0.2", "@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3", "@astrojs/vercel": "^7.5.3",
"astro": "^4.6.1", "astro": "^4.6.3",
"astro-compressor": "^0.4.1", "astro-compressor": "^0.4.1",
"globby": "^14.0.1", "globby": "^14.0.1",
"gsap": "^3.12.5", "gsap": "^3.12.5",