Skip to content

Commit

Permalink
chore(deps): update dependency @codecov/vite-plugin to v1.5.0 (#97)
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 Dec 3, 2024
1 parent f727d28 commit 585ebf6
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 @@ -26,7 +26,7 @@
"devDependencies": {
"@astrojs/check": "0.9.4",
"@biomejs/biome": "1.9.4",
"@codecov/vite-plugin": "1.4.0",
"@codecov/vite-plugin": "1.5.0",
"@types/node": "22.10.1",
"@types/qrcode": "1.5.5",
"@vite-pwa/astro": "0.4.3",
Expand Down

1 comment on commit 585ebf6

@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 27d2600..5a3966f 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: EC7B73ACE8A30D6B-9ed240cda20b2f90-7EDC9BCEEAF59BB3-b71944d778c7a745
+# bun ./bun.lockb --hash: BB0E687C6A0DF40D-2366915485dc7c93-5318196FA075980F-81c693439f5b2307
 
 
 "@actions/core@^1.10.1":
@@ -1070,10 +1070,10 @@
   resolved "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz"
   integrity sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==
 
-"@codecov/bundler-plugin-core@^1.4.0":
-  version "1.4.0"
-  resolved "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.4.0.tgz"
-  integrity sha512-/Rglx52KLdyqoZBW3DH2E/31c9/zWWZ4efTf+qxV0FSLb7oJ9/JZT3IBKL7f6fbVujR8PDMLIoG4Q0pmVY7LzA==
+"@codecov/bundler-plugin-core@^1.5.0":
+  version "1.5.0"
+  resolved "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.5.0.tgz"
+  integrity sha512-PyTKI5GXddzx6ABsMqaXkN8GEkhmXKJ9IcCznxdyV7y6Lti5EPOMxxOMiGz6IPXZ3Uo590brUD1cEiSzhY2Dgg==
   dependencies:
     "@actions/core" "^1.10.1"
     "@actions/github" "^6.0.0"
@@ -1082,13 +1082,13 @@
     unplugin "^1.10.1"
     zod "^3.22.4"
 
-"@codecov/vite-plugin@1.4.0":
-  version "1.4.0"
-  resolved "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.4.0.tgz"
-  integrity sha512-4pf9rZJLR/eqeoY0QY1pgAJs/tdg1os9xjgBBWuhQ/iLYseQZ3q1qn3G8QGuaSUS7XB/Sje3BQ5qGBM1hzE8Sw==
+"@codecov/vite-plugin@1.5.0":
+  version "1.5.0"
+  resolved "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.5.0.tgz"
+  integrity sha512-cYW+7NEazX2D4grSnXELW8kxh/4ONpRFsIuxPE09zj+3ccRuPiH0XC41Ih4SFAcWg6GyKbhLivATSgWGPuctdw==
   dependencies:
     unplugin "^1.10.1"
-    "@codecov/bundler-plugin-core" "^1.4.0"
+    "@codecov/bundler-plugin-core" "^1.5.0"
 
 "@cxa/astro-inline-svg@0.5.1":
   version "0.5.1"

Please sign in to comment.