Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5.7.3 (#189)
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 Jan 10, 2025
1 parent d7996a5 commit df121b9
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 @@ -21,7 +21,7 @@
"astro": "4.16.18",
"astro-icon": "1.1.5",
"qrcode": "1.5.4",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
Expand Down

1 comment on commit df121b9

@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 7c75a6c..8f2a765 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: C45AFCD22EE8B9ED-45bcdbb8bf13fefb-DD980DB320C9AC0B-5ab10dd7ca91253e
+# bun ./bun.lockb --hash: CEF6F7634D23FA9E-428562102777a97c-972088397AD079E2-f6657d0955dcf5fd
 
 
 "@ampproject/remapping@^2.2.0", "@ampproject/remapping@^2.3.0":
@@ -5955,11 +5955,16 @@ typesafe-path@^0.2.2:
   resolved "https://registry.npmjs.org/typesafe-path/-/typesafe-path-0.2.2.tgz"
   integrity sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==
 
-typescript@*, [email protected], "typescript@^4.9.4 || ^5.0.2", typescript@^5.0.0:
+typescript@*, "typescript@^4.9.4 || ^5.0.2", typescript@^5.0.0:
   version "5.7.2"
   resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz"
   integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
 
+[email protected]:
+  version "5.7.3"
+  resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz"
+  integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
+
 typescript-auto-import-cache@^0.3.3:
   version "0.3.5"
   resolved "https://registry.npmjs.org/typescript-auto-import-cache/-/typescript-auto-import-cache-0.3.5.tgz"

Please sign in to comment.