Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group with 6 updates (#824
Browse files Browse the repository at this point in the history
)

Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `3.3.1` | `3.4.0` |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.5` | `4.0.6` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.1.4` | `3.1.5` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.7.0` | `4.9.2` |
| [rollup](https://github.com/rollup/rollup) | `4.17.2` | `4.18.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.3` | `0.33.4` |


Updates `@astrojs/react` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/react)

Updates `@astrojs/rss` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/astro-rss)

Updates `@astrojs/sitemap` from 3.1.4 to 3.1.5
- [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/[email protected]/packages/integrations/sitemap)

Updates `astro` from 4.7.0 to 4.9.2
- [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/[email protected]/packages/astro)

Updates `rollup` from 4.17.2 to 4.18.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.17.2...v4.18.0)

Updates `sharp` from 0.33.3 to 0.33.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.33.3...v0.33.4)

---
updated-dependencies:
- dependency-name: "@astrojs/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rollup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 5cec88e commit 721a8d7
Show file tree
Hide file tree
Showing 2 changed files with 2,494 additions and 4,903 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"start": "astro dev"
},
"dependencies": {
"@astrojs/react": "3.3.1",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.4",
"@astrojs/react": "3.4.0",
"@astrojs/rss": "4.0.6",
"@astrojs/sitemap": "3.1.5",
"@astrojs/tailwind": "5.1.0",
"@tailwindcss/typography": "0.5.13",
"astro": "4.7.0",
"astro": "4.9.2",
"astro-robots-txt": "1.0.0",
"date-fns": "3.6.0",
"lodash-es": "4.17.21",
"markdown-it": "14.1.0",
"rollup": "4.17.2",
"rollup": "4.18.0",
"sanitize-html": "2.13.0",
"sharp": "0.33.3",
"sharp": "0.33.4",
"tailwindcss": "3.4.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 721a8d7

Please sign in to comment.