Merge pull request #52 from mearashadowfax/dependabot/npm_and_yarn/astro-4.5.16

Bump astro from 4.5.12 to 4.5.16
This commit is contained in:
Emil Gulamov 2024-04-08 17:38:49 +00:00 committed by GitHub
commit d99c518657
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.0", "@astrojs/vercel": "^7.5.0",
"astro": "^4.5.12", "astro": "^4.5.16",
"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",
@ -74,9 +74,9 @@
} }
}, },
"node_modules/@astrojs/compiler": { "node_modules/@astrojs/compiler": {
"version": "2.7.0", "version": "2.7.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.7.0.tgz", "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.7.1.tgz",
"integrity": "sha512-XpC8MAaWjD1ff6/IfkRq/5k1EFj6zhCNqXRd5J43SVJEBj/Bsmizkm8N0xOYscGcDFQkRgEw6/eKnI5x/1l6aA==" "integrity": "sha512-/POejAYuj8WEw7ZI0J8JBvevjfp9jQ9Wmu/Bg52RiNwGXkMV7JnYpsenVfHvvf1G7R5sXHGKlTcxlQWhoUTiGQ=="
}, },
"node_modules/@astrojs/internal-helpers": { "node_modules/@astrojs/internal-helpers": {
"version": "0.4.0", "version": "0.4.0",
@ -2832,13 +2832,13 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.5.12", "version": "4.5.16",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.12.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.5.16.tgz",
"integrity": "sha512-xIJcFI2hbyV8+h5pWjL7SKD1jIP0K01fYVAH+gdAt0mJaXy+u8Mj+goD0cPlK6sEaykR+7zxQLYGKJ44U4qarg==", "integrity": "sha512-1nOVsMq2OJiXnG6gO0Y77vTAboGN9nLQSy/8SGazq4h6x+alzbsMbQbArBgvaLzOSUXD0m91XLs3D8bOSuavrQ==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.7.0", "@astrojs/compiler": "^2.7.1",
"@astrojs/internal-helpers": "0.4.0", "@astrojs/internal-helpers": "0.4.0",
"@astrojs/markdown-remark": "4.3.2", "@astrojs/markdown-remark": "5.0.0",
"@astrojs/telemetry": "3.0.4", "@astrojs/telemetry": "3.0.4",
"@babel/core": "^7.24.3", "@babel/core": "^7.24.3",
"@babel/generator": "^7.23.3", "@babel/generator": "^7.23.3",
@ -3185,9 +3185,9 @@
} }
}, },
"node_modules/astro/node_modules/@astrojs/markdown-remark": { "node_modules/astro/node_modules/@astrojs/markdown-remark": {
"version": "4.3.2", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.3.2.tgz", "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-5.0.0.tgz",
"integrity": "sha512-4Oa4VaYiBd0MatB+rWIU/0A8pZH/sK3c2QkRYb+OO2lPl+qzevJtWaZY8hAQc4qurIOlRdn6B6ofDAGhWw+DSg==", "integrity": "sha512-QBXbxXZamVRoqCNN2gjDXa7qYPUkJZq7KYFfg3DX7rze3QL6xiz4N+Wg202dNPRaIkQa16BV6D8+EHibQFubRg==",
"dependencies": { "dependencies": {
"@astrojs/prism": "^3.0.0", "@astrojs/prism": "^3.0.0",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",

View file

@ -16,7 +16,7 @@
"@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.0", "@astrojs/vercel": "^7.5.0",
"astro": "^4.5.12", "astro": "^4.5.16",
"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",