Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.9.2 (#70)
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 24, 2024
1 parent 73a2929 commit 2301ba7
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 @@ -27,7 +27,7 @@
"@astrojs/check": "0.9.4",
"@biomejs/biome": "1.9.4",
"@codecov/vite-plugin": "1.4.0",
"@types/node": "22.9.1",
"@types/node": "22.9.2",
"@types/qrcode": "1.5.5",
"@vite-pwa/astro": "0.4.3",
"@vitest/coverage-v8": "2.1.5",
Expand Down

1 comment on commit 2301ba7

@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 b4c0213..12a3f3a 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: 4DE338C7B5EABFC7-29d1e21e89ea19c5-4029F70F4409F705-b1255b9d0549d01c
+# bun ./bun.lockb --hash: BF0B7A4B801BBC57-6f1d04e86e768435-4CD46A495DF9E3C1-679ac3be9b7685c8
 
 
 "@actions/core@^1.10.1":
@@ -1904,10 +1904,10 @@
   dependencies:
     undici-types "~6.19.8"
 
-"@types/[email protected]":
-  version "22.9.1"
-  resolved "https://registry.npmjs.org/@types/node/-/node-22.9.1.tgz"
-  integrity sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==
+"@types/[email protected]":
+  version "22.9.2"
+  resolved "https://registry.npmjs.org/@types/node/-/node-22.9.2.tgz"
+  integrity sha512-wwuxAVEbsRvDD9x7buvAl7DyQ7Oj+va/d/Veug7higYzp9MF0CINbfWTBgDFMpcVwcdUiYuNmX2KfnvY3N70mw==
   dependencies:
     undici-types "~6.19.8"
 

Please sign in to comment.