Skip to content

Commit

Permalink
fix(deps): update dependency astro to v4.16.15 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 6365e65 commit f028728
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@cxa/astro-inline-svg": "0.5.1",
"@iconify-json/mingcute": "1.2.1",
"@iconify-json/simple-icons": "1.2.13",
"astro": "4.16.14",
"astro": "4.16.15",
"astro-icon": "1.1.4",
"qrcode": "1.5.4",
"typescript": "5.7.2"
Expand Down

1 comment on commit f028728

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bun.lockb

diff --git a/bun.lockb b/bun.lockb
index 2b6b31c..6efecc1 100755
--- a/bun.lockb
+++ b/bun.lockb
@@ -1,6 +1,6 @@
 # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
 # yarn lockfile v1
-# bun ./bun.lockb --hash: D19BC4DD7D7E0B72-ed82191f5b6ac7dc-9D2F7956E2DC4463-fd99b36d1587a311
+# bun ./bun.lockb --hash: 6155BDE8FF52B161-d5c8ec0753496935-4A1CD395CA93C1A9-28eda6e36708c2ff
 
 
 "@actions/core@^1.10.1":
@@ -2290,10 +2290,10 @@ assertion-error@^2.0.1:
   optionalDependencies:
     sharp "^0.33.3"
 
-[email protected]:
-  version "4.16.14"
-  resolved "https://registry.npmjs.org/astro/-/astro-4.16.14.tgz"
-  integrity sha512-2IuLkIp4idyspugq+F52rHZyNqHHi2AdQzuKp3SGytg/YAm50dNeWhP/7l+enjgWZLloLq5xsH5gVQpoDFoyFg==
+[email protected]:
+  version "4.16.15"
+  resolved "https://registry.npmjs.org/astro/-/astro-4.16.15.tgz"
+  integrity sha512-usybZ7nEUiwYKT7r47l4VbkqjKfaE+BgWV/ed4PT3mE3vFRTBWFsXLnkzrN7awfN6+/ekZTAcE+MAkdA551Umw==
   dependencies:
     dlv "^1.1.3"
     ora "^8.1.1"

Please sign in to comment.