Skip to content

Commit 846c258

Browse files
↗️ [patch](deps): bump @types/bun from 1.2.19 to 1.2.21
Bumps [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) from 1.2.19 to 1.2.21. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun) --- updated-dependencies: - dependency-name: "@types/bun" dependency-version: 1.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09ff070 commit 846c258

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@release-it/conventional-changelog": "10.0.1",
1818
"@tailwindcss/cli": "4.1.13",
1919
"@tsconfig/bun": "1.0.7",
20-
"@types/bun": "1.2.19",
20+
"@types/bun": "1.2.21",
2121
"@~/config.tailwindcss": "workspace:*",
2222
"prettier": "3.6.2",
2323
"prettier-plugin-organize-imports": "4.1.0",
@@ -197,7 +197,7 @@
197197
"dependencies": {
198198
"@tsconfig/bun": "1.0.7",
199199
"@tsconfig/strictest": "2.0.5",
200-
"@types/bun": "1.2.19",
200+
"@types/bun": "1.2.21",
201201
"hono": "4.9.6",
202202
},
203203
},
@@ -872,7 +872,7 @@
872872

873873
"@types/body-parser": ["@types/body-parser@1.19.6", "", { "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g=="],
874874

875-
"@types/bun": ["@types/bun@1.2.19", "", { "dependencies": { "bun-types": "1.2.19" } }, "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg=="],
875+
"@types/bun": ["@types/bun@1.2.21", "", { "dependencies": { "bun-types": "1.2.21" } }, "sha512-NiDnvEqmbfQ6dmZ3EeUO577s4P5bf4HCTXtI6trMc6f6RzirY5IrF3aIookuSpyslFzrnvv2lmEWv5HyC1X79A=="],
876876

877877
"@types/connect": ["@types/connect@3.4.38", "", { "dependencies": { "@types/node": "*" } }, "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug=="],
878878

@@ -1078,7 +1078,7 @@
10781078

10791079
"buffer-from": ["buffer-from@1.1.2", "", {}, "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="],
10801080

1081-
"bun-types": ["bun-types@1.2.19", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ=="],
1081+
"bun-types": ["bun-types@1.2.21", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-sa2Tj77Ijc/NTLS0/Odjq/qngmEPZfbfnOERi0KRUYhT9R8M4VBioWVmMWE5GrYbKMc+5lVybXygLdibHaqVqw=="],
10821082

10831083
"bundle-name": ["bundle-name@4.1.0", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="],
10841084

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@release-it/conventional-changelog": "10.0.1",
7979
"@tailwindcss/cli": "4.1.13",
8080
"@tsconfig/bun": "1.0.7",
81-
"@types/bun": "1.2.19",
81+
"@types/bun": "1.2.21",
8282
"prettier": "3.6.2",
8383
"prettier-plugin-organize-imports": "4.1.0",
8484
"prettier-plugin-tailwindcss": "0.6.14",

sources/config/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@tsconfig/bun": "1.0.7",
99
"@tsconfig/strictest": "2.0.5",
10-
"@types/bun": "1.2.19",
10+
"@types/bun": "1.2.21",
1111
"hono": "4.9.6"
1212
}
1313
}

0 commit comments

Comments
 (0)