Merge pull request #5 from mearashadowfax/dependabot/npm_and_yarn/astro-4.4.5

Bump astro from 4.4.0 to 4.4.5
This commit is contained in:
Emil Gulamov 2024-02-26 22:16:26 +04:00 committed by GitHub
commit a6f482f8f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

14
package-lock.json generated
View file

@ -11,7 +11,7 @@
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.1",
"astro": "^4.4.0",
"astro": "^4.4.5",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",
"html-minifier": "^4.0.0",
@ -1710,9 +1710,9 @@
}
},
"node_modules/astro": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.4.0.tgz",
"integrity": "sha512-JAsMrm1Z6W4Iqg9Q7LW/6lCXrqa4jndEOlR/yu7NGNP0BrPwSM8i4+yzya6hxgsNvyyVK8ywthaNhFmqd8Z+cg==",
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.4.5.tgz",
"integrity": "sha512-ccat42P5qr281JExywVsK/BLeKgwSL+oLxJP195s4Wvj3nL32djw+WNJNctuDDTJ5XWgvPdHZjBtSDNO5OgagQ==",
"dependencies": {
"@astrojs/compiler": "^2.5.3",
"@astrojs/internal-helpers": "0.2.1",
@ -1766,7 +1766,6 @@
"rehype": "^13.0.1",
"resolve": "^1.22.4",
"semver": "^7.5.4",
"server-destroy": "^1.0.1",
"shikiji": "^0.9.19",
"shikiji-core": "^0.9.19",
"string-width": "^7.0.0",
@ -6583,11 +6582,6 @@
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/server-destroy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
"integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ=="
},
"node_modules/server-only": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",

View file

@ -14,7 +14,7 @@
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.1",
"astro": "^4.4.0",
"astro": "^4.4.5",
"astro-compressor": "^0.4.1",
"globby": "^14.0.1",
"html-minifier": "^4.0.0",