1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2025-01-07 04:24:21 +01:00

Bump astro from 5.1.0 to 5.1.1

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.1.1/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-23 04:08:24 +00:00 committed by GitHub
parent 69a01c09a2
commit 2d2f2b85ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
package-lock.json generated
View File

@ -2772,11 +2772,10 @@
}
},
"node_modules/astro": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.1.0.tgz",
"integrity": "sha512-g/cqwGK84Ozp5jyW45c3+2KQ4BeJtigbfwO8EA3lr7AC+XjE6/5dMvX4/bBaWf3gJVghd0L6cdqwlWikq+/Rrw==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.1.1.tgz",
"integrity": "sha512-prpWC2PRs4P3FKQg6gZaU+VNMqbZi5pDvORGB2nrjfRjkrvF6/l4BqhvkJ6YQ0Ohm5rIMVz8ljgaRI77mLHbwg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/internal-helpers": "0.4.2",
@ -2828,7 +2827,7 @@
"unist-util-visit": "^5.0.0",
"unstorage": "^1.14.0",
"vfile": "^6.0.3",
"vite": "^6.0.1",
"vite": "^6.0.5",
"vitefu": "^1.0.4",
"which-pm": "^3.0.0",
"xxhash-wasm": "^1.1.0",
@ -11328,13 +11327,12 @@
}
},
"node_modules/vite": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz",
"integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==",
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.5.tgz",
"integrity": "sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.24.0",
"esbuild": "0.24.0",
"postcss": "^8.4.49",
"rollup": "^4.23.0"
},