Bump astro-navbar from 2.3.0 to 2.3.1 (#41)

Bumps [astro-navbar](https://github.com/surjithctly/astro-navbar) from
2.3.0 to 2.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/surjithctly/astro-navbar/releases">astro-navbar's
releases</a>.</em></p>
<blockquote>
<h2>v2.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update MenuIcon.astro by <a
href="https://github.com/developers-webllope"><code>@​developers-webllope</code></a>
in <a
href="https://redirect.github.com/surjithctly/astro-navbar/pull/23">surjithctly/astro-navbar#23</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1">https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3d002a580a"><code>3d002a5</code></a>
Update package.json</li>
<li><a
href="7640b1052a"><code>7640b10</code></a>
Merge pull request <a
href="https://redirect.github.com/surjithctly/astro-navbar/issues/23">#23</a>
from developers-webllope/patch-1</li>
<li><a
href="457030ad47"><code>457030a</code></a>
Update MenuIcon.astro</li>
<li>See full diff in <a
href="https://github.com/surjithctly/astro-navbar/compare/v2.3.0...v2.3.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astro-navbar&package-manager=npm_and_yarn&previous-version=2.3.0&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
This commit is contained in:
Adam Matthiesen 2024-02-14 05:51:45 -08:00 committed by GitHub
commit a9c6eacda5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
"@matthiesenxyz/astro-ghostcms-catppuccin": patch
---
Bump astro-navbar from 2.3.0 to 2.3.1

View File

@ -62,7 +62,7 @@
"@matthiesenxyz/astro-ghostcms": "^3.2.4",
"@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^3.3.5",
"astro-navbar": "^2.3.0",
"astro-navbar": "^2.3.1",
"astro-seo": "^0.8.0"
}
}

View File

@ -194,8 +194,8 @@ importers:
specifier: ^4.2.1
version: 4.2.8
astro-navbar:
specifier: ^2.3.0
version: 2.3.0
specifier: ^2.3.1
version: 2.3.1
astro-seo:
specifier: ^0.8.0
version: 0.8.0
@ -2654,8 +2654,8 @@ packages:
resolution: {integrity: sha512-dh5TX2uxwqdFq15DF9cbRZgEdE9o8q522MP6xZYs+rnd3dexfDsIJMeEIDNVO7rkRxwJ7sphhCqTmdWvUJaiDg==}
dev: false
/astro-navbar@2.3.0:
resolution: {integrity: sha512-5xnSuEuFM27FyWguZNRWv210P8J4MHCabkj+oHd94x+96peL3QRXWKpupGyHoo4Vdz4aNYe1GolcoOJRoJb7cA==}
/astro-navbar@2.3.1:
resolution: {integrity: sha512-lLvhWS03Qc3heMU23adFwEnBUJFlL6gxYi0xPvIyX1atb2oCov4kOS/MaWOPGnvj2nK63szebUzlG+NdIoUZzQ==}
dev: false
/astro-robots-txt@1.0.0:
@ -7969,7 +7969,7 @@ packages:
vitest: '>=0.16.0'
dependencies:
cross-fetch: 3.1.8
vitest: 1.2.1
vitest: 1.2.1(@types/node@20.11.17)
transitivePeerDependencies:
- encoding
dev: true