Skip to content

Commit cf53516

Browse files
chore(deps): update dependency bun to v1.2.2 (#1150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fe99d8 commit cf53516

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
@@ -17,7 +17,7 @@
1717
"@total-typescript/tsconfig": "1.0.4",
1818
"@tsconfig/bun": "1.0.7",
1919
"@tsconfig/strictest": "2.0.5",
20-
"@types/bun": "1.2.1",
20+
"@types/bun": "1.2.2",
2121
"@types/semver": "7.5.8",
2222
"astro": "5.2.3",
2323
"commitizen": "4.3.1",
@@ -259,7 +259,7 @@
259259

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

262-
"@types/bun": ["@types/[email protected].1", "", { "dependencies": { "bun-types": "1.2.1" } }, "sha512-iiCeMAKMkft8EPQJxSbpVRD0DKqrh91w40zunNajce3nMNNFd/LnAquVisSZC+UpTMjDwtcdyzbWct08IvEqRA=="],
262+
"@types/bun": ["@types/[email protected].2", "", { "dependencies": { "bun-types": "1.2.2" } }, "sha512-tr74gdku+AEDN5ergNiBnplr7hpDp3V1h7fqI2GcR/rsUaM39jpSeKH0TFibRvU0KwniRx5POgaYnaXbk0hU+w=="],
263263

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

@@ -343,7 +343,7 @@
343343

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

346-
"bun-types": ["[email protected].1", "", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-p7bmXUWmrPWxhcbFVk7oUXM5jAGt94URaoa3qf4mz43MEhNAo/ot1urzBqctgvuq7y9YxkuN51u+/qm4BiIsHw=="],
346+
"bun-types": ["[email protected].2", "", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-RCbMH5elr9gjgDGDhkTTugA21XtJAy/9jkKe/G3WR2q17VPGhcquf9Sir6uay9iW+7P/BV0CAHA1XlHXMAVKHg=="],
347347

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

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.2.1"
5+
bun = "1.2.2"
66
node = "23.7.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.2.1",
40+
"@types/bun": "1.2.2",
4141
"@types/semver": "7.5.8",
4242
"astro": "5.2.3",
4343
"commitizen": "4.3.1",

0 commit comments

Comments
 (0)