Bump the prod-dependencies group with 4 updates

Bumps the prod-dependencies group with 4 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [astro-seo](https://github.com/jonasmerlin/astro-seo) and [sass](https://github.com/sass/dart-sass).


Updates `astro` from 4.3.7 to 4.4.0
- [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@4.4.0/packages/astro)

Updates `vite` from 5.1.2 to 5.1.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.3/packages/vite)

Updates `astro-seo` from 0.8.0 to 0.8.2
- [Release notes](https://github.com/jonasmerlin/astro-seo/releases)
- [Changelog](https://github.com/jonasmerlin/astro-seo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jonasmerlin/astro-seo/compare/v0.8.0...v0.8.2)

Updates `sass` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.70.0...1.71.0)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: astro-seo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-20 00:11:45 +00:00 committed by GitHub
parent 01e2a132cd
commit cfcefa5d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 278 additions and 276 deletions

View File

@ -63,6 +63,6 @@
"@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^3.3.5",
"astro-navbar": "^2.3.1",
"astro-seo": "^0.8.0"
"astro-seo": "^0.8.2"
}
}

View File

@ -42,6 +42,6 @@
"ultrahtml": "^1.5.2"
},
"devDependencies": {
"astro": "4.3.7"
"astro": "4.4.0"
}
}

View File

@ -52,6 +52,6 @@
"dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.2.7",
"astro-font": "^0.0.77",
"sass": "^1.70.0"
"sass": "^1.71.0"
}
}

View File

@ -98,13 +98,13 @@
"@astrojs/sitemap": "^3.0.5",
"@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^5.1.2",
"astro": "^4.3.7",
"astro": "^4.4.0",
"astro-robots-txt": "^1.0.0",
"fs-extra": "^11.1.0",
"package-json": "9.0.0",
"satori": "^0.10.11",
"satori-html": "^0.3.2",
"vite": "^5.1.2",
"vite": "^5.1.3",
"vite-tsconfig-paths": "^4.2.2",
"zod": "^3.22.4"
}

View File

@ -55,7 +55,7 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitest": "^1.3.0",
"vite": "^5.1.2",
"vite": "^5.1.3",
"vite-tsconfig-paths": "^4.2.2"
},
"publishConfig": {

View File

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.3.7",
"astro": "^4.4.0",
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",

File diff suppressed because it is too large Load Diff