Skip to content

Commit 04c1f4b

Browse files
chore(deps): update dependency bun to v1.1.44 (#1120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 075fdc1 commit 04c1f4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bun.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@total-typescript/tsconfig": "1.0.4",
1717
"@tsconfig/bun": "1.0.7",
1818
"@tsconfig/strictest": "2.0.5",
19-
"@types/bun": "1.1.16",
19+
"@types/bun": "1.1.17",
2020
"@types/semver": "7.5.8",
2121
"astro": "5.1.7",
2222
"commitizen": "4.3.1",
@@ -258,7 +258,7 @@
258258

259259
"@tsconfig/strictest": ["@tsconfig/[email protected]", "", {}, "sha512-ec4tjL2Rr0pkZ5hww65c+EEPYwxOi4Ryv+0MtjeaSQRJyq322Q27eOQiFbuNgw2hpL4hB1/W/HBGk3VKS43osg=="],
260260

261-
"@types/bun": ["@types/[email protected].16", "", { "dependencies": { "bun-types": "1.1.43" } }, "sha512-E+ue6NMcn4FXC5bDRE1W/BXUVs01h5Mt02qH8/8HGCox9akuh8KNOFdwvaQS9TDgT2RmUyJYFRRqA60WtTnm2g=="],
261+
"@types/bun": ["@types/[email protected].17", "", { "dependencies": { "bun-types": "1.1.44" } }, "sha512-zZt0Kao/8hAwNOXh4bmt8nKbMEd4QD8n7PeTGF+NZTVY5ouXhU/TX7jUj4He1p7mgY+WdplnU1B6MB1j17vdzg=="],
262262

263263
"@types/conventional-commits-parser": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ=="],
264264

@@ -342,7 +342,7 @@
342342

343343
"buffer": ["[email protected]", "", { "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" } }, "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ=="],
344344

345-
"bun-types": ["[email protected].43", "", { "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" } }, "sha512-W0wCtVH+bwFp7p3Zgs03CqxEDmXxEvmmUM/FBKgWIv9T8gyeotvIjIbHzuDScc2DphhRNtr7hJLCR5PspYL5qw=="],
345+
"bun-types": ["[email protected].44", "", { "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" } }, "sha512-jtcekoZeSINgEcHSISzhR13w/cyE+Fankw2Cpl4c0fN3lRmKVAX0i9ay4FyK4lOxUK1HG4HkuIlrPvXKz4Y7sw=="],
346346

347347
"cachedir": ["[email protected]", "", {}, "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw=="],
348348

mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:schema https://mise.jdx.dev/schema/mise.json
33

44
[tools]
5-
bun = "1.1.43"
5+
bun = "1.1.44"
66
node = "23.6.0"
77
"npm:semantic-release" = "24.2.1"
88
"aqua:biomejs/biome" = "1.9.4"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@total-typescript/tsconfig": "1.0.4",
3838
"@tsconfig/bun": "1.0.7",
3939
"@tsconfig/strictest": "2.0.5",
40-
"@types/bun": "1.1.16",
40+
"@types/bun": "1.1.17",
4141
"@types/semver": "7.5.8",
4242
"astro": "5.1.7",
4343
"commitizen": "4.3.1",

0 commit comments

Comments
 (0)