Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.9.1 (#51)
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 21, 2024
1 parent 104f3b0 commit fc37d0c
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.0",
"@types/node": "22.9.1",
"@types/qrcode": "1.5.5",
"@vite-pwa/astro": "0.4.3",
"@vitest/coverage-v8": "2.1.5",
Expand Down

1 comment on commit fc37d0c

@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 bcacc72..ba80a3f 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: E54FD1FD1BE52C64-710e8b6278a461bf-19E81CAE7D340660-3008d19374ba9bf6
+# bun ./bun.lockb --hash: CD61F6135C50A6AB-c5c8a39a9e0679c9-52C8BB2D024DF0D6-7685cc064dd3c28d
 
 
 "@actions/core@^1.10.1":
@@ -173,7 +173,7 @@
   dependencies:
     prismjs "^1.29.0"
 
-"@astrojs/sitemap@^3.2.1":
+"@astrojs/[email protected]":
   version "3.2.1"
   resolved "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.2.1.tgz"
   integrity sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==
@@ -1897,13 +1897,20 @@
   resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz"
   integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
 
-"@types/node@*", "@types/[email protected]":
+"@types/node@*":
   version "22.9.0"
   resolved "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz"
   integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==
   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==
+  dependencies:
+    undici-types "~6.19.8"
+
 "@types/[email protected]":
   version "1.5.5"
   resolved "https://registry.npmjs.org/@types/qrcode/-/qrcode-1.5.5.tgz"

Please sign in to comment.