Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @astrojs/sitemap from 2.0.1 to 3.1.4 #441

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@astrojs/mdx": "^0.19.7",
"@astrojs/preact": "^2.2.2",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/sitemap": "^3.1.4",
"@octokit/core": "^5.0.0",
"@octokit/plugin-paginate-rest": "^8.0.0",
"@octokit/plugin-rest-endpoint-methods": "^9.0.0",
Expand Down
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,14 @@ __metadata:
languageName: node
linkType: hard

"@astrojs/sitemap@npm:^2.0.1":
version: 2.0.1
resolution: "@astrojs/sitemap@npm:2.0.1"
"@astrojs/sitemap@npm:^3.1.4":
version: 3.1.4
resolution: "@astrojs/sitemap@npm:3.1.4"
dependencies:
sitemap: ^7.1.1
zod: ^3.17.3
checksum: f92e957d90f5af4a21bd1a2369cdbdbda0121db551329d7e80965d411733a830ff11263f3638742e6b8899e689dd9ed09a45f83ac67e0f355e8fec1a9534ef92
stream-replace-string: ^2.0.0
zod: ^3.22.4
checksum: bc10671fd0cbcc7ec11439a651f4dc798cff526db2d669544fb4f9f8e06866779245ed329c30cc7a7fede7175a4077a4b5f0baa1ae6824d6aaafb2c1cf8afad4
languageName: node
linkType: hard

Expand Down Expand Up @@ -10201,6 +10202,13 @@ __metadata:
languageName: node
linkType: hard

"stream-replace-string@npm:^2.0.0":
version: 2.0.0
resolution: "stream-replace-string@npm:2.0.0"
checksum: 51dfef22a010bd0196792f3a846445029d47b79a60c698528ebf3e811b7751883d7d28a5dfe2ff38868e1a5c1222df4ff1d3fe7f958ad5db33d4727460509af0
languageName: node
linkType: hard

"streamx@npm:^2.15.0":
version: 2.15.1
resolution: "streamx@npm:2.15.1"
Expand Down Expand Up @@ -10825,7 +10833,7 @@ __metadata:
"@astrojs/mdx": ^0.19.7
"@astrojs/preact": ^2.2.2
"@astrojs/rss": ^2.4.4
"@astrojs/sitemap": ^2.0.1
"@astrojs/sitemap": ^3.1.4
"@astrojs/ts-plugin": ^1.1.3
"@octokit/core": ^5.0.0
"@octokit/plugin-paginate-rest": ^8.0.0
Expand Down Expand Up @@ -11774,13 +11782,20 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:^3.17.3, zod@npm:^3.20.6":
"zod@npm:^3.20.6":
version: 3.22.4
resolution: "zod@npm:3.22.4"
checksum: 80bfd7f8039b24fddeb0718a2ec7c02aa9856e4838d6aa4864335a047b6b37a3273b191ef335bf0b2002e5c514ef261ffcda5a589fb084a48c336ffc4cdbab7f
languageName: node
linkType: hard

"zod@npm:^3.22.4":
version: 3.23.5
resolution: "zod@npm:3.23.5"
checksum: 4b83c93c4d43640b31eb4289efedb23f303a272c39f8b492ee4b2fec1a1da0de078db3786a2e6cc08d6803f03e842af2ae16b430c7f2e0fea3eba16b72a9db36
languageName: node
linkType: hard

"zwitch@npm:^2.0.0, zwitch@npm:^2.0.4":
version: 2.0.4
resolution: "zwitch@npm:2.0.4"
Expand Down
Loading