mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
Bump @astrojs/sitemap from 3.0.3 to 3.1.1 (#902)
Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.0.3 to 3.1.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.1.1/packages/integrations/sitemap) --- updated-dependencies: - dependency-name: "@astrojs/sitemap" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4905bf21a
commit
16688b7508
8
package-lock.json
generated
8
package-lock.json
generated
@ -12,7 +12,7 @@
|
||||
"@astrojs/check": "^0.3.2",
|
||||
"@astrojs/react": "^3.0.7",
|
||||
"@astrojs/rss": "^4.0.4",
|
||||
"@astrojs/sitemap": "^3.0.3",
|
||||
"@astrojs/sitemap": "^3.1.1",
|
||||
"@coingecko/cryptoformat": "^0.8.0",
|
||||
"@nanostores/persistent": "^0.9.1",
|
||||
"@nanostores/query": "^0.2.8",
|
||||
@ -251,9 +251,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/sitemap": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.3.tgz",
|
||||
"integrity": "sha512-+GRKp1yho9dpHBcMcU6JpbL41k0yYZghOkNsMRb8QIRflbGHvd787tdv9oIZ5NJj0SqAuOlqp2UpqLkJXuAe2A==",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.1.1.tgz",
|
||||
"integrity": "sha512-qPgdBIcDUaea98mTtLfi5z9oXZpzSjEn/kes70/Ex8FOZZ+DIHVKRYOLOtvy8p+FTXr/9oc7BjmIbTYmYLLJVg==",
|
||||
"dependencies": {
|
||||
"sitemap": "^7.1.1",
|
||||
"zod": "^3.22.4"
|
||||
|
@ -52,7 +52,7 @@
|
||||
"@astrojs/check": "^0.3.2",
|
||||
"@astrojs/react": "^3.0.7",
|
||||
"@astrojs/rss": "^4.0.4",
|
||||
"@astrojs/sitemap": "^3.0.3",
|
||||
"@astrojs/sitemap": "^3.1.1",
|
||||
"@coingecko/cryptoformat": "^0.8.0",
|
||||
"@nanostores/persistent": "^0.9.1",
|
||||
"@nanostores/query": "^0.2.8",
|
||||
|
Loading…
Reference in New Issue
Block a user