Update @astrolib/seo to fix issue #435: HTML5 Validation Errors

This commit is contained in:
prototypa
2024-09-16 21:28:41 -04:00
parent c43a6de357
commit fd56aed180
2 changed files with 8 additions and 7 deletions

11
package-lock.json generated
View File

@@ -1,17 +1,17 @@
{
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.44",
"version": "1.0.0-beta.45",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.44",
"version": "1.0.0-beta.45",
"dependencies": {
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "^1.0.0-beta.5",
"@astrolib/seo": "^1.0.0-beta.6",
"@fontsource-variable/inter": "^5.1.0",
"astro": "^4.15.5",
"astro-embed": "^0.7.2",
@@ -391,8 +391,9 @@
}
},
"node_modules/@astrolib/seo": {
"version": "1.0.0-beta.5",
"license": "MIT",
"version": "1.0.0-beta.6",
"resolved": "https://registry.npmjs.org/@astrolib/seo/-/seo-1.0.0-beta.6.tgz",
"integrity": "sha512-j9YuxCGZUl6cHErg9O7Ss+AjDHxgUZVzLrc6hADZfEagY84dCr/HRYFEtrTstxEiW+YNdjCRr5S+Y7HZ7KUEmw==",
"peerDependencies": {
"astro": "^1.2.1 || ^2.0.0 || ^3.0.0-beta.0 || ^3.0.0 || ^4.0.0"
}