Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/solid-js](https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid) | `5.0.1` | `5.0.2` |
| [@astrojs/vercel](https://github.com/withastro/adapters/tree/HEAD/packages/vercel) | `8.0.1` | `8.0.2` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.47.10` | `2.47.12` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.3` | `5.1.6` |
| [octokit](https://github.com/octokit/octokit.js) | `4.0.3` | `4.1.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.3` | `1.9.4` |


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

Updates `@astrojs/vercel` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/vercel/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/[email protected]/packages/vercel)

Updates `@supabase/supabase-js` from 2.47.10 to 2.47.12
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md)
- [Commits](supabase/supabase-js@v2.47.10...v2.47.12)

Updates `astro` from 5.1.3 to 5.1.6
- [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 `octokit` from 4.0.3 to 4.1.0
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v4.0.3...v4.1.0)

Updates `solid-js` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: "@astrojs/solid-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@astrojs/vercel"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 1004e63 commit 56a3f52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/sitemap": "3.2.1",
"@astrojs/solid-js": "5.0.1",
"@astrojs/solid-js": "5.0.2",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vercel": "8.0.1",
"@supabase/supabase-js": "2.47.10",
"@astrojs/vercel": "8.0.2",
"@supabase/supabase-js": "2.47.12",
"@vercel/speed-insights": "1.1.0",
"astro": "5.1.3",
"astro": "5.1.6",
"astro-seo": "0.8.4",
"cloudinary": "2.5.1",
"octokit": "4.0.3",
"solid-js": "1.9.3",
"octokit": "4.1.0",
"solid-js": "1.9.4",
"tailwindcss": "3.4.17",
"toastify-js": "1.12.0"
},
Expand Down

0 comments on commit 56a3f52

Please sign in to comment.