Skip to content

Commit

Permalink
chore(deps): update dependency @codecov/vite-plugin to v1.4.0 (#40)
Browse files Browse the repository at this point in the history
@codecov/vite-plugin 1.3.0 → 1.4.0
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent d8c5dac commit d8482a6
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 @@ -24,7 +24,7 @@
"devDependencies": {
"@astrojs/check": "0.9.4",
"@biomejs/biome": "1.9.4",
"@codecov/vite-plugin": "1.3.0",
"@codecov/vite-plugin": "1.4.0",
"@types/node": "22.9.0",
"@types/qrcode": "1.5.5",
"@vite-pwa/astro": "0.4.3",
Expand Down

1 comment on commit d8482a6

@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 3c0b807..b1a2c7f 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: 765E552D5F163894-f8e8892566c985d4-B9D08319DEF8F478-cbe9eb546b715b2c
+# bun ./bun.lockb --hash: 9AFFCE77B4254E5C-deeef42bd2bacdf1-5EAA4E757031AD09-623233ddf9f0b263
 
 
 "@actions/core@^1.10.1":
@@ -1061,10 +1061,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.3.0":
-  version "1.3.0"
-  resolved "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.3.0.tgz"
-  integrity sha512-Zs0uTDou/QnYnnXl8BWxX4Tc4bGeUAPzgAyZCdtXT2BIcyb5zjymXByyN7zbqPgiU0Ymbg3DgsK6v726shiq3w==
+"@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==
   dependencies:
     "@actions/core" "^1.10.1"
     "@actions/github" "^6.0.0"
@@ -1073,13 +1073,13 @@
     unplugin "^1.10.1"
     zod "^3.22.4"
 
-"@codecov/[email protected]":
-  version "1.3.0"
-  resolved "https://registry.npmjs.org/@codecov/vite-plugin/-/vite-plugin-1.3.0.tgz"
-  integrity sha512-OiseFReYsl5bHYfFd7AZ46ptII+bSQLTRD1qv7CFOmQQLzfrxWtkfqZ+5wQs+9emaWyzERpFI4odDFDvMMS6EA==
+"@codecov/[email protected]":
+  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==
   dependencies:
     unplugin "^1.10.1"
-    "@codecov/bundler-plugin-core" "^1.3.0"
+    "@codecov/bundler-plugin-core" "^1.4.0"
 
 "@cxa/[email protected]":
   version "0.5.1"

Please sign in to comment.