Bump astro-loading-indicator from 0.6.0 to 0.6.1

Bumps [astro-loading-indicator](https://github.com/florian-lefebvre/astro-loading-indicator) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/florian-lefebvre/astro-loading-indicator/releases)
- [Commits](https://github.com/florian-lefebvre/astro-loading-indicator/compare/astro-loading-indicator@0.6.0...astro-loading-indicator@0.6.1)

---
updated-dependencies:
- dependency-name: astro-loading-indicator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 03:38:48 +00:00 committed by GitHub
parent 53be650802
commit df34b6f423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@orama/plugin-astro": "^2.0.7",
"@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.15.6",
"astro-loading-indicator": "^0.6.0",
"astro-loading-indicator": "^0.6.1",
"astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0",
@ -4817,9 +4817,9 @@
}
},
"node_modules/astro-loading-indicator": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/astro-loading-indicator/-/astro-loading-indicator-0.6.0.tgz",
"integrity": "sha512-0/gJ94ygnZ+qnLeP+dapOwAmj74hRP6t4o784+W41TicCp3pPm3d+WoH7XHlSQlokghtVynD9RdFjRd0ZWs9bg==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/astro-loading-indicator/-/astro-loading-indicator-0.6.1.tgz",
"integrity": "sha512-IdQBOMDL9RR7apMD9OhaV7Con7ZYaBU9h7WIF3UdcFXTBLvPHExikx9sc2mxcH2ESowIq8OC/JJVvJWJL2Arnw==",
"peerDependencies": {
"astro": "^4.0.0"
}

View file

@ -7,7 +7,7 @@
"@orama/plugin-astro": "^2.0.7",
"@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.15.6",
"astro-loading-indicator": "^0.6.0",
"astro-loading-indicator": "^0.6.1",
"astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0",