build(deps): bump cookie, astro and @astrojs/tailwind

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind). These dependencies need to be updated together.


Updates `cookie` from 0.5.0 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.7.2)

Updates `astro` from 2.6.6 to 4.16.4
- [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/astro@4.16.4/packages/astro)

Updates `@astrojs/tailwind` from 3.1.3 to 5.1.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@5.1.2/packages/integrations/tailwind)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: astro
  dependency-type: direct:production
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-15 12:02:59 +00:00 committed by GitHub
parent af9dfe9e6b
commit c537a95b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7225 additions and 3630 deletions

10851
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@astrojs/rss": "^2.4.1", "@astrojs/rss": "^2.4.1",
"@resvg/resvg-js": "^2.4.1", "@resvg/resvg-js": "^2.4.1",
"astro": "^2.4.5", "astro": "^4.16.4",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@ -28,7 +28,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/react": "^2.1.3", "@astrojs/react": "^2.1.3",
"@astrojs/sitemap": "^1.4.0", "@astrojs/sitemap": "^1.4.0",
"@astrojs/tailwind": "^3.1.2", "@astrojs/tailwind": "^5.1.2",
"@divriots/jampack": "^0.11.2", "@divriots/jampack": "^0.11.2",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",